Color Hex Logo

#80aa2c Color Hex

#80AA2C
(128,170,44)
0 Favorites   0 Comments

Color spaces of #80aa2c

RGB 12817044
HSL0.220.590.42
HSV80°74°67°
CMYK 0.250.000.74   0.33
XYZ23.731433.52057.6022
Yxy33.52050.36590.5169
Hunter Lab57.8969-28.154132.7427
CIE-Lab64.5802-32.482256.5764

#80aa2c color RGB value is (128,170,44).

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

The process color (four color CMYK) of #80aa2c color hex is 0.25, 0.00, 0.74, 0.33. Web safe color of #80aa2c is #999933. Color #80aa2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 00101100
Octal 200 252 54
Decimal 128 170 44
Hex 80 AA 2C

RGB Percentages of Color #80aa2c

%37.43
%49.71
%12.87

CMYK Percentages of Color #80aa2c

%25
%0
%74
%33

Triadic Colors of #80aa2c

#80aa2c #2c80aa #aa2c80

Analogous Colors of #80aa2c

#80aa2c #41aa2c #aa952c

Monochromatic Colors of #80aa2c

#80aa2c

Complementary Color

#80aa2c #562caa

#80aa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aa2c Color CSS Codes

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

#80aa2c Text Font Color

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

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


#80aa2c Background Color

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

This div background color is #80aa2c


#80aa2c Border Color

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

This div border color is #80aa2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aa2c


Comments

No comments written yet.

Please login to write comment.