Color Hex Logo

#8c600a Color Hex

#8C600A
(140,96,10)
0 Favorites   0 Comments

Color spaces of #8c600a

RGB 1409610
HSL0.110.870.29
HSV40°93°55°
CMYK 0.000.310.93   0.45
XYZ15.052913.96312.1889
Yxy13.96310.48240.4475
Hunter Lab37.36726.513722.6840
CIE-Lab44.180011.122349.3770

#8c600a color RGB value is (140,96,10).

#8c600a hex color red value is 140, green value is 96 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8c600a hue: 0.11 , saturation: 0.87 and the lightness value of 8c600a is 0.29.

The process color (four color CMYK) of #8c600a color hex is 0.00, 0.31, 0.93, 0.45. Web safe color of #8c600a is #996600. Color #8c600a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100000 00001010
Octal 214 140 12
Decimal 140 96 10
Hex 8C 60 A

RGB Percentages of Color #8c600a

%56.91
%39.02
%4.07

CMYK Percentages of Color #8c600a

%0
%31
%93
%45

Triadic Colors of #8c600a

#8c600a #0a8c60 #600a8c

Analogous Colors of #8c600a

#8c600a #778c0a #8c1f0a

Monochromatic Colors of #8c600a

#8c600a

Complementary Color

#8c600a #0a368c

#8c600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c600a Color CSS Codes

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

#8c600a Text Font Color

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

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


#8c600a Background Color

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

This div background color is #8c600a


#8c600a Border Color

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

This div border color is #8c600a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,96,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c600a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c600a;
  -webkit-box-shadow: 1px 1px 3px 2px #8c600a;
  box-shadow:         1px 1px 3px 2px #8c600a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,96,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c600a


Comments

No comments written yet.

Please login to write comment.