Color spaces of #ccdaac
RGB | 204 | 218 | 172 |
---|---|---|---|
HSL | 0.22 | 0.38 | 0.76 |
HSV | 78° | 21° | 85° |
CMYK | 0.06 | 0.00 | 0.21 0.15 |
XYZ | 57.4196 | 65.9587 | 48.7347 |
Yxy | 65.9587 | 0.3336 | 0.3832 |
Hunter Lab | 81.2150 | -15.9253 | 21.2723 |
CIE-Lab | 84.9753 | -12.5596 | 21.1079 |
#ccdaac color RGB value is (204,218,172).
#ccdaac hex color red value is 204, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccdaac hue: 0.22 , saturation: 0.38 and the lightness value of ccdaac is 0.76.
The process color (four color CMYK) of #ccdaac color hex is 0.06, 0.00, 0.21, 0.15. Web safe color of #ccdaac is #cccc99. Color #ccdaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011010 | 10101100 |
Octal | 314 | 332 | 254 |
Decimal | 204 | 218 | 172 |
Hex | CC | DA | AC |
Shades of #ccdaac
Tints of #ccdaac
RGB Percentages of Color #ccdaac
CMYK Percentages of Color #ccdaac
Complementary Color
#ccdaac | #baacda |
#ccdaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdaac Color CSS Codes
.mybgcolor {background-color:#ccdaac; } .myforecolor {color:#ccdaac; } .mybordercolor {border:3px solid #ccdaac; }
#ccdaac Text Font Color
<p style="color:#ccdaac">Text here</p>
This sample text font color is #ccdaac
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.
#ccdaac Background Color
<div style="background-color:#ccdaac">
Div content here</div>
This div background color is #ccdaac
#ccdaac Border Color
<div style="border:3px solid #ccdaac">
Div here</div>
This div border color is #ccdaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,218,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdaac; -webkit-box-shadow: 1px 1px 3px 2px #ccdaac; box-shadow: 1px 1px 3px 2px #ccdaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,218,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdaac; -webkit-box-shadow: 1px 1px 3px 2px #ccdaac; box-shadow: 1px 1px 3px 2px #ccdaac;">
Div content here</div>
This div box has shadow with color #ccdaac
Comments
No comments written yet.
Please login to write comment.