Color Hex Logo

#aae6da Color Hex

#AAE6DA
(170,230,218)
0 Favorites   0 Comments

Color spaces of #aae6da

RGB 170230218
HSL0.470.550.78
HSV168°26°90°
CMYK 0.260.000.05   0.10
XYZ57.529370.201676.8478
Yxy70.20160.28120.3432
Hunter Lab83.7864-24.06484.2705
CIE-Lab87.0956-21.4299-0.3174

#aae6da color RGB value is (170,230,218).

#aae6da hex color red value is 170, green value is 230 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aae6da hue: 0.47 , saturation: 0.55 and the lightness value of aae6da is 0.78.

The process color (four color CMYK) of #aae6da color hex is 0.26, 0.00, 0.05, 0.10. Web safe color of #aae6da is #99ffcc. Color #aae6da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 11011010
Octal 252 346 332
Decimal 170 230 218
Hex AA E6 DA

RGB Percentages of Color #aae6da

%27.51
%37.22
%35.28

CMYK Percentages of Color #aae6da

%26
%0
%5
%10

Triadic Colors of #aae6da

#aae6da #daaae6 #e6daaa

Analogous Colors of #aae6da

#aae6da #aad4e6 #aae6bc

Monochromatic Colors of #aae6da

#aae6da

Complementary Color

#aae6da #e6aab6

#aae6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae6da Color CSS Codes

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

#aae6da Text Font Color

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

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


#aae6da Background Color

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

This div background color is #aae6da


#aae6da Border Color

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

This div border color is #aae6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae6da


Comments

No comments written yet.

Please login to write comment.