Color spaces of #cccba4
RGB | 204 | 203 | 164 |
---|---|---|---|
HSL | 0.16 | 0.28 | 0.72 |
HSV | 59° | 20° | 80° |
CMYK | 0.00 | 0.00 | 0.20 0.20 |
XYZ | 52.9586 | 58.2296 | 43.5702 |
Yxy | 58.2296 | 0.3422 | 0.3763 |
Hunter Lab | 76.3083 | -9.6591 | 19.5627 |
CIE-Lab | 80.8663 | -6.0907 | 19.6304 |
#cccba4 color RGB value is (204,203,164).
#cccba4 hex color red value is 204, green value is 203 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cccba4 hue: 0.16 , saturation: 0.28 and the lightness value of cccba4 is 0.72.
The process color (four color CMYK) of #cccba4 color hex is 0.00, 0.00, 0.20, 0.20. Web safe color of #cccba4 is #cccc99. Color #cccba4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001011 | 10100100 |
Octal | 314 | 313 | 244 |
Decimal | 204 | 203 | 164 |
Hex | CC | CB | A4 |
Shades of #cccba4
Tints of #cccba4
RGB Percentages of Color #cccba4
CMYK Percentages of Color #cccba4
Complementary Color
#cccba4 | #a4a5cc |
#cccba4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccba4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccba4 Color CSS Codes
.mybgcolor {background-color:#cccba4; } .myforecolor {color:#cccba4; } .mybordercolor {border:3px solid #cccba4; }
#cccba4 Text Font Color
<p style="color:#cccba4">Text here</p>
This sample text font color is #cccba4
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.
#cccba4 Background Color
<div style="background-color:#cccba4">
Div content here</div>
This div background color is #cccba4
#cccba4 Border Color
<div style="border:3px solid #cccba4">
Div here</div>
This div border color is #cccba4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,203,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccba4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccba4; -webkit-box-shadow: 1px 1px 3px 2px #cccba4; box-shadow: 1px 1px 3px 2px #cccba4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,203,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccba4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccba4; -webkit-box-shadow: 1px 1px 3px 2px #cccba4; box-shadow: 1px 1px 3px 2px #cccba4;">
Div content here</div>
This div box has shadow with color #cccba4
Comments
No comments written yet.
Please login to write comment.