Color Hex Logo

#80aeaa Color Hex

#80AEAA
(128,174,170)
0 Favorites   0 Comments

Color spaces of #80aeaa

RGB 128174170
HSL0.490.220.59
HSV175°26°68°
CMYK 0.260.000.02   0.32
XYZ31.293837.763643.6699
Yxy37.76360.27760.3350
Hunter Lab61.4521-16.64200.8830
CIE-Lab67.8460-16.1476-2.9307

#80aeaa color RGB value is (128,174,170).

#80aeaa hex color red value is 128, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80aeaa hue: 0.49 , saturation: 0.22 and the lightness value of 80aeaa is 0.59.

The process color (four color CMYK) of #80aeaa color hex is 0.26, 0.00, 0.02, 0.32. Web safe color of #80aeaa is #999999. Color #80aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 10101010
Octal 200 256 252
Decimal 128 174 170
Hex 80 AE AA

RGB Percentages of Color #80aeaa

%27.12
%36.86
%36.02

CMYK Percentages of Color #80aeaa

%26
%0
%2
%32

Triadic Colors of #80aeaa

#80aeaa #aa80ae #aeaa80

Analogous Colors of #80aeaa

#80aeaa #809bae #80ae93

Monochromatic Colors of #80aeaa

#80aeaa

Complementary Color

#80aeaa #ae8084

#80aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aeaa Color CSS Codes

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

#80aeaa Text Font Color

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

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


#80aeaa Background Color

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

This div background color is #80aeaa


#80aeaa Border Color

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

This div border color is #80aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aeaa


Comments

No comments written yet.

Please login to write comment.