Color Hex Logo

#c86409 Color Hex

#C86409
(200,100,9)
1 Favorites   0 Comments

Color spaces of #c86409

RGB 2001009
HSL0.080.910.41
HSV29°96°78°
CMYK 0.000.500.96   0.22
XYZ28.425921.41342.8934
Yxy21.41340.53910.4061
Hunter Lab46.274628.669728.6850
CIE-Lab53.399035.237459.9711

#c86409 color RGB value is (200,100,9).

#c86409 hex color red value is 200, green value is 100 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c86409 hue: 0.08 , saturation: 0.91 and the lightness value of c86409 is 0.41.

The process color (four color CMYK) of #c86409 color hex is 0.00, 0.50, 0.96, 0.22. Web safe color of #c86409 is #cc6600. Color #c86409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 00001001
Octal 310 144 11
Decimal 200 100 9
Hex C8 64 9

RGB Percentages of Color #c86409

%64.72
%32.36
%2.91

CMYK Percentages of Color #c86409

%0
%50
%96
%22

Triadic Colors of #c86409

#c86409 #09c864 #6409c8

Analogous Colors of #c86409

#c86409 #c8c409 #c8090e

Monochromatic Colors of #c86409

#c86409

Complementary Color

#c86409 #096dc8

#c86409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86409 Color CSS Codes

.mybgcolor {background-color:#c86409; } 
.myforecolor {color:#c86409; }
.mybordercolor {border:3px solid #c86409; }

#c86409 Text Font Color

<p style="color:#c86409">Text here</p>

This sample text font color is #c86409
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.


#c86409 Background Color

<div style="background-color:#c86409">
Div content here</div>

This div background color is #c86409


#c86409 Border Color

<div style="border:3px solid #c86409">
Div here</div>

This div border color is #c86409


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,100,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c86409; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c86409;
  -webkit-box-shadow: 1px 1px 3px 2px #c86409;
  box-shadow:         1px 1px 3px 2px #c86409; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,100,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c86409">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c86409;
  -webkit-box-shadow: 1px 1px 3px 2px #c86409;
  box-shadow:         1px 1px 3px 2px #c86409;">
Div content here</div>

This div box has shadow with color #c86409


Comments

No comments written yet.

Please login to write comment.