Color Hex Logo

#aaba80 Color Hex

#AABA80
(170,186,128)
0 Favorites   0 Comments

Color spaces of #aaba80

RGB 170186128
HSL0.210.300.62
HSV77°31°73°
CMYK 0.090.000.31   0.27
XYZ38.032845.222427.1463
Yxy45.22240.34450.4096
Hunter Lab67.2476-16.730223.1393
CIE-Lab73.0381-15.336527.6368

#aaba80 color RGB value is (170,186,128).

#aaba80 hex color red value is 170, green value is 186 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aaba80 hue: 0.21 , saturation: 0.30 and the lightness value of aaba80 is 0.62.

The process color (four color CMYK) of #aaba80 color hex is 0.09, 0.00, 0.31, 0.27. Web safe color of #aaba80 is #99cc99. Color #aaba80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10000000
Octal 252 272 200
Decimal 170 186 128
Hex AA BA 80

RGB Percentages of Color #aaba80

%35.12
%38.43
%26.45

CMYK Percentages of Color #aaba80

%9
%0
%31
%27

Triadic Colors of #aaba80

#aaba80 #80aaba #ba80aa

Analogous Colors of #aaba80

#aaba80 #8dba80 #baad80

Monochromatic Colors of #aaba80

#aaba80

Complementary Color

#aaba80 #9080ba

#aaba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba80 Color CSS Codes

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

#aaba80 Text Font Color

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

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


#aaba80 Background Color

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

This div background color is #aaba80


#aaba80 Border Color

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

This div border color is #aaba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba80


Comments

No comments written yet.

Please login to write comment.