Color spaces of #ccdcab
RGB | 204 | 220 | 171 |
---|---|---|---|
HSL | 0.22 | 0.41 | 0.77 |
HSV | 80° | 22° | 86° |
CMYK | 0.07 | 0.00 | 0.22 0.14 |
XYZ | 57.8457 | 66.9640 | 48.4046 |
Yxy | 66.9640 | 0.3340 | 0.3866 |
Hunter Lab | 81.8315 | -17.0257 | 22.2111 |
CIE-Lab | 85.4858 | -13.7167 | 22.3341 |
#ccdcab color RGB value is (204,220,171).
#ccdcab hex color red value is 204, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccdcab hue: 0.22 , saturation: 0.41 and the lightness value of ccdcab is 0.77.
The process color (four color CMYK) of #ccdcab color hex is 0.07, 0.00, 0.22, 0.14. Web safe color of #ccdcab is #cccc99. Color #ccdcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011100 | 10101011 |
Octal | 314 | 334 | 253 |
Decimal | 204 | 220 | 171 |
Hex | CC | DC | AB |
Shades of #ccdcab
Tints of #ccdcab
RGB Percentages of Color #ccdcab
CMYK Percentages of Color #ccdcab
Complementary Color
#ccdcab | #bbabdc |
#ccdcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdcab Color CSS Codes
.mybgcolor {background-color:#ccdcab; } .myforecolor {color:#ccdcab; } .mybordercolor {border:3px solid #ccdcab; }
#ccdcab Text Font Color
<p style="color:#ccdcab">Text here</p>
This sample text font color is #ccdcab
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.
#ccdcab Background Color
<div style="background-color:#ccdcab">
Div content here</div>
This div background color is #ccdcab
#ccdcab Border Color
<div style="border:3px solid #ccdcab">
Div here</div>
This div border color is #ccdcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,220,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdcab; -webkit-box-shadow: 1px 1px 3px 2px #ccdcab; box-shadow: 1px 1px 3px 2px #ccdcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,220,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdcab; -webkit-box-shadow: 1px 1px 3px 2px #ccdcab; box-shadow: 1px 1px 3px 2px #ccdcab;">
Div content here</div>
This div box has shadow with color #ccdcab
Comments
No comments written yet.
Please login to write comment.