Color Hex Logo

#aab379 Color Hex

#AAB379
(170,179,121)
0 Favorites   0 Comments

Color spaces of #aab379

RGB 170179121
HSL0.190.280.59
HSV69°32°70°
CMYK 0.050.000.32   0.30
XYZ36.148942.166724.3229
Yxy42.16670.35220.4108
Hunter Lab64.9359-14.269423.2470
CIE-Lab70.9857-12.676828.6229

#aab379 color RGB value is (170,179,121).

#aab379 hex color red value is 170, green value is 179 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aab379 hue: 0.19 , saturation: 0.28 and the lightness value of aab379 is 0.59.

The process color (four color CMYK) of #aab379 color hex is 0.05, 0.00, 0.32, 0.30. Web safe color of #aab379 is #99cc66. Color #aab379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01111001
Octal 252 263 171
Decimal 170 179 121
Hex AA B3 79

RGB Percentages of Color #aab379

%36.17
%38.09
%25.74

CMYK Percentages of Color #aab379

%5
%0
%32
%30

Triadic Colors of #aab379

#aab379 #79aab3 #b379aa

Analogous Colors of #aab379

#aab379 #8db379 #b39f79

Monochromatic Colors of #aab379

#aab379

Complementary Color

#aab379 #8279b3

#aab379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab379 Color CSS Codes

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

#aab379 Text Font Color

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

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


#aab379 Background Color

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

This div background color is #aab379


#aab379 Border Color

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

This div border color is #aab379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab379


Comments

No comments written yet.

Please login to write comment.