Color spaces of #ccc02a
RGB | 204 | 192 | 42 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.48 |
HSV | 56° | 79° | 80° |
CMYK | 0.00 | 0.06 | 0.79 0.20 |
XYZ | 44.1694 | 50.7038 | 9.6493 |
Yxy | 50.7038 | 0.4226 | 0.4851 |
Hunter Lab | 71.2066 | -13.8881 | 41.8102 |
CIE-Lab | 76.4992 | -11.4183 | 70.3135 |
#ccc02a color RGB value is (204,192,42).
#ccc02a hex color red value is 204, green value is 192 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ccc02a hue: 0.15 , saturation: 0.66 and the lightness value of ccc02a is 0.48.
The process color (four color CMYK) of #ccc02a color hex is 0.00, 0.06, 0.79, 0.20. Web safe color of #ccc02a is #cccc33. Color #ccc02a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000000 | 00101010 |
Octal | 314 | 300 | 52 |
Decimal | 204 | 192 | 42 |
Hex | CC | C0 | 2A |
Shades of #ccc02a
Tints of #ccc02a
RGB Percentages of Color #ccc02a
CMYK Percentages of Color #ccc02a
Complementary Color
#ccc02a | #2a36cc |
#ccc02a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc02a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc02a Color CSS Codes
.mybgcolor {background-color:#ccc02a; } .myforecolor {color:#ccc02a; } .mybordercolor {border:3px solid #ccc02a; }
#ccc02a Text Font Color
<p style="color:#ccc02a">Text here</p>
This sample text font color is #ccc02a
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.
#ccc02a Background Color
<div style="background-color:#ccc02a">
Div content here</div>
This div background color is #ccc02a
#ccc02a Border Color
<div style="border:3px solid #ccc02a">
Div here</div>
This div border color is #ccc02a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,192,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc02a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc02a; -webkit-box-shadow: 1px 1px 3px 2px #ccc02a; box-shadow: 1px 1px 3px 2px #ccc02a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,192,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc02a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc02a; -webkit-box-shadow: 1px 1px 3px 2px #ccc02a; box-shadow: 1px 1px 3px 2px #ccc02a;">
Div content here</div>
This div box has shadow with color #ccc02a
Comments
No comments written yet.
Please login to write comment.