Color spaces of #ccc05a
RGB | 204 | 192 | 90 |
---|---|---|---|
HSL | 0.15 | 0.53 | 0.58 |
HSV | 54° | 56° | 80° |
CMYK | 0.00 | 0.06 | 0.56 0.20 |
XYZ | 45.5969 | 51.2748 | 17.1667 |
Yxy | 51.2748 | 0.3998 | 0.4496 |
Hunter Lab | 71.6064 | -11.6476 | 35.9105 |
CIE-Lab | 76.8452 | -8.7813 | 52.0327 |
#ccc05a color RGB value is (204,192,90).
#ccc05a hex color red value is 204, green value is 192 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccc05a hue: 0.15 , saturation: 0.53 and the lightness value of ccc05a is 0.58.
The process color (four color CMYK) of #ccc05a color hex is 0.00, 0.06, 0.56, 0.20. Web safe color of #ccc05a is #cccc66. Color #ccc05a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000000 | 01011010 |
Octal | 314 | 300 | 132 |
Decimal | 204 | 192 | 90 |
Hex | CC | C0 | 5A |
Shades of #ccc05a
Tints of #ccc05a
RGB Percentages of Color #ccc05a
CMYK Percentages of Color #ccc05a
Complementary Color
#ccc05a | #5a66cc |
#ccc05a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc05a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc05a Color CSS Codes
.mybgcolor {background-color:#ccc05a; } .myforecolor {color:#ccc05a; } .mybordercolor {border:3px solid #ccc05a; }
#ccc05a Text Font Color
<p style="color:#ccc05a">Text here</p>
This sample text font color is #ccc05a
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.
#ccc05a Background Color
<div style="background-color:#ccc05a">
Div content here</div>
This div background color is #ccc05a
#ccc05a Border Color
<div style="border:3px solid #ccc05a">
Div here</div>
This div border color is #ccc05a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,192,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc05a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc05a; -webkit-box-shadow: 1px 1px 3px 2px #ccc05a; box-shadow: 1px 1px 3px 2px #ccc05a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,192,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc05a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc05a; -webkit-box-shadow: 1px 1px 3px 2px #ccc05a; box-shadow: 1px 1px 3px 2px #ccc05a;">
Div content here</div>
This div box has shadow with color #ccc05a
Comments
No comments written yet.
Please login to write comment.