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