Color Hex Logo

#aae8ad Color Hex

#AAE8AD
(170,232,173)
0 Favorites   0 Comments

Color spaces of #aae8ad

RGB 170232173
HSL0.340.570.79
HSV123°27°91°
CMYK 0.270.000.25   0.09
XYZ52.977069.276450.1147
Yxy69.27640.30730.4019
Hunter Lab83.2324-32.042522.5639
CIE-Lab86.6407-30.932922.5486

#aae8ad color RGB value is (170,232,173).

#aae8ad hex color red value is 170, green value is 232 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aae8ad hue: 0.34 , saturation: 0.57 and the lightness value of aae8ad is 0.79.

The process color (four color CMYK) of #aae8ad color hex is 0.27, 0.00, 0.25, 0.09. Web safe color of #aae8ad is #99ff99. Color #aae8ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 10101101
Octal 252 350 255
Decimal 170 232 173
Hex AA E8 AD

RGB Percentages of Color #aae8ad

%29.57
%40.35
%30.09

CMYK Percentages of Color #aae8ad

%27
%0
%25
%9

Triadic Colors of #aae8ad

#aae8ad #adaae8 #e8adaa

Analogous Colors of #aae8ad

#aae8ad #aae8cc #c6e8aa

Monochromatic Colors of #aae8ad

#aae8ad

Complementary Color

#aae8ad #e8aae5

#aae8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae8ad Color CSS Codes

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

#aae8ad Text Font Color

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

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


#aae8ad Background Color

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

This div background color is #aae8ad


#aae8ad Border Color

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

This div border color is #aae8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae8ad


Comments

No comments written yet.

Please login to write comment.