Color Hex Logo

#86b17e Color Hex

#86B17E
(134,177,126)
0 Favorites   0 Comments

Color spaces of #86b17e

RGB 134177126
HSL0.310.250.59
HSV111°29°69°
CMYK 0.240.000.29   0.31
XYZ29.319638.019025.5318
Yxy38.01900.31570.4094
Hunter Lab61.6595-23.026118.6111
CIE-Lab68.0346-24.379121.5568

#86b17e color RGB value is (134,177,126).

#86b17e hex color red value is 134, green value is 177 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #86b17e hue: 0.31 , saturation: 0.25 and the lightness value of 86b17e is 0.59.

The process color (four color CMYK) of #86b17e color hex is 0.24, 0.00, 0.29, 0.31. Web safe color of #86b17e is #999966. Color #86b17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10110001 01111110
Octal 206 261 176
Decimal 134 177 126
Hex 86 B1 7E

RGB Percentages of Color #86b17e

%30.66
%40.50
%28.83

CMYK Percentages of Color #86b17e

%24
%0
%29
%31

Triadic Colors of #86b17e

#86b17e #7e86b1 #b17e86

Analogous Colors of #86b17e

#86b17e #7eb190 #a0b17e

Monochromatic Colors of #86b17e

#86b17e

Complementary Color

#86b17e #a97eb1

#86b17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b17e Color CSS Codes

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

#86b17e Text Font Color

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

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


#86b17e Background Color

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

This div background color is #86b17e


#86b17e Border Color

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

This div border color is #86b17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b17e


Comments

No comments written yet.

Please login to write comment.