Color Hex Logo

#aab492 Color Hex

#AAB492
(170,180,146)
0 Favorites   0 Comments

Color spaces of #aab492

RGB 170180146
HSL0.220.180.64
HSV78°19°71°
CMYK 0.060.000.19   0.29
XYZ38.087143.263933.5375
Yxy43.26390.33150.3766
Hunter Lab65.7753-11.746615.8119
CIE-Lab71.7337-9.539016.1967

#aab492 color RGB value is (170,180,146).

#aab492 hex color red value is 170, green value is 180 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aab492 hue: 0.22 , saturation: 0.18 and the lightness value of aab492 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10010010
Octal 252 264 222
Decimal 170 180 146
Hex AA B4 92

RGB Percentages of Color #aab492

%34.27
%36.29
%29.44

CMYK Percentages of Color #aab492

%6
%0
%19
%29

Triadic Colors of #aab492

#aab492 #92aab4 #b492aa

Analogous Colors of #aab492

#aab492 #99b492 #b4ad92

Monochromatic Colors of #aab492

#aab492

Complementary Color

#aab492 #9c92b4

#aab492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab492 Color CSS Codes

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

#aab492 Text Font Color

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

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


#aab492 Background Color

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

This div background color is #aab492


#aab492 Border Color

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

This div border color is #aab492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab492


Comments

No comments written yet.

Please login to write comment.