Color spaces of #ccb50e
RGB | 204 | 181 | 14 |
---|---|---|---|
HSL | 0.15 | 0.87 | 0.43 |
HSV | 53° | 93° | 80° |
CMYK | 0.00 | 0.11 | 0.93 0.20 |
XYZ | 41.5050 | 45.9168 | 7.0908 |
Yxy | 45.9168 | 0.4391 | 0.4858 |
Hunter Lab | 67.7619 | -9.2500 | 41.2291 |
CIE-Lab | 73.4915 | -6.4033 | 73.8305 |
#ccb50e color RGB value is (204,181,14).
#ccb50e hex color red value is 204, green value is 181 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ccb50e hue: 0.15 , saturation: 0.87 and the lightness value of ccb50e is 0.43.
The process color (four color CMYK) of #ccb50e color hex is 0.00, 0.11, 0.93, 0.20. Web safe color of #ccb50e is #cccc00. Color #ccb50e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110101 | 00001110 |
Octal | 314 | 265 | 16 |
Decimal | 204 | 181 | 14 |
Hex | CC | B5 | E |
Shades of #ccb50e
Tints of #ccb50e
RGB Percentages of Color #ccb50e
CMYK Percentages of Color #ccb50e
Complementary Color
#ccb50e | #0e25cc |
#ccb50e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb50e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb50e Color CSS Codes
.mybgcolor {background-color:#ccb50e; } .myforecolor {color:#ccb50e; } .mybordercolor {border:3px solid #ccb50e; }
#ccb50e Text Font Color
<p style="color:#ccb50e">Text here</p>
This sample text font color is #ccb50e
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.
#ccb50e Background Color
<div style="background-color:#ccb50e">
Div content here</div>
This div background color is #ccb50e
#ccb50e Border Color
<div style="border:3px solid #ccb50e">
Div here</div>
This div border color is #ccb50e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,181,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb50e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb50e; -webkit-box-shadow: 1px 1px 3px 2px #ccb50e; box-shadow: 1px 1px 3px 2px #ccb50e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,181,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb50e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb50e; -webkit-box-shadow: 1px 1px 3px 2px #ccb50e; box-shadow: 1px 1px 3px 2px #ccb50e;">
Div content here</div>
This div box has shadow with color #ccb50e
Comments
No comments written yet.
Please login to write comment.