Color Hex Logo

#80eeab Color Hex

#80EEAB
(128,238,171)
0 Favorites   0 Comments

Color spaces of #80eeab

RGB 128238171
HSL0.400.760.72
HSV143°46°93°
CMYK 0.460.000.28   0.07
XYZ46.827368.678549.3163
Yxy68.67850.28410.4167
Hunter Lab82.8725-44.165022.7281
CIE-Lab86.3446-46.237722.8625

#80eeab color RGB value is (128,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 10101011
Octal 200 356 253
Decimal 128 238 171
Hex 80 EE AB

RGB Percentages of Color #80eeab

%23.84
%44.32
%31.84

CMYK Percentages of Color #80eeab

%46
%0
%28
%7

Triadic Colors of #80eeab

#80eeab #ab80ee #eeab80

Analogous Colors of #80eeab

#80eeab #80eee2 #8cee80

Monochromatic Colors of #80eeab

#80eeab

Complementary Color

#80eeab #ee80c3

#80eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eeab Color CSS Codes

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

#80eeab Text Font Color

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

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


#80eeab Background Color

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

This div background color is #80eeab


#80eeab Border Color

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

This div border color is #80eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eeab


Comments

No comments written yet.

Please login to write comment.