Color Hex Logo

#aab972 Color Hex

#AAB972
(170,185,114)
0 Favorites   0 Comments

Color spaces of #aab972

RGB 170185114
HSL0.200.340.59
HSV73°38°73°
CMYK 0.080.000.38   0.27
XYZ36.963844.458922.5528
Yxy44.45890.35550.4276
Hunter Lab66.6775-17.731226.6202
CIE-Lab72.5342-16.649334.3110

#aab972 color RGB value is (170,185,114).

#aab972 hex color red value is 170, green value is 185 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aab972 hue: 0.20 , saturation: 0.34 and the lightness value of aab972 is 0.59.

The process color (four color CMYK) of #aab972 color hex is 0.08, 0.00, 0.38, 0.27. Web safe color of #aab972 is #99cc66. Color #aab972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01110010
Octal 252 271 162
Decimal 170 185 114
Hex AA B9 72

RGB Percentages of Color #aab972

%36.25
%39.45
%24.31

CMYK Percentages of Color #aab972

%8
%0
%38
%27

Triadic Colors of #aab972

#aab972 #72aab9 #b972aa

Analogous Colors of #aab972

#aab972 #87b972 #b9a572

Monochromatic Colors of #aab972

#aab972

Complementary Color

#aab972 #8172b9

#aab972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab972 Color CSS Codes

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

#aab972 Text Font Color

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

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


#aab972 Background Color

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

This div background color is #aab972


#aab972 Border Color

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

This div border color is #aab972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,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 #aab972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab972


Comments

No comments written yet.

Please login to write comment.