Color spaces of #cc701b
RGB | 204 | 112 | 27 |
---|---|---|---|
HSL | 0.08 | 0.77 | 0.45 |
HSV | 29° | 87° | 80° |
CMYK | 0.00 | 0.45 | 0.87 0.20 |
XYZ | 30.8938 | 24.5048 | 4.1385 |
Yxy | 24.5048 | 0.5189 | 0.4116 |
Hunter Lab | 49.5023 | 24.7706 | 29.6949 |
CIE-Lab | 56.5897 | 30.8936 | 57.9100 |
#cc701b color RGB value is (204,112,27).
#cc701b hex color red value is 204, green value is 112 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cc701b hue: 0.08 , saturation: 0.77 and the lightness value of cc701b is 0.45.
The process color (four color CMYK) of #cc701b color hex is 0.00, 0.45, 0.87, 0.20. Web safe color of #cc701b is #cc6633. Color #cc701b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110000 | 00011011 |
Octal | 314 | 160 | 33 |
Decimal | 204 | 112 | 27 |
Hex | CC | 70 | 1B |
Shades of #cc701b
Tints of #cc701b
RGB Percentages of Color #cc701b
CMYK Percentages of Color #cc701b
Complementary Color
#cc701b | #1b77cc |
#cc701b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc701b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc701b Color CSS Codes
.mybgcolor {background-color:#cc701b; } .myforecolor {color:#cc701b; } .mybordercolor {border:3px solid #cc701b; }
#cc701b Text Font Color
<p style="color:#cc701b">Text here</p>
This sample text font color is #cc701b
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.
#cc701b Background Color
<div style="background-color:#cc701b">
Div content here</div>
This div background color is #cc701b
#cc701b Border Color
<div style="border:3px solid #cc701b">
Div here</div>
This div border color is #cc701b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,112,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc701b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc701b; -webkit-box-shadow: 1px 1px 3px 2px #cc701b; box-shadow: 1px 1px 3px 2px #cc701b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,112,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc701b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc701b; -webkit-box-shadow: 1px 1px 3px 2px #cc701b; box-shadow: 1px 1px 3px 2px #cc701b;">
Div content here</div>
This div box has shadow with color #cc701b
Comments
No comments written yet.
Please login to write comment.