Color Hex Logo

#aab947 Color Hex

#AAB947
(170,185,71)
0 Favorites   0 Comments

Color spaces of #aab947

RGB 17018571
HSL0.190.450.50
HSV68°62°73°
CMYK 0.080.000.62   0.27
XYZ35.063943.698912.5479
Yxy43.69890.38400.4786
Hunter Lab66.1051-21.002935.0193
CIE-Lab72.0268-20.825554.4432

#aab947 color RGB value is (170,185,71).

#aab947 hex color red value is 170, green value is 185 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aab947 hue: 0.19 , saturation: 0.45 and the lightness value of aab947 is 0.50.

The process color (four color CMYK) of #aab947 color hex is 0.08, 0.00, 0.62, 0.27. Web safe color of #aab947 is #99cc33. Color #aab947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01000111
Octal 252 271 107
Decimal 170 185 71
Hex AA B9 47

RGB Percentages of Color #aab947

%39.91
%43.43
%16.67

CMYK Percentages of Color #aab947

%8
%0
%62
%27

Triadic Colors of #aab947

#aab947 #47aab9 #b947aa

Analogous Colors of #aab947

#aab947 #71b947 #b98f47

Monochromatic Colors of #aab947

#aab947

Complementary Color

#aab947 #5647b9

#aab947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab947 Color CSS Codes

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

#aab947 Text Font Color

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

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


#aab947 Background Color

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

This div background color is #aab947


#aab947 Border Color

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

This div border color is #aab947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab947


Comments

No comments written yet.

Please login to write comment.