Color Hex Logo

#aab882 Color Hex

#AAB882
(170,184,130)
0 Favorites   0 Comments

Color spaces of #aab882

RGB 170184130
HSL0.210.280.62
HSV76°29°72°
CMYK 0.080.000.29   0.28
XYZ37.747344.438727.7071
Yxy44.43870.34350.4044
Hunter Lab66.6624-15.584222.0207
CIE-Lab72.5208-14.030925.8839

#aab882 color RGB value is (170,184,130).

#aab882 hex color red value is 170, green value is 184 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aab882 hue: 0.21 , saturation: 0.28 and the lightness value of aab882 is 0.62.

The process color (four color CMYK) of #aab882 color hex is 0.08, 0.00, 0.29, 0.28. Web safe color of #aab882 is #99cc99. Color #aab882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10000010
Octal 252 270 202
Decimal 170 184 130
Hex AA B8 82

RGB Percentages of Color #aab882

%35.12
%38.02
%26.86

CMYK Percentages of Color #aab882

%8
%0
%29
%28

Triadic Colors of #aab882

#aab882 #82aab8 #b882aa

Analogous Colors of #aab882

#aab882 #8fb882 #b8ab82

Monochromatic Colors of #aab882

#aab882

Complementary Color

#aab882 #9082b8

#aab882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab882 Color CSS Codes

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

#aab882 Text Font Color

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

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


#aab882 Background Color

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

This div background color is #aab882


#aab882 Border Color

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

This div border color is #aab882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab882


Comments

No comments written yet.

Please login to write comment.