Color Hex Logo

#86b857 Color Hex

#86B857
(134,184,87)
0 Favorites   0 Comments

Color spaces of #86b857

RGB 13418487
HSL0.250.410.53
HSV91°53°72°
CMYK 0.270.000.53   0.28
XYZ28.692340.037415.2326
Yxy40.03740.34170.4768
Hunter Lab63.2751-29.790130.0193
CIE-Lab69.4962-33.105643.5823

#86b857 color RGB value is (134,184,87).

#86b857 hex color red value is 134, green value is 184 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #86b857 hue: 0.25 , saturation: 0.41 and the lightness value of 86b857 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111000 01010111
Octal 206 270 127
Decimal 134 184 87
Hex 86 B8 57

RGB Percentages of Color #86b857

%33.09
%45.43
%21.48

CMYK Percentages of Color #86b857

%27
%0
%53
%28

Triadic Colors of #86b857

#86b857 #5786b8 #b85786

Analogous Colors of #86b857

#86b857 #57b859 #b7b857

Monochromatic Colors of #86b857

#86b857

Complementary Color

#86b857 #8957b8

#86b857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b857 Color CSS Codes

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

#86b857 Text Font Color

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

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


#86b857 Background Color

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

This div background color is #86b857


#86b857 Border Color

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

This div border color is #86b857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b857


Comments

No comments written yet.

Please login to write comment.