Color Hex Logo

#86d0aa Color Hex

#86D0AA
(134,208,170)
0 Favorites   0 Comments

Color spaces of #86d0aa

RGB 134208170
HSL0.410.440.67
HSV149°36°82°
CMYK 0.360.000.18   0.18
XYZ39.643153.082446.1867
Yxy53.08240.28540.3821
Hunter Lab72.8577-30.376013.4146
CIE-Lab77.9236-31.266511.6638

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

#86d0aa hex color red value is 134, green value is 208 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #86d0aa hue: 0.41 , saturation: 0.44 and the lightness value of 86d0aa is 0.67.

The process color (four color CMYK) of #86d0aa color hex is 0.36, 0.00, 0.18, 0.18. Web safe color of #86d0aa is #99cc99. Color #86d0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010000 10101010
Octal 206 320 252
Decimal 134 208 170
Hex 86 D0 AA

RGB Percentages of Color #86d0aa

%26.17
%40.63
%33.20

CMYK Percentages of Color #86d0aa

%36
%0
%18
%18

Triadic Colors of #86d0aa

#86d0aa #aa86d0 #d0aa86

Analogous Colors of #86d0aa

#86d0aa #86d0cf #87d086

Monochromatic Colors of #86d0aa

#86d0aa

Complementary Color

#86d0aa #d086ac

#86d0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d0aa Color CSS Codes

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

#86d0aa Text Font Color

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

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


#86d0aa Background Color

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

This div background color is #86d0aa


#86d0aa Border Color

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

This div border color is #86d0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d0aa


Comments

No comments written yet.

Please login to write comment.