Color Hex Logo

#aaeadb Color Hex

#AAEADB
(170,234,219)
0 Favorites   0 Comments

Color spaces of #aaeadb

RGB 170234219
HSL0.460.600.79
HSV166°27°92°
CMYK 0.270.000.06   0.08
XYZ58.786672.506277.9145
Yxy72.50620.28100.3466
Hunter Lab85.1506-25.77995.3538
CIE-Lab88.2117-23.18130.7867

#aaeadb color RGB value is (170,234,219).

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

The process color (four color CMYK) of #aaeadb color hex is 0.27, 0.00, 0.06, 0.08. Web safe color of #aaeadb is #99ffcc. Color #aaeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11011011
Octal 252 352 333
Decimal 170 234 219
Hex AA EA DB

RGB Percentages of Color #aaeadb

%27.29
%37.56
%35.15

CMYK Percentages of Color #aaeadb

%27
%0
%6
%8

Triadic Colors of #aaeadb

#aaeadb #dbaaea #eadbaa

Analogous Colors of #aaeadb

#aaeadb #aad9ea #aaeabb

Monochromatic Colors of #aaeadb

#aaeadb

Complementary Color

#aaeadb #eaaab9

#aaeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeadb Color CSS Codes

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

#aaeadb Text Font Color

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

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


#aaeadb Background Color

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

This div background color is #aaeadb


#aaeadb Border Color

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

This div border color is #aaeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeadb


Comments

No comments written yet.

Please login to write comment.