Color Hex Logo

#80ae9a Color Hex

#80AE9A
(128,174,154)
0 Favorites   0 Comments

Color spaces of #80ae9a

RGB 128174154
HSL0.430.220.59
HSV154°26°68°
CMYK 0.260.000.11   0.32
XYZ29.870937.194436.1767
Yxy37.19440.28930.3603
Hunter Lab60.9872-19.30027.5211
CIE-Lab67.4226-19.63695.3098

#80ae9a color RGB value is (128,174,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 10011010
Octal 200 256 232
Decimal 128 174 154
Hex 80 AE 9A

RGB Percentages of Color #80ae9a

%28.07
%38.16
%33.77

CMYK Percentages of Color #80ae9a

%26
%0
%11
%32

Triadic Colors of #80ae9a

#80ae9a #9a80ae #ae9a80

Analogous Colors of #80ae9a

#80ae9a #80abae #80ae83

Monochromatic Colors of #80ae9a

#80ae9a

Complementary Color

#80ae9a #ae8094

#80ae9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ae9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ae9a Color CSS Codes

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

#80ae9a Text Font Color

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

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


#80ae9a Background Color

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

This div background color is #80ae9a


#80ae9a Border Color

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

This div border color is #80ae9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ae9a


Comments

No comments written yet.

Please login to write comment.