Color spaces of #ccb815
RGB | 204 | 184 | 21 |
---|---|---|---|
HSL | 0.15 | 0.81 | 0.44 |
HSV | 53° | 90° | 80° |
CMYK | 0.00 | 0.10 | 0.90 0.20 |
XYZ | 42.1777 | 47.1725 | 7.5917 |
Yxy | 47.1725 | 0.4351 | 0.4866 |
Hunter Lab | 68.6822 | -10.5772 | 41.5240 |
CIE-Lab | 74.3000 | -7.8497 | 73.3726 |
#ccb815 color RGB value is (204,184,21).
#ccb815 hex color red value is 204, green value is 184 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ccb815 hue: 0.15 , saturation: 0.81 and the lightness value of ccb815 is 0.44.
The process color (four color CMYK) of #ccb815 color hex is 0.00, 0.10, 0.90, 0.20. Web safe color of #ccb815 is #cccc00. Color #ccb815 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111000 | 00010101 |
Octal | 314 | 270 | 25 |
Decimal | 204 | 184 | 21 |
Hex | CC | B8 | 15 |
Shades of #ccb815
Tints of #ccb815
RGB Percentages of Color #ccb815
CMYK Percentages of Color #ccb815
Complementary Color
#ccb815 | #1529cc |
#ccb815 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb815 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb815 Color CSS Codes
.mybgcolor {background-color:#ccb815; } .myforecolor {color:#ccb815; } .mybordercolor {border:3px solid #ccb815; }
#ccb815 Text Font Color
<p style="color:#ccb815">Text here</p>
This sample text font color is #ccb815
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.
#ccb815 Background Color
<div style="background-color:#ccb815">
Div content here</div>
This div background color is #ccb815
#ccb815 Border Color
<div style="border:3px solid #ccb815">
Div here</div>
This div border color is #ccb815
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,184,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb815; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb815; -webkit-box-shadow: 1px 1px 3px 2px #ccb815; box-shadow: 1px 1px 3px 2px #ccb815; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,184,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb815">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb815; -webkit-box-shadow: 1px 1px 3px 2px #ccb815; box-shadow: 1px 1px 3px 2px #ccb815;">
Div content here</div>
This div box has shadow with color #ccb815
Comments
No comments written yet.
Please login to write comment.