- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CSS Chroma Filter
Chroma Filter is used to making any particular color transparent and usually, it is used with images. You can use it with scrollbars also.
Example
Implementing the CSS Chroma Filter −
<html> <head> </head> <body> <img src = "/images/css.gif" alt = "CSS Logo" style = "Filter: Chroma(Color = #FFFFFF)"> <p>Text Example:</p> <div style = "width: 580; height: 50; font-size: 30pt; font-family: Arial Black; color: #3300FF; Filter: Chroma(Color = #3300FF)">CSS Tutorials</div> </body> </html>
- Related Articles
- CSS Alpha Channel filter
- Shadow Filter with CSS
- Change CSS filter property with Animation
- How to filter a DIV element based on its class name wth CSS and JavaScript?
- Filter array with filter() and includes() in JavaScript
- Bloom Filter
- Bootstrap Filter list
- Filter in Python
- Counting Bloom Filter
- Blocked Bloom Filter
- Broadbent’s Filter Model
- Excel Filter: How to Add, Use and Remove filter in Excel
- Filter table with Bootstrap
- Example filter() in python
- What is filter paper?

Advertisements