Color Hex Logo

#aae7da Color Hex

#AAE7DA
(170,231,218)
0 Favorites   0 Comments

Color spaces of #aae7da

RGB 170231218
HSL0.460.560.79
HSV167°26°91°
CMYK 0.260.000.06   0.09
XYZ57.808470.759876.9409
Yxy70.75980.28130.3443
Hunter Lab84.1188-24.53874.6525
CIE-Lab87.3682-21.92170.0806

#aae7da color RGB value is (170,231,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 11011010
Octal 252 347 332
Decimal 170 231 218
Hex AA E7 DA

RGB Percentages of Color #aae7da

%27.46
%37.32
%35.22

CMYK Percentages of Color #aae7da

%26
%0
%6
%9

Triadic Colors of #aae7da

#aae7da #daaae7 #e7daaa

Analogous Colors of #aae7da

#aae7da #aad6e7 #aae7bc

Monochromatic Colors of #aae7da

#aae7da

Complementary Color

#aae7da #e7aab7

#aae7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae7da Color CSS Codes

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

#aae7da Text Font Color

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

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


#aae7da Background Color

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

This div background color is #aae7da


#aae7da Border Color

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

This div border color is #aae7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae7da


Comments

No comments written yet.

Please login to write comment.