Color Hex Logo

#86efaa Color Hex

#86EFAA
(134,239,170)
0 Favorites   0 Comments

Color spaces of #86efaa

RGB 134239170
HSL0.390.770.73
HSV141°44°94°
CMYK 0.440.000.29   0.06
XYZ47.953769.703648.9569
Yxy69.70360.28780.4184
Hunter Lab83.4887-43.579523.6750
CIE-Lab86.8513-45.280424.1101

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

#86efaa hex color red value is 134, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #86efaa hue: 0.39 , saturation: 0.77 and the lightness value of 86efaa is 0.73.

The process color (four color CMYK) of #86efaa color hex is 0.44, 0.00, 0.29, 0.06. Web safe color of #86efaa is #99ff99. Color #86efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101111 10101010
Octal 206 357 252
Decimal 134 239 170
Hex 86 EF AA

RGB Percentages of Color #86efaa

%24.68
%44.01
%31.31

CMYK Percentages of Color #86efaa

%44
%0
%29
%6

Triadic Colors of #86efaa

#86efaa #aa86ef #efaa86

Analogous Colors of #86efaa

#86efaa #86efdf #97ef86

Monochromatic Colors of #86efaa

#86efaa

Complementary Color

#86efaa #ef86cb

#86efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86efaa Color CSS Codes

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

#86efaa Text Font Color

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

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


#86efaa Background Color

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

This div background color is #86efaa


#86efaa Border Color

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

This div border color is #86efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86efaa


Comments

No comments written yet.

Please login to write comment.