Color Hex Logo

#aae0ab Color Hex

#AAE0AB
(170,224,171)
0 Favorites   0 Comments

Color spaces of #aae0ab

RGB 170224171
HSL0.340.470.77
HSV121°24°88°
CMYK 0.240.000.24   0.12
XYZ50.583964.797648.3692
Yxy64.79760.30890.3957
Hunter Lab80.4970-28.701120.7216
CIE-Lab84.3793-27.477120.4637

#aae0ab color RGB value is (170,224,171).

#aae0ab hex color red value is 170, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aae0ab hue: 0.34 , saturation: 0.47 and the lightness value of aae0ab is 0.77.

The process color (four color CMYK) of #aae0ab color hex is 0.24, 0.00, 0.24, 0.12. Web safe color of #aae0ab is #99cc99. Color #aae0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10101011
Octal 252 340 253
Decimal 170 224 171
Hex AA E0 AB

RGB Percentages of Color #aae0ab

%30.09
%39.65
%30.27

CMYK Percentages of Color #aae0ab

%24
%0
%24
%12

Triadic Colors of #aae0ab

#aae0ab #abaae0 #e0abaa

Analogous Colors of #aae0ab

#aae0ab #aae0c6 #c4e0aa

Monochromatic Colors of #aae0ab

#aae0ab

Complementary Color

#aae0ab #e0aadf

#aae0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae0ab Color CSS Codes

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

#aae0ab Text Font Color

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

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


#aae0ab Background Color

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

This div background color is #aae0ab


#aae0ab Border Color

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

This div border color is #aae0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae0ab


Comments

No comments written yet.

Please login to write comment.