Color Hex Logo

#aad6ed Color Hex

#AAD6ED
(170,214,237)
0 Favorites   0 Comments

Color spaces of #aad6ed

RGB 170214237
HSL0.560.650.80
HSV201°28°93°
CMYK 0.280.100.00   0.07
XYZ55.910262.753689.2866
Yxy62.75360.26890.3018
Hunter Lab79.2172-12.6476-11.3744
CIE-Lab83.3126-9.1291-15.9712

#aad6ed color RGB value is (170,214,237).

#aad6ed hex color red value is 170, green value is 214 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aad6ed hue: 0.56 , saturation: 0.65 and the lightness value of aad6ed is 0.80.

The process color (four color CMYK) of #aad6ed color hex is 0.28, 0.10, 0.00, 0.07. Web safe color of #aad6ed is #99ccff. Color #aad6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11101101
Octal 252 326 355
Decimal 170 214 237
Hex AA D6 ED

RGB Percentages of Color #aad6ed

%27.38
%34.46
%38.16

CMYK Percentages of Color #aad6ed

%28
%10
%0
%7

Triadic Colors of #aad6ed

#aad6ed #edaad6 #d6edaa

Analogous Colors of #aad6ed

#aad6ed #aab5ed #aaede3

Monochromatic Colors of #aad6ed

#aad6ed

Complementary Color

#aad6ed #edc1aa

#aad6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6ed Color CSS Codes

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

#aad6ed Text Font Color

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

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


#aad6ed Background Color

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

This div background color is #aad6ed


#aad6ed Border Color

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

This div border color is #aad6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6ed


Comments

No comments written yet.

Please login to write comment.