Color Hex Logo

#80aa73 Color Hex

#80AA73
(128,170,115)
0 Favorites   0 Comments

Color spaces of #80aa73

RGB 128170115
HSL0.290.240.56
HSV106°32°67°
CMYK 0.250.000.32   0.33
XYZ26.371334.576421.5037
Yxy34.57640.31980.4194
Hunter Lab58.8017-22.849619.4789
CIE-Lab65.4175-24.824923.9050

#80aa73 color RGB value is (128,170,115).

#80aa73 hex color red value is 128, green value is 170 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #80aa73 hue: 0.29 , saturation: 0.24 and the lightness value of 80aa73 is 0.56.

The process color (four color CMYK) of #80aa73 color hex is 0.25, 0.00, 0.32, 0.33. Web safe color of #80aa73 is #999966. Color #80aa73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 01110011
Octal 200 252 163
Decimal 128 170 115
Hex 80 AA 73

RGB Percentages of Color #80aa73

%30.99
%41.16
%27.85

CMYK Percentages of Color #80aa73

%25
%0
%32
%33

Triadic Colors of #80aa73

#80aa73 #7380aa #aa7380

Analogous Colors of #80aa73

#80aa73 #73aa82 #9caa73

Monochromatic Colors of #80aa73

#80aa73

Complementary Color

#80aa73 #9d73aa

#80aa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aa73 Color CSS Codes

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

#80aa73 Text Font Color

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

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


#80aa73 Background Color

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

This div background color is #80aa73


#80aa73 Border Color

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

This div border color is #80aa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aa73


Comments

No comments written yet.

Please login to write comment.