Color Hex Logo

#8c890f Color Hex

#8C890F
(140,137,15)
0 Favorites   0 Comments

Color spaces of #8c890f

RGB 14013715
HSL0.160.810.30
HSV59°89°55°
CMYK 0.000.020.89   0.45
XYZ19.847123.50133.9421
Yxy23.50130.41970.4970
Hunter Lab48.4781-11.758329.1134
CIE-Lab55.5850-11.920657.2588

#8c890f color RGB value is (140,137,15).

#8c890f hex color red value is 140, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #8c890f hue: 0.16 , saturation: 0.81 and the lightness value of 8c890f is 0.30.

The process color (four color CMYK) of #8c890f color hex is 0.00, 0.02, 0.89, 0.45. Web safe color of #8c890f is #999900. Color #8c890f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001001 00001111
Octal 214 211 17
Decimal 140 137 15
Hex 8C 89 F

RGB Percentages of Color #8c890f

%47.95
%46.92
%5.14

CMYK Percentages of Color #8c890f

%0
%2
%89
%45

Triadic Colors of #8c890f

#8c890f #0f8c89 #890f8c

Analogous Colors of #8c890f

#8c890f #518c0f #8c4b0f

Monochromatic Colors of #8c890f

#8c890f

Complementary Color

#8c890f #0f128c

#8c890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c890f Color CSS Codes

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

#8c890f Text Font Color

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

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


#8c890f Background Color

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

This div background color is #8c890f


#8c890f Border Color

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

This div border color is #8c890f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,137,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 #8c890f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c890f


Comments

No comments written yet.

Please login to write comment.