Color spaces of #cad2de
RGB | 202 | 210 | 222 |
---|---|---|---|
HSL | 0.60 | 0.23 | 0.83 |
HSV | 216° | 9° | 87° |
CMYK | 0.09 | 0.05 | 0.00 0.13 |
XYZ | 60.5885 | 63.9237 | 78.2524 |
Yxy | 63.9237 | 0.2988 | 0.3153 |
Hunter Lab | 79.9523 | -4.6478 | -2.0628 |
CIE-Lab | 83.9260 | -0.3999 | -6.8606 |
#cad2de color RGB value is (202,210,222).
#cad2de hex color red value is 202, green value is 210 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cad2de hue: 0.60 , saturation: 0.23 and the lightness value of cad2de is 0.83.
The process color (four color CMYK) of #cad2de color hex is 0.09, 0.05, 0.00, 0.13. Web safe color of #cad2de is #cccccc. Color #cad2de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010010 | 11011110 |
Octal | 312 | 322 | 336 |
Decimal | 202 | 210 | 222 |
Hex | CA | D2 | DE |
Shades of #cad2de
Tints of #cad2de
RGB Percentages of Color #cad2de
CMYK Percentages of Color #cad2de
Complementary Color
#cad2de | #ded6ca |
#cad2de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad2de Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad2de Color CSS Codes
.mybgcolor {background-color:#cad2de; } .myforecolor {color:#cad2de; } .mybordercolor {border:3px solid #cad2de; }
#cad2de Text Font Color
<p style="color:#cad2de">Text here</p>
This sample text font color is #cad2de
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.
#cad2de Background Color
<div style="background-color:#cad2de">
Div content here</div>
This div background color is #cad2de
#cad2de Border Color
<div style="border:3px solid #cad2de">
Div here</div>
This div border color is #cad2de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,210,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad2de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad2de; -webkit-box-shadow: 1px 1px 3px 2px #cad2de; box-shadow: 1px 1px 3px 2px #cad2de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,210,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad2de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad2de; -webkit-box-shadow: 1px 1px 3px 2px #cad2de; box-shadow: 1px 1px 3px 2px #cad2de;">
Div content here</div>
This div box has shadow with color #cad2de
Comments
No comments written yet.
Please login to write comment.