Color spaces of #cacedd
RGB | 202 | 206 | 221 |
---|---|---|---|
HSL | 0.63 | 0.22 | 0.83 |
HSV | 227° | 9° | 87° |
CMYK | 0.09 | 0.07 | 0.00 0.13 |
XYZ | 59.4796 | 61.9196 | 77.2234 |
Yxy | 61.9196 | 0.2995 | 0.3117 |
Hunter Lab | 78.6890 | -2.7808 | -3.1034 |
CIE-Lab | 82.8706 | 1.5078 | -7.8915 |
#cacedd color RGB value is (202,206,221).
#cacedd hex color red value is 202, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cacedd hue: 0.63 , saturation: 0.22 and the lightness value of cacedd is 0.83.
The process color (four color CMYK) of #cacedd color hex is 0.09, 0.07, 0.00, 0.13. Web safe color of #cacedd is #cccccc. Color #cacedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001110 | 11011101 |
Octal | 312 | 316 | 335 |
Decimal | 202 | 206 | 221 |
Hex | CA | CE | DD |
Shades of #cacedd
Tints of #cacedd
RGB Percentages of Color #cacedd
CMYK Percentages of Color #cacedd
Complementary Color
#cacedd | #ddd9ca |
#cacedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacedd Color CSS Codes
.mybgcolor {background-color:#cacedd; } .myforecolor {color:#cacedd; } .mybordercolor {border:3px solid #cacedd; }
#cacedd Text Font Color
<p style="color:#cacedd">Text here</p>
This sample text font color is #cacedd
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.
#cacedd Background Color
<div style="background-color:#cacedd">
Div content here</div>
This div background color is #cacedd
#cacedd Border Color
<div style="border:3px solid #cacedd">
Div here</div>
This div border color is #cacedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,206,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacedd; -webkit-box-shadow: 1px 1px 3px 2px #cacedd; box-shadow: 1px 1px 3px 2px #cacedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,206,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacedd; -webkit-box-shadow: 1px 1px 3px 2px #cacedd; box-shadow: 1px 1px 3px 2px #cacedd;">
Div content here</div>
This div box has shadow with color #cacedd
Comments
No comments written yet.
Please login to write comment.