Color Hex Logo

#80e099 Color Hex

#80E099
(128,224,153)
0 Favorites   0 Comments

Color spaces of #80e099

RGB 128224153
HSL0.380.610.69
HSV136°43°88°
CMYK 0.430.000.32   0.12
XYZ41.307560.200439.5797
Yxy60.20040.29280.4267
Hunter Lab77.5889-40.749124.0672
CIE-Lab81.9470-43.452026.1379

#80e099 color RGB value is (128,224,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100000 10011001
Octal 200 340 231
Decimal 128 224 153
Hex 80 E0 99

RGB Percentages of Color #80e099

%25.35
%44.36
%30.30

CMYK Percentages of Color #80e099

%43
%0
%32
%12

Triadic Colors of #80e099

#80e099 #9980e0 #e09980

Analogous Colors of #80e099

#80e099 #80e0c9 #97e080

Monochromatic Colors of #80e099

#80e099

Complementary Color

#80e099 #e080c7

#80e099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e099 Color CSS Codes

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

#80e099 Text Font Color

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

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


#80e099 Background Color

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

This div background color is #80e099


#80e099 Border Color

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

This div border color is #80e099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e099


Comments

No comments written yet.

Please login to write comment.