Color Hex Logo

#86b97f Color Hex

#86B97F
(134,185,127)
0 Favorites   0 Comments

Color spaces of #86b97f

RGB 134185127
HSL0.310.290.61
HSV113°31°73°
CMYK 0.280.000.31   0.27
XYZ31.011241.298626.4156
Yxy41.29860.31410.4183
Hunter Lab64.2640-26.325120.6137
CIE-Lab70.3846-28.132324.2016

#86b97f color RGB value is (134,185,127).

#86b97f hex color red value is 134, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #86b97f hue: 0.31 , saturation: 0.29 and the lightness value of 86b97f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111001 01111111
Octal 206 271 177
Decimal 134 185 127
Hex 86 B9 7F

RGB Percentages of Color #86b97f

%30.04
%41.48
%28.48

CMYK Percentages of Color #86b97f

%28
%0
%31
%27

Triadic Colors of #86b97f

#86b97f #7f86b9 #b97f86

Analogous Colors of #86b97f

#86b97f #7fb995 #a3b97f

Monochromatic Colors of #86b97f

#86b97f

Complementary Color

#86b97f #b27fb9

#86b97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b97f Color CSS Codes

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

#86b97f Text Font Color

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

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


#86b97f Background Color

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

This div background color is #86b97f


#86b97f Border Color

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

This div border color is #86b97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b97f


Comments

No comments written yet.

Please login to write comment.