Color Hex Logo

#aad4ed Color Hex

#AAD4ED
(170,212,237)
0 Favorites   0 Comments

Color spaces of #aad4ed

RGB 170212237
HSL0.560.650.80
HSV202°28°93°
CMYK 0.280.110.00   0.07
XYZ55.407161.747489.1189
Yxy61.74740.26860.2993
Hunter Lab78.5795-11.6522-12.2365
CIE-Lab82.7789-8.0892-16.7741

#aad4ed color RGB value is (170,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 11101101
Octal 252 324 355
Decimal 170 212 237
Hex AA D4 ED

RGB Percentages of Color #aad4ed

%27.46
%34.25
%38.29

CMYK Percentages of Color #aad4ed

%28
%11
%0
%7

Triadic Colors of #aad4ed

#aad4ed #edaad4 #d4edaa

Analogous Colors of #aad4ed

#aad4ed #aab3ed #aaede5

Monochromatic Colors of #aad4ed

#aad4ed

Complementary Color

#aad4ed #edc3aa

#aad4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4ed Color CSS Codes

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

#aad4ed Text Font Color

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

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


#aad4ed Background Color

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

This div background color is #aad4ed


#aad4ed Border Color

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

This div border color is #aad4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4ed


Comments

No comments written yet.

Please login to write comment.