Color Hex Logo

#aab797 Color Hex

#AAB797
(170,183,151)
0 Favorites   0 Comments

Color spaces of #aab797

RGB 170183151
HSL0.230.180.65
HSV84°17°72°
CMYK 0.070.000.17   0.28
XYZ39.097044.647435.8353
Yxy44.64740.32700.3734
Hunter Lab66.8187-12.488714.9755
CIE-Lab72.6591-10.298014.7754

#aab797 color RGB value is (170,183,151).

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

The process color (four color CMYK) of #aab797 color hex is 0.07, 0.00, 0.17, 0.28. Web safe color of #aab797 is #99cc99. Color #aab797 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 10010111
Octal 252 267 227
Decimal 170 183 151
Hex AA B7 97

RGB Percentages of Color #aab797

%33.73
%36.31
%29.96

CMYK Percentages of Color #aab797

%7
%0
%17
%28

Triadic Colors of #aab797

#aab797 #97aab7 #b797aa

Analogous Colors of #aab797

#aab797 #9ab797 #b7b497

Monochromatic Colors of #aab797

#aab797

Complementary Color

#aab797 #a497b7

#aab797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab797 Color CSS Codes

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

#aab797 Text Font Color

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

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


#aab797 Background Color

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

This div background color is #aab797


#aab797 Border Color

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

This div border color is #aab797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab797


Comments

No comments written yet.

Please login to write comment.