Color spaces of #cc970b
RGB | 204 | 151 | 11 |
---|---|---|---|
HSL | 0.12 | 0.90 | 0.42 |
HSV | 44° | 95° | 80° |
CMYK | 0.00 | 0.26 | 0.95 0.20 |
XYZ | 36.0289 | 34.9947 | 5.1723 |
Yxy | 34.9947 | 0.4728 | 0.4593 |
Hunter Lab | 59.1563 | 5.1911 | 36.2254 |
CIE-Lab | 65.7445 | 9.5131 | 68.5056 |
#cc970b color RGB value is (204,151,11).
#cc970b hex color red value is 204, green value is 151 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc970b hue: 0.12 , saturation: 0.90 and the lightness value of cc970b is 0.42.
The process color (four color CMYK) of #cc970b color hex is 0.00, 0.26, 0.95, 0.20. Web safe color of #cc970b is #cc9900. Color #cc970b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10010111 | 00001011 |
Octal | 314 | 227 | 13 |
Decimal | 204 | 151 | 11 |
Hex | CC | 97 | B |
Shades of #cc970b
Tints of #cc970b
RGB Percentages of Color #cc970b
CMYK Percentages of Color #cc970b
Complementary Color
#cc970b | #0b40cc |
#cc970b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc970b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc970b Color CSS Codes
.mybgcolor {background-color:#cc970b; } .myforecolor {color:#cc970b; } .mybordercolor {border:3px solid #cc970b; }
#cc970b Text Font Color
<p style="color:#cc970b">Text here</p>
This sample text font color is #cc970b
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.
#cc970b Background Color
<div style="background-color:#cc970b">
Div content here</div>
This div background color is #cc970b
#cc970b Border Color
<div style="border:3px solid #cc970b">
Div here</div>
This div border color is #cc970b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,151,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc970b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc970b; -webkit-box-shadow: 1px 1px 3px 2px #cc970b; box-shadow: 1px 1px 3px 2px #cc970b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,151,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc970b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc970b; -webkit-box-shadow: 1px 1px 3px 2px #cc970b; box-shadow: 1px 1px 3px 2px #cc970b;">
Div content here</div>
This div box has shadow with color #cc970b
Comments
No comments written yet.
Please login to write comment.