Color spaces of #ccdacc
RGB | 204 | 218 | 204 |
---|---|---|---|
HSL | 0.33 | 0.16 | 0.83 |
HSV | 120° | 6° | 85° |
CMYK | 0.06 | 0.00 | 0.06 0.15 |
XYZ | 60.8723 | 67.3398 | 66.9163 |
Yxy | 67.3398 | 0.3120 | 0.3451 |
Hunter Lab | 82.0608 | -11.1961 | 9.0947 |
CIE-Lab | 85.6753 | -7.2688 | 5.2610 |
#ccdacc color RGB value is (204,218,204).
#ccdacc hex color red value is 204, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccdacc hue: 0.33 , saturation: 0.16 and the lightness value of ccdacc is 0.83.
The process color (four color CMYK) of #ccdacc color hex is 0.06, 0.00, 0.06, 0.15. Web safe color of #ccdacc is #cccccc. Color #ccdacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011010 | 11001100 |
Octal | 314 | 332 | 314 |
Decimal | 204 | 218 | 204 |
Hex | CC | DA | CC |
Shades of #ccdacc
Tints of #ccdacc
RGB Percentages of Color #ccdacc
CMYK Percentages of Color #ccdacc
Complementary Color
#ccdacc | #daccda |
#ccdacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdacc Color CSS Codes
.mybgcolor {background-color:#ccdacc; } .myforecolor {color:#ccdacc; } .mybordercolor {border:3px solid #ccdacc; }
#ccdacc Text Font Color
<p style="color:#ccdacc">Text here</p>
This sample text font color is #ccdacc
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.
#ccdacc Background Color
<div style="background-color:#ccdacc">
Div content here</div>
This div background color is #ccdacc
#ccdacc Border Color
<div style="border:3px solid #ccdacc">
Div here</div>
This div border color is #ccdacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,218,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdacc; -webkit-box-shadow: 1px 1px 3px 2px #ccdacc; box-shadow: 1px 1px 3px 2px #ccdacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,218,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdacc; -webkit-box-shadow: 1px 1px 3px 2px #ccdacc; box-shadow: 1px 1px 3px 2px #ccdacc;">
Div content here</div>
This div box has shadow with color #ccdacc
Comments
No comments written yet.
Please login to write comment.