Color Hex Logo

#80ecaa Color Hex

#80ECAA
(128,236,170)
0 Favorites   0 Comments

Color spaces of #80ecaa

RGB 128236170
HSL0.400.740.71
HSV143°46°93°
CMYK 0.460.000.28   0.07
XYZ46.153267.482448.6231
Yxy67.48240.28440.4159
Hunter Lab82.1477-43.471422.4097
CIE-Lab85.7470-45.565822.5551

#80ecaa color RGB value is (128,236,170).

#80ecaa hex color red value is 128, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80ecaa hue: 0.40 , saturation: 0.74 and the lightness value of 80ecaa is 0.71.

The process color (four color CMYK) of #80ecaa color hex is 0.46, 0.00, 0.28, 0.07. Web safe color of #80ecaa is #99ff99. Color #80ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101100 10101010
Octal 200 354 252
Decimal 128 236 170
Hex 80 EC AA

RGB Percentages of Color #80ecaa

%23.97
%44.19
%31.84

CMYK Percentages of Color #80ecaa

%46
%0
%28
%7

Triadic Colors of #80ecaa

#80ecaa #aa80ec #ecaa80

Analogous Colors of #80ecaa

#80ecaa #80ece0 #8cec80

Monochromatic Colors of #80ecaa

#80ecaa

Complementary Color

#80ecaa #ec80c2

#80ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ecaa Color CSS Codes

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

#80ecaa Text Font Color

<p style="color:#80ecaa">Text here</p>

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


#80ecaa Background Color

<div style="background-color:#80ecaa">
Div content here</div>

This div background color is #80ecaa


#80ecaa Border Color

<div style="border:3px solid #80ecaa">
Div here</div>

This div border color is #80ecaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,236,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80ecaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80ecaa;
  -webkit-box-shadow: 1px 1px 3px 2px #80ecaa;
  box-shadow:         1px 1px 3px 2px #80ecaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,236,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 #80ecaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ecaa


Comments

No comments written yet.

Please login to write comment.