Color Hex Logo

#aab47d Color Hex

#AAB47D
(170,180,125)
0 Favorites   0 Comments

Color spaces of #aab47d

RGB 170180125
HSL0.200.270.60
HSV71°31°71°
CMYK 0.060.000.31   0.29
XYZ36.600542.669225.7090
Yxy42.66920.34860.4065
Hunter Lab65.3217-14.297322.3901
CIE-Lab71.3299-12.658026.9536

#aab47d color RGB value is (170,180,125).

#aab47d hex color red value is 170, green value is 180 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aab47d hue: 0.20 , saturation: 0.27 and the lightness value of aab47d is 0.60.

The process color (four color CMYK) of #aab47d color hex is 0.06, 0.00, 0.31, 0.29. Web safe color of #aab47d is #99cc66. Color #aab47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 01111101
Octal 252 264 175
Decimal 170 180 125
Hex AA B4 7D

RGB Percentages of Color #aab47d

%35.79
%37.89
%26.32

CMYK Percentages of Color #aab47d

%6
%0
%31
%29

Triadic Colors of #aab47d

#aab47d #7daab4 #b47daa

Analogous Colors of #aab47d

#aab47d #8fb47d #b4a37d

Monochromatic Colors of #aab47d

#aab47d

Complementary Color

#aab47d #877db4

#aab47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab47d Color CSS Codes

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

#aab47d Text Font Color

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

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


#aab47d Background Color

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

This div background color is #aab47d


#aab47d Border Color

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

This div border color is #aab47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab47d


Comments

No comments written yet.

Please login to write comment.