Color Hex Logo

#868a0f Color Hex

#868A0F
(134,138,15)
0 Favorites   0 Comments

Color spaces of #868a0f

RGB 13413815
HSL0.170.800.30
HSV62°89°54°
CMYK 0.030.000.89   0.46
XYZ19.006223.27983.9436
Yxy23.27980.41110.5036
Hunter Lab48.2491-14.121728.9284
CIE-Lab55.3594-15.198256.8614

#868a0f color RGB value is (134,138,15).

#868a0f hex color red value is 134, green value is 138 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #868a0f hue: 0.17 , saturation: 0.80 and the lightness value of 868a0f is 0.30.

The process color (four color CMYK) of #868a0f color hex is 0.03, 0.00, 0.89, 0.46. Web safe color of #868a0f is #999900. Color #868a0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 00001111
Octal 206 212 17
Decimal 134 138 15
Hex 86 8A F

RGB Percentages of Color #868a0f

%46.69
%48.08
%5.23

CMYK Percentages of Color #868a0f

%3
%0
%89
%46

Triadic Colors of #868a0f

#868a0f #0f868a #8a0f86

Analogous Colors of #868a0f

#868a0f #498a0f #8a510f

Monochromatic Colors of #868a0f

#868a0f

Complementary Color

#868a0f #130f8a

#868a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#868a0f Color CSS Codes

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

#868a0f Text Font Color

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

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


#868a0f Background Color

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

This div background color is #868a0f


#868a0f Border Color

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

This div border color is #868a0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,138,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868a0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868a0f;
  -webkit-box-shadow: 1px 1px 3px 2px #868a0f;
  box-shadow:         1px 1px 3px 2px #868a0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,138,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 #868a0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868a0f


Comments

No comments written yet.

Please login to write comment.