Color Hex Logo

#aab447 Color Hex

#AAB447
(170,180,71)
0 Favorites   0 Comments

Color spaces of #aab447

RGB 17018071
HSL0.180.430.49
HSV66°61°71°
CMYK 0.060.000.61   0.29
XYZ34.036241.643512.2053
Yxy41.64350.38730.4738
Hunter Lab64.5318-18.783833.9584
CIE-Lab70.6244-18.319152.9194

#aab447 color RGB value is (170,180,71).

#aab447 hex color red value is 170, green value is 180 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aab447 hue: 0.18 , saturation: 0.43 and the lightness value of aab447 is 0.49.

The process color (four color CMYK) of #aab447 color hex is 0.06, 0.00, 0.61, 0.29. Web safe color of #aab447 is #99cc33. Color #aab447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01000111
Octal 252 264 107
Decimal 170 180 71
Hex AA B4 47

RGB Percentages of Color #aab447

%40.38
%42.76
%16.86

CMYK Percentages of Color #aab447

%6
%0
%61
%29

Triadic Colors of #aab447

#aab447 #47aab4 #b447aa

Analogous Colors of #aab447

#aab447 #74b447 #b48847

Monochromatic Colors of #aab447

#aab447

Complementary Color

#aab447 #5147b4

#aab447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab447 Color CSS Codes

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

#aab447 Text Font Color

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

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


#aab447 Background Color

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

This div background color is #aab447


#aab447 Border Color

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

This div border color is #aab447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab447


Comments

No comments written yet.

Please login to write comment.