Color Hex Logo

#80dfac Color Hex

#80DFAC
(128,223,172)
0 Favorites   0 Comments

Color spaces of #80dfac

RGB 128223172
HSL0.410.600.69
HSV148°43°87°
CMYK 0.430.000.23   0.13
XYZ42.736260.343148.4247
Yxy60.34310.28210.3983
Hunter Lab77.6808-37.739417.4164
CIE-Lab82.0243-39.468316.3450

#80dfac color RGB value is (128,223,172).

#80dfac hex color red value is 128, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #80dfac hue: 0.41 , saturation: 0.60 and the lightness value of 80dfac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 10101100
Octal 200 337 254
Decimal 128 223 172
Hex 80 DF AC

RGB Percentages of Color #80dfac

%24.47
%42.64
%32.89

CMYK Percentages of Color #80dfac

%43
%0
%23
%13

Triadic Colors of #80dfac

#80dfac #ac80df #dfac80

Analogous Colors of #80dfac

#80dfac #80dfdc #84df80

Monochromatic Colors of #80dfac

#80dfac

Complementary Color

#80dfac #df80b3

#80dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dfac Color CSS Codes

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

#80dfac Text Font Color

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

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


#80dfac Background Color

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

This div background color is #80dfac


#80dfac Border Color

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

This div border color is #80dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dfac


Comments

No comments written yet.

Please login to write comment.