Color Hex Logo

#aae5db Color Hex

#AAE5DB
(170,229,219)
0 Favorites   0 Comments

Color spaces of #aae5db

RGB 170229219
HSL0.470.530.78
HSV170°26°90°
CMYK 0.260.000.04   0.10
XYZ57.383169.699177.4467
Yxy69.69910.28060.3408
Hunter Lab83.4860-23.41063.4392
CIE-Lab86.8491-20.7256-1.2039

#aae5db color RGB value is (170,229,219).

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

The process color (four color CMYK) of #aae5db color hex is 0.26, 0.00, 0.04, 0.10. Web safe color of #aae5db is #99cccc. Color #aae5db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11011011
Octal 252 345 333
Decimal 170 229 219
Hex AA E5 DB

RGB Percentages of Color #aae5db

%27.51
%37.06
%35.44

CMYK Percentages of Color #aae5db

%26
%0
%4
%10

Triadic Colors of #aae5db

#aae5db #dbaae5 #e5dbaa

Analogous Colors of #aae5db

#aae5db #aad2e5 #aae5be

Monochromatic Colors of #aae5db

#aae5db

Complementary Color

#aae5db #e5aab4

#aae5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5db Color CSS Codes

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

#aae5db Text Font Color

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

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


#aae5db Background Color

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

This div background color is #aae5db


#aae5db Border Color

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

This div border color is #aae5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5db

#aae5db Color Palettes


Comments

No comments written yet.

Please login to write comment.