Color Hex Logo

#aab898 Color Hex

#AAB898
(170,184,152)
0 Favorites   0 Comments

Color spaces of #aab898

RGB 170184152
HSL0.240.180.66
HSV86°17°72°
CMYK 0.080.000.17   0.28
XYZ39.385545.094036.3339
Yxy45.09400.32600.3733
Hunter Lab67.1521-12.823714.9265
CIE-Lab72.9537-10.655614.6459

#aab898 color RGB value is (170,184,152).

#aab898 hex color red value is 170, green value is 184 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aab898 hue: 0.24 , saturation: 0.18 and the lightness value of aab898 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10011000
Octal 252 270 230
Decimal 170 184 152
Hex AA B8 98

RGB Percentages of Color #aab898

%33.60
%36.36
%30.04

CMYK Percentages of Color #aab898

%8
%0
%17
%28

Triadic Colors of #aab898

#aab898 #98aab8 #b898aa

Analogous Colors of #aab898

#aab898 #9ab898 #b8b698

Monochromatic Colors of #aab898

#aab898

Complementary Color

#aab898 #a698b8

#aab898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab898 Color CSS Codes

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

#aab898 Text Font Color

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

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


#aab898 Background Color

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

This div background color is #aab898


#aab898 Border Color

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

This div border color is #aab898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab898


Comments

No comments written yet.

Please login to write comment.