Color Hex Logo

#80dd9a Color Hex

#80DD9A
(128,221,154)
0 Favorites   0 Comments

Color spaces of #80dd9a

RGB 128221154
HSL0.380.580.68
HSV137°42°87°
CMYK 0.420.000.30   0.13
XYZ40.591358.635239.7502
Yxy58.63520.29210.4219
Hunter Lab76.5736-39.381922.8235
CIE-Lab81.0907-41.962624.4568

#80dd9a color RGB value is (128,221,154).

#80dd9a hex color red value is 128, green value is 221 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #80dd9a hue: 0.38 , saturation: 0.58 and the lightness value of 80dd9a is 0.68.

The process color (four color CMYK) of #80dd9a color hex is 0.42, 0.00, 0.30, 0.13. Web safe color of #80dd9a is #99cc99. Color #80dd9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 10011010
Octal 200 335 232
Decimal 128 221 154
Hex 80 DD 9A

RGB Percentages of Color #80dd9a

%25.45
%43.94
%30.62

CMYK Percentages of Color #80dd9a

%42
%0
%30
%13

Triadic Colors of #80dd9a

#80dd9a #9a80dd #dd9a80

Analogous Colors of #80dd9a

#80dd9a #80ddc9 #95dd80

Monochromatic Colors of #80dd9a

#80dd9a

Complementary Color

#80dd9a #dd80c3

#80dd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dd9a Color CSS Codes

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

#80dd9a Text Font Color

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

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


#80dd9a Background Color

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

This div background color is #80dd9a


#80dd9a Border Color

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

This div border color is #80dd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dd9a


Comments

No comments written yet.

Please login to write comment.