

- 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
Additional color properties provided by CSS3
CSS3 has additional color properties as follows −
- RGBA colors
- HSL colors
- HSLA colors
Let us see what are HSL colors:
HSL stands for hue, saturation, lightness. Here, Huge is a degree of the color wheel, saturation and lightness are percentage values between 0 to 100%.
A sample syntax of HSL as shown below:
#g1 {background-color: hsl(120, 100%, 50%);} #g2 {background-color: hsl(120, 100%, 75%);} #g3 {background-color: hsl(120, 100%, 25%);}
- Related Questions & Answers
- CSS3 rgba color property
- CSS3 HSLA color property
- CSS3 HSL color property
- CSS3 Multi color Gradients
- HSL Color Values in CSS3
- HSLA Color Values in CSS3
- RGBA Color Values in CSS3
- CSS3 Multi-Column rule-color Property
- CSS3 RGBA, HSL and HSLA Color Values
- What are various 3D shapes provided by JavaFX?
- What are various 2D shapes provided by JavaFX?
- What are various XY charts provided by JavaFX?
- What are the types of buttons provided by JavaFX?
- What are the services provided by the transport layer?
- What are the services provided by the Network Layer?
Advertisements