Color spaces of #ccc45f
RGB | 204 | 196 | 95 |
---|---|---|---|
HSL | 0.15 | 0.52 | 0.59 |
HSV | 56° | 53° | 80° |
CMYK | 0.00 | 0.04 | 0.53 0.20 |
XYZ | 46.7073 | 53.1434 | 18.6224 |
Yxy | 53.1434 | 0.3942 | 0.4486 |
Hunter Lab | 72.8995 | -13.2078 | 35.8839 |
CIE-Lab | 77.9596 | -10.4330 | 50.9825 |
#ccc45f color RGB value is (204,196,95).
#ccc45f hex color red value is 204, green value is 196 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccc45f hue: 0.15 , saturation: 0.52 and the lightness value of ccc45f is 0.59.
The process color (four color CMYK) of #ccc45f color hex is 0.00, 0.04, 0.53, 0.20. Web safe color of #ccc45f is #cccc66. Color #ccc45f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000100 | 01011111 |
Octal | 314 | 304 | 137 |
Decimal | 204 | 196 | 95 |
Hex | CC | C4 | 5F |
Shades of #ccc45f
Tints of #ccc45f
RGB Percentages of Color #ccc45f
CMYK Percentages of Color #ccc45f
Complementary Color
#ccc45f | #5f67cc |
#ccc45f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc45f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc45f Color CSS Codes
.mybgcolor {background-color:#ccc45f; } .myforecolor {color:#ccc45f; } .mybordercolor {border:3px solid #ccc45f; }
#ccc45f Text Font Color
<p style="color:#ccc45f">Text here</p>
This sample text font color is #ccc45f
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.
#ccc45f Background Color
<div style="background-color:#ccc45f">
Div content here</div>
This div background color is #ccc45f
#ccc45f Border Color
<div style="border:3px solid #ccc45f">
Div here</div>
This div border color is #ccc45f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,196,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc45f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc45f; -webkit-box-shadow: 1px 1px 3px 2px #ccc45f; box-shadow: 1px 1px 3px 2px #ccc45f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,196,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc45f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc45f; -webkit-box-shadow: 1px 1px 3px 2px #ccc45f; box-shadow: 1px 1px 3px 2px #ccc45f;">
Div content here</div>
This div box has shadow with color #ccc45f
Comments
No comments written yet.
Please login to write comment.