Color Hex Logo

#aaeadf Color Hex

#AAEADF
(170,234,223)
0 Favorites   0 Comments

Color spaces of #aaeadf

RGB 170234223
HSL0.470.600.79
HSV170°27°92°
CMYK 0.270.000.05   0.08
XYZ59.319772.719480.7218
Yxy72.71940.27880.3418
Hunter Lab85.2757-25.06383.5692
CIE-Lab88.3137-22.3373-1.1606

#aaeadf color RGB value is (170,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11011111
Octal 252 352 337
Decimal 170 234 223
Hex AA EA DF

RGB Percentages of Color #aaeadf

%27.11
%37.32
%35.57

CMYK Percentages of Color #aaeadf

%27
%0
%5
%8

Triadic Colors of #aaeadf

#aaeadf #dfaaea #eadfaa

Analogous Colors of #aaeadf

#aaeadf #aad5ea #aaeabf

Monochromatic Colors of #aaeadf

#aaeadf

Complementary Color

#aaeadf #eaaab5

#aaeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeadf Color CSS Codes

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

#aaeadf Text Font Color

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

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


#aaeadf Background Color

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

This div background color is #aaeadf


#aaeadf Border Color

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

This div border color is #aaeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeadf


Comments

No comments written yet.

Please login to write comment.