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