Color Hex Logo

#aad7ed Color Hex

#AAD7ED
(170,215,237)
0 Favorites   0 Comments

Color spaces of #aad7ed

RGB 170215237
HSL0.550.650.80
HSV200°28°93°
CMYK 0.280.090.00   0.07
XYZ56.164163.261389.3713
Yxy63.26130.26900.3030
Hunter Lab79.5370-13.1440-10.9450
CIE-Lab83.5797-9.6472-15.5699

#aad7ed color RGB value is (170,215,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11101101
Octal 252 327 355
Decimal 170 215 237
Hex AA D7 ED

RGB Percentages of Color #aad7ed

%27.33
%34.57
%38.10

CMYK Percentages of Color #aad7ed

%28
%9
%0
%7

Triadic Colors of #aad7ed

#aad7ed #edaad7 #d7edaa

Analogous Colors of #aad7ed

#aad7ed #aab6ed #aaede2

Monochromatic Colors of #aad7ed

#aad7ed

Complementary Color

#aad7ed #edc0aa

#aad7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7ed Color CSS Codes

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

#aad7ed Text Font Color

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

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


#aad7ed Background Color

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

This div background color is #aad7ed


#aad7ed Border Color

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

This div border color is #aad7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7ed


Comments

No comments written yet.

Please login to write comment.