Color Hex Logo

#aab994 Color Hex

#AAB994
(170,185,148)
0 Favorites   0 Comments

Color spaces of #aab994

RGB 170185148
HSL0.230.210.65
HSV84°20°73°
CMYK 0.080.000.20   0.27
XYZ39.271845.382134.7067
Yxy45.38210.32900.3802
Hunter Lab67.3662-13.832616.6105
CIE-Lab73.1428-11.829417.0744

#aab994 color RGB value is (170,185,148).

#aab994 hex color red value is 170, green value is 185 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aab994 hue: 0.23 , saturation: 0.21 and the lightness value of aab994 is 0.65.

The process color (four color CMYK) of #aab994 color hex is 0.08, 0.00, 0.20, 0.27. Web safe color of #aab994 is #99cc99. Color #aab994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10010100
Octal 252 271 224
Decimal 170 185 148
Hex AA B9 94

RGB Percentages of Color #aab994

%33.80
%36.78
%29.42

CMYK Percentages of Color #aab994

%8
%0
%20
%27

Triadic Colors of #aab994

#aab994 #94aab9 #b994aa

Analogous Colors of #aab994

#aab994 #98b994 #b9b694

Monochromatic Colors of #aab994

#aab994

Complementary Color

#aab994 #a394b9

#aab994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab994 Color CSS Codes

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

#aab994 Text Font Color

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

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


#aab994 Background Color

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

This div background color is #aab994


#aab994 Border Color

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

This div border color is #aab994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab994


Comments

No comments written yet.

Please login to write comment.