Color Hex Logo

#aad0ed Color Hex

#AAD0ED
(170,208,237)
0 Favorites   0 Comments

Color spaces of #aad0ed

RGB 170208237
HSL0.570.650.80
HSV206°28°93°
CMYK 0.280.120.00   0.07
XYZ54.419559.772288.7897
Yxy59.77220.26810.2945
Hunter Lab77.3125-9.6524-13.9730
CIE-Lab81.7142-5.9966-18.3791

#aad0ed color RGB value is (170,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 11101101
Octal 252 320 355
Decimal 170 208 237
Hex AA D0 ED

RGB Percentages of Color #aad0ed

%27.64
%33.82
%38.54

CMYK Percentages of Color #aad0ed

%28
%12
%0
%7

Triadic Colors of #aad0ed

#aad0ed #edaad0 #d0edaa

Analogous Colors of #aad0ed

#aad0ed #aaafed #aaede9

Monochromatic Colors of #aad0ed

#aad0ed

Complementary Color

#aad0ed #edc7aa

#aad0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0ed Color CSS Codes

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

#aad0ed Text Font Color

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

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


#aad0ed Background Color

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

This div background color is #aad0ed


#aad0ed Border Color

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

This div border color is #aad0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0ed


Comments

No comments written yet.

Please login to write comment.