Color spaces of #ccdbab
RGB | 204 | 219 | 171 |
---|---|---|---|
HSL | 0.22 | 0.40 | 0.76 |
HSV | 79° | 22° | 86° |
CMYK | 0.07 | 0.00 | 0.22 0.14 |
XYZ | 57.5840 | 66.4407 | 48.3174 |
Yxy | 66.4407 | 0.3341 | 0.3855 |
Hunter Lab | 81.5112 | -16.5423 | 21.9125 |
CIE-Lab | 85.2207 | -13.2142 | 21.9688 |
#ccdbab color RGB value is (204,219,171).
#ccdbab hex color red value is 204, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccdbab hue: 0.22 , saturation: 0.40 and the lightness value of ccdbab is 0.76.
The process color (four color CMYK) of #ccdbab color hex is 0.07, 0.00, 0.22, 0.14. Web safe color of #ccdbab is #cccc99. Color #ccdbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011011 | 10101011 |
Octal | 314 | 333 | 253 |
Decimal | 204 | 219 | 171 |
Hex | CC | DB | AB |
Shades of #ccdbab
Tints of #ccdbab
RGB Percentages of Color #ccdbab
CMYK Percentages of Color #ccdbab
Complementary Color
#ccdbab | #baabdb |
#ccdbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdbab Color CSS Codes
.mybgcolor {background-color:#ccdbab; } .myforecolor {color:#ccdbab; } .mybordercolor {border:3px solid #ccdbab; }
#ccdbab Text Font Color
<p style="color:#ccdbab">Text here</p>
This sample text font color is #ccdbab
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.
#ccdbab Background Color
<div style="background-color:#ccdbab">
Div content here</div>
This div background color is #ccdbab
#ccdbab Border Color
<div style="border:3px solid #ccdbab">
Div here</div>
This div border color is #ccdbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,219,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdbab; -webkit-box-shadow: 1px 1px 3px 2px #ccdbab; box-shadow: 1px 1px 3px 2px #ccdbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,219,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 #ccdbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdbab; -webkit-box-shadow: 1px 1px 3px 2px #ccdbab; box-shadow: 1px 1px 3px 2px #ccdbab;">
Div content here</div>
This div box has shadow with color #ccdbab
Comments
No comments written yet.
Please login to write comment.