Color Hex Logo

#80aa69 Color Hex

#80AA69
(128,170,105)
0 Favorites   0 Comments

Color spaces of #80aa69

RGB 128170105
HSL0.270.280.54
HSV99°38°67°
CMYK 0.250.000.38   0.33
XYZ25.826634.358618.6353
Yxy34.35860.32770.4359
Hunter Lab58.6162-23.930422.1818
CIE-Lab65.2462-26.347429.0373

#80aa69 color RGB value is (128,170,105).

#80aa69 hex color red value is 128, green value is 170 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #80aa69 hue: 0.27 , saturation: 0.28 and the lightness value of 80aa69 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 01101001
Octal 200 252 151
Decimal 128 170 105
Hex 80 AA 69

RGB Percentages of Color #80aa69

%31.76
%42.18
%26.05

CMYK Percentages of Color #80aa69

%25
%0
%38
%33

Triadic Colors of #80aa69

#80aa69 #6980aa #aa6980

Analogous Colors of #80aa69

#80aa69 #69aa73 #a1aa69

Monochromatic Colors of #80aa69

#80aa69

Complementary Color

#80aa69 #9369aa

#80aa69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aa69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aa69 Color CSS Codes

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

#80aa69 Text Font Color

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

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


#80aa69 Background Color

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

This div background color is #80aa69


#80aa69 Border Color

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

This div border color is #80aa69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aa69


Comments

No comments written yet.

Please login to write comment.