Color Hex Logo

#80ae8a Color Hex

#80AE8A
(128,174,138)
0 Favorites   0 Comments

Color spaces of #80ae8a

RGB 128174138
HSL0.370.220.59
HSV133°26°68°
CMYK 0.260.000.21   0.32
XYZ28.625636.696329.6191
Yxy36.69630.30150.3865
Hunter Lab60.5775-21.661213.4146
CIE-Lab67.0486-22.815713.5984

#80ae8a color RGB value is (128,174,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 10001010
Octal 200 256 212
Decimal 128 174 138
Hex 80 AE 8A

RGB Percentages of Color #80ae8a

%29.09
%39.55
%31.36

CMYK Percentages of Color #80ae8a

%26
%0
%21
%32

Triadic Colors of #80ae8a

#80ae8a #8a80ae #ae8a80

Analogous Colors of #80ae8a

#80ae8a #80aea1 #8dae80

Monochromatic Colors of #80ae8a

#80ae8a

Complementary Color

#80ae8a #ae80a4

#80ae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ae8a Color CSS Codes

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

#80ae8a Text Font Color

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

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


#80ae8a Background Color

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

This div background color is #80ae8a


#80ae8a Border Color

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

This div border color is #80ae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ae8a


Comments

No comments written yet.

Please login to write comment.