

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Achieve X-Ray effect with CSS
X-Ray effect grayscales and flattens the color depth.
The following parameter is used in this filter −
S.no | Parameter & Description |
---|---|
1. | Xray Grayscales and flattens the color depth. |
Example
You can try to run the following code to create an X-Ray effect −
<html> <head> </head> <body> <img src="/css/images/logo.png" alt="CSS Logo" style="Filter: Xray" /> <p>Text Example:</p> <div style="width: 357; height: 50; font-size: 30pt; font-family: Arial Black; color: red; Filter: Xray;">CSS Tutorials</div> </body> </html>
- Related Questions & Answers
- Achieve Glow Effect with CSS Filters
- Flip In X Animation Effect with CSS
- Flip Out X Animation Effect with CSS
- Wave effect with CSS?
- Flip Effect with CSS
- Achieve Responsiveness for background image with CSS
- Set Mask Effect with CSS
- Wiggle Animation Effect with CSS
- Bounce Animation Effect with CSS
- Flash Animation Effect with CSS
- Flip Animation Effect with CSS
- Set Invert Effect with CSS
- Set Grayscale Effect with CSS
- Hinge Animation Effect with CSS
- Pulse Animation Effect with CSS
Advertisements