Color Hex Logo

#80dcae Color Hex

#80DCAE
(128,220,174)
0 Favorites   0 Comments

Color spaces of #80dcae

RGB 128220174
HSL0.420.570.68
HSV150°42°86°
CMYK 0.420.000.21   0.14
XYZ42.135358.831649.1793
Yxy58.83160.28060.3918
Hunter Lab76.7018-36.171015.6759
CIE-Lab81.1989-37.714414.1330

#80dcae color RGB value is (128,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011100 10101110
Octal 200 334 256
Decimal 128 220 174
Hex 80 DC AE

RGB Percentages of Color #80dcae

%24.52
%42.15
%33.33

CMYK Percentages of Color #80dcae

%42
%0
%21
%14

Triadic Colors of #80dcae

#80dcae #ae80dc #dcae80

Analogous Colors of #80dcae

#80dcae #80dcdc #80dc80

Monochromatic Colors of #80dcae

#80dcae

Complementary Color

#80dcae #dc80ae

#80dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dcae Color CSS Codes

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

#80dcae Text Font Color

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

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


#80dcae Background Color

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

This div background color is #80dcae


#80dcae Border Color

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

This div border color is #80dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dcae


Comments

No comments written yet.

Please login to write comment.