Color spaces of #ccb64c
RGB | 204 | 182 | 76 |
---|---|---|---|
HSL | 0.14 | 0.56 | 0.55 |
HSV | 50° | 63° | 80° |
CMYK | 0.00 | 0.11 | 0.63 0.20 |
XYZ | 42.9343 | 46.8151 | 13.6108 |
Yxy | 46.8151 | 0.4154 | 0.4529 |
Hunter Lab | 68.4216 | -7.7296 | 36.1008 |
CIE-Lab | 74.0713 | -4.5973 | 55.2944 |
#ccb64c color RGB value is (204,182,76).
#ccb64c hex color red value is 204, green value is 182 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ccb64c hue: 0.14 , saturation: 0.56 and the lightness value of ccb64c is 0.55.
The process color (four color CMYK) of #ccb64c color hex is 0.00, 0.11, 0.63, 0.20. Web safe color of #ccb64c is #cccc33. Color #ccb64c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110110 | 01001100 |
Octal | 314 | 266 | 114 |
Decimal | 204 | 182 | 76 |
Hex | CC | B6 | 4C |
Shades of #ccb64c
Tints of #ccb64c
RGB Percentages of Color #ccb64c
CMYK Percentages of Color #ccb64c
Complementary Color
#ccb64c | #4c62cc |
#ccb64c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb64c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb64c Color CSS Codes
.mybgcolor {background-color:#ccb64c; } .myforecolor {color:#ccb64c; } .mybordercolor {border:3px solid #ccb64c; }
#ccb64c Text Font Color
<p style="color:#ccb64c">Text here</p>
This sample text font color is #ccb64c
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.
#ccb64c Background Color
<div style="background-color:#ccb64c">
Div content here</div>
This div background color is #ccb64c
#ccb64c Border Color
<div style="border:3px solid #ccb64c">
Div here</div>
This div border color is #ccb64c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,182,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb64c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb64c; -webkit-box-shadow: 1px 1px 3px 2px #ccb64c; box-shadow: 1px 1px 3px 2px #ccb64c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,182,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb64c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb64c; -webkit-box-shadow: 1px 1px 3px 2px #ccb64c; box-shadow: 1px 1px 3px 2px #ccb64c;">
Div content here</div>
This div box has shadow with color #ccb64c
Comments
No comments written yet.
Please login to write comment.