Color spaces of #ccc25f
RGB | 204 | 194 | 95 |
---|---|---|---|
HSL | 0.15 | 0.52 | 0.59 |
HSV | 54° | 53° | 80° |
CMYK | 0.00 | 0.05 | 0.53 0.20 |
XYZ | 46.2592 | 52.2472 | 18.4731 |
Yxy | 52.2472 | 0.3954 | 0.4466 |
Hunter Lab | 72.2822 | -12.2574 | 35.4449 |
CIE-Lab | 77.4284 | -9.4093 | 50.3642 |
#ccc25f color RGB value is (204,194,95).
#ccc25f hex color red value is 204, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccc25f hue: 0.15 , saturation: 0.52 and the lightness value of ccc25f is 0.59.
The process color (four color CMYK) of #ccc25f color hex is 0.00, 0.05, 0.53, 0.20. Web safe color of #ccc25f is #cccc66. Color #ccc25f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000010 | 01011111 |
Octal | 314 | 302 | 137 |
Decimal | 204 | 194 | 95 |
Hex | CC | C2 | 5F |
Shades of #ccc25f
Tints of #ccc25f
RGB Percentages of Color #ccc25f
CMYK Percentages of Color #ccc25f
Complementary Color
#ccc25f | #5f69cc |
#ccc25f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc25f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc25f Color CSS Codes
.mybgcolor {background-color:#ccc25f; } .myforecolor {color:#ccc25f; } .mybordercolor {border:3px solid #ccc25f; }
#ccc25f Text Font Color
<p style="color:#ccc25f">Text here</p>
This sample text font color is #ccc25f
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.
#ccc25f Background Color
<div style="background-color:#ccc25f">
Div content here</div>
This div background color is #ccc25f
#ccc25f Border Color
<div style="border:3px solid #ccc25f">
Div here</div>
This div border color is #ccc25f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,194,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc25f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc25f; -webkit-box-shadow: 1px 1px 3px 2px #ccc25f; box-shadow: 1px 1px 3px 2px #ccc25f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,194,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 #ccc25f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc25f; -webkit-box-shadow: 1px 1px 3px 2px #ccc25f; box-shadow: 1px 1px 3px 2px #ccc25f;">
Div content here</div>
This div box has shadow with color #ccc25f
Comments
No comments written yet.
Please login to write comment.