Color spaces of #cad6df
RGB | 202 | 214 | 223 |
---|---|---|---|
HSL | 0.57 | 0.25 | 0.83 |
HSV | 206° | 9° | 87° |
CMYK | 0.09 | 0.04 | 0.00 0.13 |
XYZ | 61.7230 | 65.9774 | 79.2938 |
Yxy | 65.9774 | 0.2982 | 0.3187 |
Hunter Lab | 81.2265 | -6.5064 | -1.0207 |
CIE-Lab | 84.9849 | -2.2947 | -5.8262 |
#cad6df color RGB value is (202,214,223).
#cad6df hex color red value is 202, green value is 214 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cad6df hue: 0.57 , saturation: 0.25 and the lightness value of cad6df is 0.83.
The process color (four color CMYK) of #cad6df color hex is 0.09, 0.04, 0.00, 0.13. Web safe color of #cad6df is #cccccc. Color #cad6df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010110 | 11011111 |
Octal | 312 | 326 | 337 |
Decimal | 202 | 214 | 223 |
Hex | CA | D6 | DF |
Shades of #cad6df
Tints of #cad6df
RGB Percentages of Color #cad6df
CMYK Percentages of Color #cad6df
Complementary Color
#cad6df | #dfd3ca |
#cad6df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad6df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad6df Color CSS Codes
.mybgcolor {background-color:#cad6df; } .myforecolor {color:#cad6df; } .mybordercolor {border:3px solid #cad6df; }
#cad6df Text Font Color
<p style="color:#cad6df">Text here</p>
This sample text font color is #cad6df
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.
#cad6df Background Color
<div style="background-color:#cad6df">
Div content here</div>
This div background color is #cad6df
#cad6df Border Color
<div style="border:3px solid #cad6df">
Div here</div>
This div border color is #cad6df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,214,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad6df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad6df; -webkit-box-shadow: 1px 1px 3px 2px #cad6df; box-shadow: 1px 1px 3px 2px #cad6df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,214,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad6df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad6df; -webkit-box-shadow: 1px 1px 3px 2px #cad6df; box-shadow: 1px 1px 3px 2px #cad6df;">
Div content here</div>
This div box has shadow with color #cad6df
#cad6df Color Palettes
Comments
No comments written yet.
Please login to write comment.