Color Hex Logo

#aab484 Color Hex

#AAB484
(170,180,132)
0 Favorites   0 Comments

Color spaces of #aab484

RGB 170180132
HSL0.200.240.61
HSV73°27°71°
CMYK 0.060.000.27   0.29
XYZ37.063742.854528.1481
Yxy42.85450.34300.3966
Hunter Lab65.4633-13.498720.3307
CIE-Lab71.4561-11.674023.3795

#aab484 color RGB value is (170,180,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10000100
Octal 252 264 204
Decimal 170 180 132
Hex AA B4 84

RGB Percentages of Color #aab484

%35.27
%37.34
%27.39

CMYK Percentages of Color #aab484

%6
%0
%27
%29

Triadic Colors of #aab484

#aab484 #84aab4 #b484aa

Analogous Colors of #aab484

#aab484 #92b484 #b4a684

Monochromatic Colors of #aab484

#aab484

Complementary Color

#aab484 #8e84b4

#aab484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab484 Color CSS Codes

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

#aab484 Text Font Color

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

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


#aab484 Background Color

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

This div background color is #aab484


#aab484 Border Color

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

This div border color is #aab484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab484


Comments

No comments written yet.

Please login to write comment.