Color Hex Logo

#86b85a Color Hex

#86B85A
(134,184,90)
0 Favorites   0 Comments

Color spaces of #86b85a

RGB 13418490
HSL0.260.400.54
HSV92°51°72°
CMYK 0.270.000.51   0.28
XYZ28.817540.087515.8917
Yxy40.08750.33980.4727
Hunter Lab63.3147-29.556929.4388
CIE-Lab69.5318-32.772142.1674

#86b85a color RGB value is (134,184,90).

#86b85a hex color red value is 134, green value is 184 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #86b85a hue: 0.26 , saturation: 0.40 and the lightness value of 86b85a is 0.54.

The process color (four color CMYK) of #86b85a color hex is 0.27, 0.00, 0.51, 0.28. Web safe color of #86b85a is #99cc66. Color #86b85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111000 01011010
Octal 206 270 132
Decimal 134 184 90
Hex 86 B8 5A

RGB Percentages of Color #86b85a

%32.84
%45.10
%22.06

CMYK Percentages of Color #86b85a

%27
%0
%51
%28

Triadic Colors of #86b85a

#86b85a #5a86b8 #b85a86

Analogous Colors of #86b85a

#86b85a #5ab85d #b5b85a

Monochromatic Colors of #86b85a

#86b85a

Complementary Color

#86b85a #8c5ab8

#86b85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b85a Color CSS Codes

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

#86b85a Text Font Color

<p style="color:#86b85a">Text here</p>

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


#86b85a Background Color

<div style="background-color:#86b85a">
Div content here</div>

This div background color is #86b85a


#86b85a Border Color

<div style="border:3px solid #86b85a">
Div here</div>

This div border color is #86b85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b85a


Comments

No comments written yet.

Please login to write comment.