Color Hex Logo

#80a995 Color Hex

#80A995
(128,169,149)
0 Favorites   0 Comments

Color spaces of #80a995

RGB 128169149
HSL0.420.190.58
HSV151°24°66°
CMYK 0.240.000.12   0.34
XYZ28.514935.135133.7126
Yxy35.13510.29290.3609
Hunter Lab59.2749-17.86147.7712
CIE-Lab65.8537-18.09815.8241

#80a995 color RGB value is (128,169,149).

#80a995 hex color red value is 128, green value is 169 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #80a995 hue: 0.42 , saturation: 0.19 and the lightness value of 80a995 is 0.58.

The process color (four color CMYK) of #80a995 color hex is 0.24, 0.00, 0.12, 0.34. Web safe color of #80a995 is #999999. Color #80a995 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101001 10010101
Octal 200 251 225
Decimal 128 169 149
Hex 80 A9 95

RGB Percentages of Color #80a995

%28.70
%37.89
%33.41

CMYK Percentages of Color #80a995

%24
%0
%12
%34

Triadic Colors of #80a995

#80a995 #9580a9 #a99580

Analogous Colors of #80a995

#80a995 #80a9a9 #80a981

Monochromatic Colors of #80a995

#80a995

Complementary Color

#80a995 #a98094

#80a995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a995 Color CSS Codes

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

#80a995 Text Font Color

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

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


#80a995 Background Color

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

This div background color is #80a995


#80a995 Border Color

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

This div border color is #80a995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a995


Comments

No comments written yet.

Please login to write comment.