Color Hex Logo

#80ddab Color Hex

#80DDAB
(128,221,171)
0 Favorites   0 Comments

Color spaces of #80ddab

RGB 128221171
HSL0.410.580.68
HSV148°42°87°
CMYK 0.420.000.23   0.13
XYZ42.109259.242447.7436
Yxy59.24240.28240.3973
Hunter Lab76.9691-37.039917.1010
CIE-Lab81.4247-38.766116.0302

#80ddab color RGB value is (128,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 10101011
Octal 200 335 253
Decimal 128 221 171
Hex 80 DD AB

RGB Percentages of Color #80ddab

%24.62
%42.50
%32.88

CMYK Percentages of Color #80ddab

%42
%0
%23
%13

Triadic Colors of #80ddab

#80ddab #ab80dd #ddab80

Analogous Colors of #80ddab

#80ddab #80ddda #84dd80

Monochromatic Colors of #80ddab

#80ddab

Complementary Color

#80ddab #dd80b2

#80ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddab Color CSS Codes

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

#80ddab Text Font Color

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

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


#80ddab Background Color

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

This div background color is #80ddab


#80ddab Border Color

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

This div border color is #80ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddab


Comments

No comments written yet.

Please login to write comment.