Color Hex Logo

#aaae98 Color Hex

#AAAE98
(170,174,152)
0 Favorites   0 Comments

Color spaces of #aaae98

RGB 170174152
HSL0.200.120.64
HSV71°13°68°
CMYK 0.020.000.13   0.32
XYZ37.381141.085135.6658
Yxy41.08510.32750.3600
Hunter Lab64.0977-8.071511.8777
CIE-Lab70.2355-5.373010.8148

#aaae98 color RGB value is (170,174,152).

#aaae98 hex color red value is 170, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aaae98 hue: 0.20 , saturation: 0.12 and the lightness value of aaae98 is 0.64.

The process color (four color CMYK) of #aaae98 color hex is 0.02, 0.00, 0.13, 0.32. Web safe color of #aaae98 is #999999. Color #aaae98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 10011000
Octal 252 256 230
Decimal 170 174 152
Hex AA AE 98

RGB Percentages of Color #aaae98

%34.27
%35.08
%30.65

CMYK Percentages of Color #aaae98

%2
%0
%13
%32

Triadic Colors of #aaae98

#aaae98 #98aaae #ae98aa

Analogous Colors of #aaae98

#aaae98 #9fae98 #aea798

Monochromatic Colors of #aaae98

#aaae98

Complementary Color

#aaae98 #9c98ae

#aaae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae98 Color CSS Codes

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

#aaae98 Text Font Color

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

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


#aaae98 Background Color

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

This div background color is #aaae98


#aaae98 Border Color

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

This div border color is #aaae98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,174,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 #aaae98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae98


Comments

No comments written yet.

Please login to write comment.