Color Hex Logo

#80e0ab Color Hex

#80E0AB
(128,224,171)
0 Favorites   0 Comments

Color spaces of #80e0ab

RGB 128224171
HSL0.410.610.69
HSV147°43°88°
CMYK 0.430.000.24   0.12
XYZ42.908460.840848.0100
Yxy60.84080.28270.4009
Hunter Lab78.0005-38.307318.1068
CIE-Lab82.2931-40.113017.2454

#80e0ab color RGB value is (128,224,171).

#80e0ab hex color red value is 128, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #80e0ab hue: 0.41 , saturation: 0.61 and the lightness value of 80e0ab is 0.69.

The process color (four color CMYK) of #80e0ab color hex is 0.43, 0.00, 0.24, 0.12. Web safe color of #80e0ab is #99cc99. Color #80e0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100000 10101011
Octal 200 340 253
Decimal 128 224 171
Hex 80 E0 AB

RGB Percentages of Color #80e0ab

%24.47
%42.83
%32.70

CMYK Percentages of Color #80e0ab

%43
%0
%24
%12

Triadic Colors of #80e0ab

#80e0ab #ab80e0 #e0ab80

Analogous Colors of #80e0ab

#80e0ab #80e0db #85e080

Monochromatic Colors of #80e0ab

#80e0ab

Complementary Color

#80e0ab #e080b5

#80e0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e0ab Color CSS Codes

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

#80e0ab Text Font Color

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

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


#80e0ab Background Color

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

This div background color is #80e0ab


#80e0ab Border Color

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

This div border color is #80e0ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,224,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e0ab


Comments

No comments written yet.

Please login to write comment.