Color Hex Logo

#aab372 Color Hex

#AAB372
(170,179,114)
0 Favorites   0 Comments

Color spaces of #aab372

RGB 170179114
HSL0.190.300.57
HSV68°36°70°
CMYK 0.050.000.36   0.30
XYZ35.734942.001222.1432
Yxy42.00120.35780.4205
Hunter Lab64.8083-14.990825.1081
CIE-Lab70.8717-13.573932.1655

#aab372 color RGB value is (170,179,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 01110010
Octal 252 263 162
Decimal 170 179 114
Hex AA B3 72

RGB Percentages of Color #aab372

%36.72
%38.66
%24.62

CMYK Percentages of Color #aab372

%5
%0
%36
%30

Triadic Colors of #aab372

#aab372 #72aab3 #b372aa

Analogous Colors of #aab372

#aab372 #8ab372 #b39c72

Monochromatic Colors of #aab372

#aab372

Complementary Color

#aab372 #7b72b3

#aab372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab372 Color CSS Codes

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

#aab372 Text Font Color

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

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


#aab372 Background Color

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

This div background color is #aab372


#aab372 Border Color

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

This div border color is #aab372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab372


Comments

No comments written yet.

Please login to write comment.