Color Hex Logo

#aab282 Color Hex

#AAB282
(170,178,130)
0 Favorites   0 Comments

Color spaces of #aab282

RGB 170178130
HSL0.190.240.60
HSV70°27°70°
CMYK 0.040.000.27   0.30
XYZ36.527241.998527.3004
Yxy41.99850.34520.3969
Hunter Lab64.8062-12.801720.3878
CIE-Lab70.8699-10.918323.6608

#aab282 color RGB value is (170,178,130).

#aab282 hex color red value is 170, green value is 178 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aab282 hue: 0.19 , saturation: 0.24 and the lightness value of aab282 is 0.60.

The process color (four color CMYK) of #aab282 color hex is 0.04, 0.00, 0.27, 0.30. Web safe color of #aab282 is #999999. Color #aab282 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 10000010
Octal 252 262 202
Decimal 170 178 130
Hex AA B2 82

RGB Percentages of Color #aab282

%35.56
%37.24
%27.20

CMYK Percentages of Color #aab282

%4
%0
%27
%30

Triadic Colors of #aab282

#aab282 #82aab2 #b282aa

Analogous Colors of #aab282

#aab282 #92b282 #b2a282

Monochromatic Colors of #aab282

#aab282

Complementary Color

#aab282 #8a82b2

#aab282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab282 Color CSS Codes

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

#aab282 Text Font Color

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

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


#aab282 Background Color

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

This div background color is #aab282


#aab282 Border Color

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

This div border color is #aab282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab282


Comments

No comments written yet.

Please login to write comment.