Color Hex Logo

#aad8ed Color Hex

#AAD8ED
(170,216,237)
0 Favorites   0 Comments

Color spaces of #aad8ed

RGB 170216237
HSL0.550.650.80
HSV199°28°93°
CMYK 0.280.090.00   0.07
XYZ56.419563.772289.4564
Yxy63.77220.26910.3042
Hunter Lab79.8575-13.6400-10.5164
CIE-Lab83.8470-10.1646-15.1684

#aad8ed color RGB value is (170,216,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 11101101
Octal 252 330 355
Decimal 170 216 237
Hex AA D8 ED

RGB Percentages of Color #aad8ed

%27.29
%34.67
%38.04

CMYK Percentages of Color #aad8ed

%28
%9
%0
%7

Triadic Colors of #aad8ed

#aad8ed #edaad8 #d8edaa

Analogous Colors of #aad8ed

#aad8ed #aab7ed #aaede1

Monochromatic Colors of #aad8ed

#aad8ed

Complementary Color

#aad8ed #edbfaa

#aad8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad8ed Color CSS Codes

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

#aad8ed Text Font Color

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

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


#aad8ed Background Color

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

This div background color is #aad8ed


#aad8ed Border Color

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

This div border color is #aad8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad8ed


Comments

No comments written yet.

Please login to write comment.