Color spaces of #cccade
RGB | 204 | 202 | 222 |
---|---|---|---|
HSL | 0.68 | 0.23 | 0.83 |
HSV | 246° | 9° | 87° |
CMYK | 0.08 | 0.09 | 0.00 0.13 |
XYZ | 59.2072 | 60.3524 | 77.6359 |
Yxy | 60.3524 | 0.3002 | 0.3061 |
Hunter Lab | 77.6868 | 0.0877 | -4.8704 |
CIE-Lab | 82.0294 | 4.4801 | -9.6590 |
#cccade color RGB value is (204,202,222).
#cccade hex color red value is 204, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cccade hue: 0.68 , saturation: 0.23 and the lightness value of cccade is 0.83.
The process color (four color CMYK) of #cccade color hex is 0.08, 0.09, 0.00, 0.13. Web safe color of #cccade is #cccccc. Color #cccade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 11011110 |
Octal | 314 | 312 | 336 |
Decimal | 204 | 202 | 222 |
Hex | CC | CA | DE |
Shades of #cccade
Tints of #cccade
RGB Percentages of Color #cccade
CMYK Percentages of Color #cccade
Complementary Color
#cccade | #dcdeca |
#cccade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccade Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccade Color CSS Codes
.mybgcolor {background-color:#cccade; } .myforecolor {color:#cccade; } .mybordercolor {border:3px solid #cccade; }
#cccade Text Font Color
<p style="color:#cccade">Text here</p>
This sample text font color is #cccade
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.
#cccade Background Color
<div style="background-color:#cccade">
Div content here</div>
This div background color is #cccade
#cccade Border Color
<div style="border:3px solid #cccade">
Div here</div>
This div border color is #cccade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccade; -webkit-box-shadow: 1px 1px 3px 2px #cccade; box-shadow: 1px 1px 3px 2px #cccade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,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 #cccade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccade; -webkit-box-shadow: 1px 1px 3px 2px #cccade; box-shadow: 1px 1px 3px 2px #cccade;">
Div content here</div>
This div box has shadow with color #cccade
Comments
No comments written yet.
Please login to write comment.