Color Hex Logo

#86ac8a Color Hex

#86AC8A
(134,172,138)
0 Favorites   0 Comments

Color spaces of #86ac8a

RGB 134172138
HSL0.350.190.60
HSV126°22°67°
CMYK 0.220.000.20   0.33
XYZ29.171536.408429.5348
Yxy36.40840.30670.3828
Hunter Lab60.3394-19.296813.2164
CIE-Lab66.8308-19.760013.3460

#86ac8a color RGB value is (134,172,138).

#86ac8a hex color red value is 134, green value is 172 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #86ac8a hue: 0.35 , saturation: 0.19 and the lightness value of 86ac8a is 0.60.

The process color (four color CMYK) of #86ac8a color hex is 0.22, 0.00, 0.20, 0.33. Web safe color of #86ac8a is #999999. Color #86ac8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 10001010
Octal 206 254 212
Decimal 134 172 138
Hex 86 AC 8A

RGB Percentages of Color #86ac8a

%30.18
%38.74
%31.08

CMYK Percentages of Color #86ac8a

%22
%0
%20
%33

Triadic Colors of #86ac8a

#86ac8a #8a86ac #ac8a86

Analogous Colors of #86ac8a

#86ac8a #86ac9d #95ac86

Monochromatic Colors of #86ac8a

#86ac8a

Complementary Color

#86ac8a #ac86a8

#86ac8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ac8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ac8a Color CSS Codes

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

#86ac8a Text Font Color

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

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


#86ac8a Background Color

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

This div background color is #86ac8a


#86ac8a Border Color

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

This div border color is #86ac8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ac8a


Comments

No comments written yet.

Please login to write comment.