Add color attribute in CSS3

Source: Internet
Author: User

Add color attribute in CSS3
CSS color attribute Review

Color name: English names of colors (such as red, blue, pink, and white)
HEX hexadecimal mode (# FF0000, # B9B9B9, etc)
Rgb color scheme (rgb (, 0, 00 ))

These methods are commonly used color attributes, and I use more HEX methods. CSS 3 adds several color attributes.

Add color attribute in CSS3

1. RGBA Mode
2. HSL Mode
3. HSLA Mode

1. RGBA Mode
Rgba has mentioned this in the previous blog. a indicates transparency and the value range is 0 ~ 1. rgb colors are red, green, and blue, respectively. The value ranges from 0 ~ 255.
2. HSL Mode
H: Hue ).
0 (or 360) indicates red, 120 indicates green, 240 indicates blue, and other values can be used to specify the color. Value Range: 0-360
S: Saturation (Saturation ). Value Range: 0.0%-100.0%
L: Lightness (brightness ). Value Range: 0.0%-100.0%
3. HSLA Mode
The HSL mode is the same as the HSL mode. Increase A, that is, transparency.
A: alpha transparency: 0 ~ Between 1

The HSL color wheel is as follows:

For example, an HSLA

 

Effect:

I personally think that the color of HSL is easier to remember than that of RGB and HEX, but since we all use color Deckers, it is of little significance and we will continue to use RGBA and HEX. HSL and HSLA are just an understanding.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.