Color Hex Logo

#8f870e Color Hex

#8F870E
(143,135,14)
0 Favorites   0 Comments

Color spaces of #8f870e

RGB 14313514
HSL0.160.820.31
HSV56°90°56°
CMYK 0.000.060.90   0.44
XYZ20.070923.19933.8355
Yxy23.19930.42610.4925
Hunter Lab48.1657-9.907928.9946
CIE-Lab55.2770-9.482457.3297

#8f870e color RGB value is (143,135,14).

#8f870e hex color red value is 143, green value is 135 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8f870e hue: 0.16 , saturation: 0.82 and the lightness value of 8f870e is 0.31.

The process color (four color CMYK) of #8f870e color hex is 0.00, 0.06, 0.90, 0.44. Web safe color of #8f870e is #999900. Color #8f870e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000111 00001110
Octal 217 207 16
Decimal 143 135 14
Hex 8F 87 E

RGB Percentages of Color #8f870e

%48.97
%46.23
%4.79

CMYK Percentages of Color #8f870e

%0
%6
%90
%44

Triadic Colors of #8f870e

#8f870e #0e8f87 #870e8f

Analogous Colors of #8f870e

#8f870e #578f0e #8f470e

Monochromatic Colors of #8f870e

#8f870e

Complementary Color

#8f870e #0e168f

#8f870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f870e Color CSS Codes

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

#8f870e Text Font Color

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

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


#8f870e Background Color

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

This div background color is #8f870e


#8f870e Border Color

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

This div border color is #8f870e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,135,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f870e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f870e;
  -webkit-box-shadow: 1px 1px 3px 2px #8f870e;
  box-shadow:         1px 1px 3px 2px #8f870e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,135,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f870e


Comments

No comments written yet.

Please login to write comment.