Color Hex Logo

#80ddaf Color Hex

#80DDAF
(128,221,175)
0 Favorites   0 Comments

Color spaces of #80ddaf

RGB 128221175
HSL0.420.580.68
HSV150°42°87°
CMYK 0.420.000.21   0.13
XYZ42.496459.397249.7825
Yxy59.39720.28020.3916
Hunter Lab77.0696-36.446315.6508
CIE-Lab81.5094-37.966814.0435

#80ddaf color RGB value is (128,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011101 10101111
Octal 200 335 257
Decimal 128 221 175
Hex 80 DD AF

RGB Percentages of Color #80ddaf

%24.43
%42.18
%33.40

CMYK Percentages of Color #80ddaf

%42
%0
%21
%13

Triadic Colors of #80ddaf

#80ddaf #af80dd #ddaf80

Analogous Colors of #80ddaf

#80ddaf #80dddd #80dd81

Monochromatic Colors of #80ddaf

#80ddaf

Complementary Color

#80ddaf #dd80ae

#80ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ddaf Color CSS Codes

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

#80ddaf Text Font Color

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

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


#80ddaf Background Color

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

This div background color is #80ddaf


#80ddaf Border Color

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

This div border color is #80ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ddaf


Comments

No comments written yet.

Please login to write comment.