Color spaces of #ccd29b
RGB | 204 | 210 | 155 |
---|---|---|---|
HSL | 0.18 | 0.38 | 0.72 |
HSV | 67° | 26° | 82° |
CMYK | 0.03 | 0.00 | 0.26 0.18 |
XYZ | 53.8648 | 61.2971 | 40.0029 |
Yxy | 61.2971 | 0.3471 | 0.3950 |
Hunter Lab | 78.2925 | -14.2048 | 24.5110 |
CIE-Lab | 82.5382 | -10.9637 | 26.6503 |
#ccd29b color RGB value is (204,210,155).
#ccd29b hex color red value is 204, green value is 210 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccd29b hue: 0.18 , saturation: 0.38 and the lightness value of ccd29b is 0.72.
The process color (four color CMYK) of #ccd29b color hex is 0.03, 0.00, 0.26, 0.18. Web safe color of #ccd29b is #cccc99. Color #ccd29b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010010 | 10011011 |
Octal | 314 | 322 | 233 |
Decimal | 204 | 210 | 155 |
Hex | CC | D2 | 9B |
Shades of #ccd29b
Tints of #ccd29b
RGB Percentages of Color #ccd29b
CMYK Percentages of Color #ccd29b
Complementary Color
#ccd29b | #a19bd2 |
#ccd29b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd29b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd29b Color CSS Codes
.mybgcolor {background-color:#ccd29b; } .myforecolor {color:#ccd29b; } .mybordercolor {border:3px solid #ccd29b; }
#ccd29b Text Font Color
<p style="color:#ccd29b">Text here</p>
This sample text font color is #ccd29b
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.
#ccd29b Background Color
<div style="background-color:#ccd29b">
Div content here</div>
This div background color is #ccd29b
#ccd29b Border Color
<div style="border:3px solid #ccd29b">
Div here</div>
This div border color is #ccd29b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,210,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd29b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd29b; -webkit-box-shadow: 1px 1px 3px 2px #ccd29b; box-shadow: 1px 1px 3px 2px #ccd29b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,210,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd29b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd29b; -webkit-box-shadow: 1px 1px 3px 2px #ccd29b; box-shadow: 1px 1px 3px 2px #ccd29b;">
Div content here</div>
This div box has shadow with color #ccd29b
Comments
No comments written yet.
Please login to write comment.