Color Hex Logo

#86895a Color Hex

#86895A
(134,137,90)
0 Favorites   0 Comments

Color spaces of #86895a

RGB 13413790
HSL0.180.210.45
HSV64°34°54°
CMYK 0.020.000.34   0.46
XYZ20.622623.697813.1601
Yxy23.69780.35880.4123
Hunter Lab48.6804-9.572318.0480
CIE-Lab55.7839-8.963924.8806

#86895a color RGB value is (134,137,90).

#86895a hex color red value is 134, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #86895a hue: 0.18 , saturation: 0.21 and the lightness value of 86895a is 0.45.

The process color (four color CMYK) of #86895a color hex is 0.02, 0.00, 0.34, 0.46. Web safe color of #86895a is #999966. Color #86895a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001001 01011010
Octal 206 211 132
Decimal 134 137 90
Hex 86 89 5A

RGB Percentages of Color #86895a

%37.12
%37.95
%24.93

CMYK Percentages of Color #86895a

%2
%0
%34
%46

Triadic Colors of #86895a

#86895a #5a8689 #895a86

Analogous Colors of #86895a

#86895a #6f895a #89755a

Monochromatic Colors of #86895a

#86895a

Complementary Color

#86895a #5d5a89

#86895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86895a Color CSS Codes

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

#86895a Text Font Color

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

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


#86895a Background Color

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

This div background color is #86895a


#86895a Border Color

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

This div border color is #86895a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,137,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86895a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86895a;
  -webkit-box-shadow: 1px 1px 3px 2px #86895a;
  box-shadow:         1px 1px 3px 2px #86895a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,137,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86895a


Comments

No comments written yet.

Please login to write comment.