Color spaces of #c8680f
RGB | 200 | 104 | 15 |
---|---|---|---|
HSL | 0.08 | 0.86 | 0.42 |
HSV | 29° | 93° | 78° |
CMYK | 0.00 | 0.48 | 0.93 0.22 |
XYZ | 28.8560 | 22.2145 | 3.2189 |
Yxy | 22.2145 | 0.5315 | 0.4092 |
Hunter Lab | 47.1323 | 26.8024 | 28.9434 |
CIE-Lab | 54.2539 | 33.2306 | 59.2860 |
#c8680f color RGB value is (200,104,15).
#c8680f hex color red value is 200, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c8680f hue: 0.08 , saturation: 0.86 and the lightness value of c8680f is 0.42.
The process color (four color CMYK) of #c8680f color hex is 0.00, 0.48, 0.93, 0.22. Web safe color of #c8680f is #cc6600. Color #c8680f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01101000 | 00001111 |
Octal | 310 | 150 | 17 |
Decimal | 200 | 104 | 15 |
Hex | C8 | 68 | F |
Shades of #c8680f
Tints of #c8680f
RGB Percentages of Color #c8680f
CMYK Percentages of Color #c8680f
Complementary Color
#c8680f | #0f6fc8 |
#c8680f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8680f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8680f Color CSS Codes
.mybgcolor {background-color:#c8680f; } .myforecolor {color:#c8680f; } .mybordercolor {border:3px solid #c8680f; }
#c8680f Text Font Color
<p style="color:#c8680f">Text here</p>
This sample text font color is #c8680f
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.
#c8680f Background Color
<div style="background-color:#c8680f">
Div content here</div>
This div background color is #c8680f
#c8680f Border Color
<div style="border:3px solid #c8680f">
Div here</div>
This div border color is #c8680f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,104,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8680f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8680f; -webkit-box-shadow: 1px 1px 3px 2px #c8680f; box-shadow: 1px 1px 3px 2px #c8680f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,104,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8680f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8680f; -webkit-box-shadow: 1px 1px 3px 2px #c8680f; box-shadow: 1px 1px 3px 2px #c8680f;">
Div content here</div>
This div box has shadow with color #c8680f
Comments
No comments written yet.
Please login to write comment.