Color spaces of #ccbb14
RGB | 204 | 187 | 20 |
---|---|---|---|
HSL | 0.15 | 0.82 | 0.44 |
HSV | 54° | 90° | 80° |
CMYK | 0.00 | 0.08 | 0.90 0.20 |
XYZ | 42.7984 | 48.4285 | 7.7537 |
Yxy | 48.4285 | 0.4324 | 0.4893 |
Hunter Lab | 69.5906 | -12.0055 | 42.1074 |
CIE-Lab | 75.0944 | -9.4122 | 74.1609 |
#ccbb14 color RGB value is (204,187,20).
#ccbb14 hex color red value is 204, green value is 187 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ccbb14 hue: 0.15 , saturation: 0.82 and the lightness value of ccbb14 is 0.44.
The process color (four color CMYK) of #ccbb14 color hex is 0.00, 0.08, 0.90, 0.20. Web safe color of #ccbb14 is #cccc00. Color #ccbb14 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111011 | 00010100 |
Octal | 314 | 273 | 24 |
Decimal | 204 | 187 | 20 |
Hex | CC | BB | 14 |
Shades of #ccbb14
Tints of #ccbb14
RGB Percentages of Color #ccbb14
CMYK Percentages of Color #ccbb14
Complementary Color
#ccbb14 | #1425cc |
#ccbb14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbb14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbb14 Color CSS Codes
.mybgcolor {background-color:#ccbb14; } .myforecolor {color:#ccbb14; } .mybordercolor {border:3px solid #ccbb14; }
#ccbb14 Text Font Color
<p style="color:#ccbb14">Text here</p>
This sample text font color is #ccbb14
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.
#ccbb14 Background Color
<div style="background-color:#ccbb14">
Div content here</div>
This div background color is #ccbb14
#ccbb14 Border Color
<div style="border:3px solid #ccbb14">
Div here</div>
This div border color is #ccbb14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,187,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbb14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbb14; -webkit-box-shadow: 1px 1px 3px 2px #ccbb14; box-shadow: 1px 1px 3px 2px #ccbb14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,187,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbb14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbb14; -webkit-box-shadow: 1px 1px 3px 2px #ccbb14; box-shadow: 1px 1px 3px 2px #ccbb14;">
Div content here</div>
This div box has shadow with color #ccbb14
Comments
No comments written yet.
Please login to write comment.