Color Hex Logo

#86aa86 Color Hex

#86AA86
(134,170,134)
0 Favorites   0 Comments

Color spaces of #86aa86

RGB 134170134
HSL0.330.170.60
HSV120°21°67°
CMYK 0.210.000.21   0.33
XYZ28.509335.539027.9114
Yxy35.53900.31000.3865
Hunter Lab59.6146-18.962113.9708
CIE-Lab66.1662-19.466814.6170

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

#86aa86 hex color red value is 134, green value is 170 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #86aa86 hue: 0.33 , saturation: 0.17 and the lightness value of 86aa86 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101010 10000110
Octal 206 252 206
Decimal 134 170 134
Hex 86 AA 86

RGB Percentages of Color #86aa86

%30.59
%38.81
%30.59

CMYK Percentages of Color #86aa86

%21
%0
%21
%33

Triadic Colors of #86aa86

#86aa86 #8686aa #aa8686

Analogous Colors of #86aa86

#86aa86 #86aa98 #98aa86

Monochromatic Colors of #86aa86

#86aa86

Complementary Color

#86aa86 #aa86aa

#86aa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aa86 Color CSS Codes

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

#86aa86 Text Font Color

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

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


#86aa86 Background Color

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

This div background color is #86aa86


#86aa86 Border Color

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

This div border color is #86aa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aa86


Comments

No comments written yet.

Please login to write comment.