Color Hex Logo

#86ddaa Color Hex

#86DDAA
(134,221,170)
0 Favorites   0 Comments

Color spaces of #86ddaa

RGB 134221170
HSL0.400.560.70
HSV145°39°87°
CMYK 0.390.000.23   0.13
XYZ42.943759.683547.2869
Yxy59.68350.28650.3981
Hunter Lab77.2551-35.973817.7879
CIE-Lab81.6659-37.304216.9321

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

#86ddaa hex color red value is 134, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #86ddaa hue: 0.40 , saturation: 0.56 and the lightness value of 86ddaa is 0.70.

The process color (four color CMYK) of #86ddaa color hex is 0.39, 0.00, 0.23, 0.13. Web safe color of #86ddaa is #99cc99. Color #86ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011101 10101010
Octal 206 335 252
Decimal 134 221 170
Hex 86 DD AA

RGB Percentages of Color #86ddaa

%25.52
%42.10
%32.38

CMYK Percentages of Color #86ddaa

%39
%0
%23
%13

Triadic Colors of #86ddaa

#86ddaa #aa86dd #ddaa86

Analogous Colors of #86ddaa

#86ddaa #86ddd6 #8edd86

Monochromatic Colors of #86ddaa

#86ddaa

Complementary Color

#86ddaa #dd86b9

#86ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ddaa Color CSS Codes

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

#86ddaa Text Font Color

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

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


#86ddaa Background Color

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

This div background color is #86ddaa


#86ddaa Border Color

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

This div border color is #86ddaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,221,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 #86ddaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ddaa


Comments

No comments written yet.

Please login to write comment.