Color Hex Logo

#aae7df Color Hex

#AAE7DF
(170,231,223)
0 Favorites   0 Comments

Color spaces of #aae7df

RGB 170231223
HSL0.480.560.79
HSV172°26°91°
CMYK 0.260.000.03   0.09
XYZ58.472871.025680.4395
Yxy71.02560.27850.3383
Hunter Lab84.2767-23.63742.4032
CIE-Lab87.4974-20.8621-2.3567

#aae7df color RGB value is (170,231,223).

#aae7df hex color red value is 170, green value is 231 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aae7df hue: 0.48 , saturation: 0.56 and the lightness value of aae7df is 0.79.

The process color (four color CMYK) of #aae7df color hex is 0.26, 0.00, 0.03, 0.09. Web safe color of #aae7df is #99ffcc. Color #aae7df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 11011111
Octal 252 347 337
Decimal 170 231 223
Hex AA E7 DF

RGB Percentages of Color #aae7df

%27.24
%37.02
%35.74

CMYK Percentages of Color #aae7df

%26
%0
%3
%9

Triadic Colors of #aae7df

#aae7df #dfaae7 #e7dfaa

Analogous Colors of #aae7df

#aae7df #aad1e7 #aae7c1

Monochromatic Colors of #aae7df

#aae7df

Complementary Color

#aae7df #e7aab2

#aae7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae7df Color CSS Codes

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

#aae7df Text Font Color

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

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


#aae7df Background Color

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

This div background color is #aae7df


#aae7df Border Color

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

This div border color is #aae7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae7df


Comments

No comments written yet.

Please login to write comment.