Color Hex Logo

#80eeaa Color Hex

#80EEAA
(128,238,170)
0 Favorites   0 Comments

Color spaces of #80eeaa

RGB 128238170
HSL0.400.760.72
HSV143°46°93°
CMYK 0.460.000.29   0.07
XYZ46.732368.640548.8161
Yxy68.64050.28460.4181
Hunter Lab82.8496-44.301623.0602
CIE-Lab86.3257-46.423523.3510

#80eeaa color RGB value is (128,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 10101010
Octal 200 356 252
Decimal 128 238 170
Hex 80 EE AA

RGB Percentages of Color #80eeaa

%23.88
%44.40
%31.72

CMYK Percentages of Color #80eeaa

%46
%0
%29
%7

Triadic Colors of #80eeaa

#80eeaa #aa80ee #eeaa80

Analogous Colors of #80eeaa

#80eeaa #80eee1 #8dee80

Monochromatic Colors of #80eeaa

#80eeaa

Complementary Color

#80eeaa #ee80c4

#80eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eeaa Color CSS Codes

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

#80eeaa Text Font Color

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

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


#80eeaa Background Color

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

This div background color is #80eeaa


#80eeaa Border Color

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

This div border color is #80eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eeaa


Comments

No comments written yet.

Please login to write comment.