Color spaces of #ccc99b
RGB | 204 | 201 | 155 |
---|---|---|---|
HSL | 0.16 | 0.32 | 0.70 |
HSV | 56° | 24° | 80° |
CMYK | 0.00 | 0.01 | 0.24 0.20 |
XYZ | 51.7049 | 56.9772 | 39.2829 |
Yxy | 56.9772 | 0.3494 | 0.3851 |
Hunter Lab | 75.4832 | -9.8258 | 21.9826 |
CIE-Lab | 80.1668 | -6.3482 | 23.4263 |
#ccc99b color RGB value is (204,201,155).
#ccc99b hex color red value is 204, green value is 201 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccc99b hue: 0.16 , saturation: 0.32 and the lightness value of ccc99b is 0.70.
The process color (four color CMYK) of #ccc99b color hex is 0.00, 0.01, 0.24, 0.20. Web safe color of #ccc99b is #cccc99. Color #ccc99b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001001 | 10011011 |
Octal | 314 | 311 | 233 |
Decimal | 204 | 201 | 155 |
Hex | CC | C9 | 9B |
Shades of #ccc99b
Tints of #ccc99b
RGB Percentages of Color #ccc99b
CMYK Percentages of Color #ccc99b
Complementary Color
#ccc99b | #9b9ecc |
#ccc99b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc99b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc99b Color CSS Codes
.mybgcolor {background-color:#ccc99b; } .myforecolor {color:#ccc99b; } .mybordercolor {border:3px solid #ccc99b; }
#ccc99b Text Font Color
<p style="color:#ccc99b">Text here</p>
This sample text font color is #ccc99b
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.
#ccc99b Background Color
<div style="background-color:#ccc99b">
Div content here</div>
This div background color is #ccc99b
#ccc99b Border Color
<div style="border:3px solid #ccc99b">
Div here</div>
This div border color is #ccc99b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,201,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc99b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc99b; -webkit-box-shadow: 1px 1px 3px 2px #ccc99b; box-shadow: 1px 1px 3px 2px #ccc99b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,201,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 #ccc99b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc99b; -webkit-box-shadow: 1px 1px 3px 2px #ccc99b; box-shadow: 1px 1px 3px 2px #ccc99b;">
Div content here</div>
This div box has shadow with color #ccc99b
Comments
No comments written yet.
Please login to write comment.