Color Hex Logo

#aab486 Color Hex

#AAB486
(170,180,134)
0 Favorites   0 Comments

Color spaces of #aab486

RGB 170180134
HSL0.200.230.62
HSV73°26°71°
CMYK 0.060.000.26   0.29
XYZ37.201942.909828.8759
Yxy42.90980.34130.3937
Hunter Lab65.5056-13.261119.7179
CIE-Lab71.4937-11.382622.3556

#aab486 color RGB value is (170,180,134).

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

The process color (four color CMYK) of #aab486 color hex is 0.06, 0.00, 0.26, 0.29. Web safe color of #aab486 is #99cc99. Color #aab486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10000110
Octal 252 264 206
Decimal 170 180 134
Hex AA B4 86

RGB Percentages of Color #aab486

%35.12
%37.19
%27.69

CMYK Percentages of Color #aab486

%6
%0
%26
%29

Triadic Colors of #aab486

#aab486 #86aab4 #b486aa

Analogous Colors of #aab486

#aab486 #93b486 #b4a786

Monochromatic Colors of #aab486

#aab486

Complementary Color

#aab486 #9086b4

#aab486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab486 Color CSS Codes

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

#aab486 Text Font Color

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

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


#aab486 Background Color

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

This div background color is #aab486


#aab486 Border Color

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

This div border color is #aab486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab486

#aab486 Color Palettes


Comments

No comments written yet.

Please login to write comment.