Color Hex Logo

#86aa7b Color Hex

#86AA7B
(134,170,123)
0 Favorites   0 Comments

Color spaces of #86aa7b

RGB 134170123
HSL0.290.220.57
HSV106°28°67°
CMYK 0.210.000.28   0.33
XYZ27.781435.247824.0782
Yxy35.24780.31890.4046
Hunter Lab59.3699-20.370417.5131
CIE-Lab65.9411-21.370020.3337

#86aa7b color RGB value is (134,170,123).

#86aa7b hex color red value is 134, green value is 170 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #86aa7b hue: 0.29 , saturation: 0.22 and the lightness value of 86aa7b is 0.57.

The process color (four color CMYK) of #86aa7b color hex is 0.21, 0.00, 0.28, 0.33. Web safe color of #86aa7b is #999966. Color #86aa7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101010 01111011
Octal 206 252 173
Decimal 134 170 123
Hex 86 AA 7B

RGB Percentages of Color #86aa7b

%31.38
%39.81
%28.81

CMYK Percentages of Color #86aa7b

%21
%0
%28
%33

Triadic Colors of #86aa7b

#86aa7b #7b86aa #aa7b86

Analogous Colors of #86aa7b

#86aa7b #7baa88 #9eaa7b

Monochromatic Colors of #86aa7b

#86aa7b

Complementary Color

#86aa7b #9f7baa

#86aa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aa7b Color CSS Codes

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

#86aa7b Text Font Color

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

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


#86aa7b Background Color

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

This div background color is #86aa7b


#86aa7b Border Color

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

This div border color is #86aa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aa7b


Comments

No comments written yet.

Please login to write comment.