Color spaces of #cad1fe
RGB | 202 | 209 | 254 |
---|---|---|---|
HSL | 0.64 | 0.96 | 0.89 |
HSV | 232° | 20° | 100° |
CMYK | 0.20 | 0.18 | 0.00 0.00 |
XYZ | 65.0470 | 65.3132 | 102.9443 |
Yxy | 65.3132 | 0.2788 | 0.2799 |
Hunter Lab | 80.8166 | 2.2406 | -18.9521 |
CIE-Lab | 84.6449 | 6.8080 | -22.7700 |
#cad1fe color RGB value is (202,209,254).
#cad1fe hex color red value is 202, green value is 209 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cad1fe hue: 0.64 , saturation: 0.96 and the lightness value of cad1fe is 0.89.
The process color (four color CMYK) of #cad1fe color hex is 0.20, 0.18, 0.00, 0.00. Web safe color of #cad1fe is #ccccff. Color #cad1fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010001 | 11111110 |
Octal | 312 | 321 | 376 |
Decimal | 202 | 209 | 254 |
Hex | CA | D1 | FE |
Shades of #cad1fe
Tints of #cad1fe
RGB Percentages of Color #cad1fe
CMYK Percentages of Color #cad1fe
Complementary Color
#cad1fe | #fef7ca |
#cad1fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad1fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad1fe Color CSS Codes
.mybgcolor {background-color:#cad1fe; } .myforecolor {color:#cad1fe; } .mybordercolor {border:3px solid #cad1fe; }
#cad1fe Text Font Color
<p style="color:#cad1fe">Text here</p>
This sample text font color is #cad1fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cad1fe Background Color
<div style="background-color:#cad1fe">
Div content here</div>
This div background color is #cad1fe
#cad1fe Border Color
<div style="border:3px solid #cad1fe">
Div here</div>
This div border color is #cad1fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,209,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad1fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad1fe; -webkit-box-shadow: 1px 1px 3px 2px #cad1fe; box-shadow: 1px 1px 3px 2px #cad1fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,209,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad1fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad1fe; -webkit-box-shadow: 1px 1px 3px 2px #cad1fe; box-shadow: 1px 1px 3px 2px #cad1fe;">
Div content here</div>
This div box has shadow with color #cad1fe
Comments
No comments written yet.
Please login to write comment.