Color Hex Logo

#80ddaa Color Hex

#80DDAA
(128,221,170)
0 Favorites   0 Comments

Color spaces of #80ddaa

RGB 128221170
HSL0.410.580.68
HSV147°42°87°
CMYK 0.420.000.23   0.13
XYZ42.014259.204447.2434
Yxy59.20440.28300.3988
Hunter Lab76.9444-37.185817.4574
CIE-Lab81.4038-38.963116.5268

#80ddaa color RGB value is (128,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 10101010
Octal 200 335 252
Decimal 128 221 170
Hex 80 DD AA

RGB Percentages of Color #80ddaa

%24.66
%42.58
%32.76

CMYK Percentages of Color #80ddaa

%42
%0
%23
%13

Triadic Colors of #80ddaa

#80ddaa #aa80dd #ddaa80

Analogous Colors of #80ddaa

#80ddaa #80ddd9 #85dd80

Monochromatic Colors of #80ddaa

#80ddaa

Complementary Color

#80ddaa #dd80b3

#80ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddaa Color CSS Codes

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

#80ddaa Text Font Color

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

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


#80ddaa Background Color

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

This div background color is #80ddaa


#80ddaa Border Color

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

This div border color is #80ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddaa


Comments

No comments written yet.

Please login to write comment.