Color Hex Logo

#aad0eb Color Hex

#AAD0EB
(170,208,235)
0 Favorites   0 Comments

Color spaces of #aad0eb

RGB 170208235
HSL0.570.620.79
HSV205°28°92°
CMYK 0.280.110.00   0.08
XYZ54.128859.656087.2591
Yxy59.65600.26920.2967
Hunter Lab77.2373-10.0704-12.9170
CIE-Lab81.6509-6.4641-17.4084

#aad0eb color RGB value is (170,208,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 11101011
Octal 252 320 353
Decimal 170 208 235
Hex AA D0 EB

RGB Percentages of Color #aad0eb

%27.73
%33.93
%38.34

CMYK Percentages of Color #aad0eb

%28
%11
%0
%8

Triadic Colors of #aad0eb

#aad0eb #ebaad0 #d0ebaa

Analogous Colors of #aad0eb

#aad0eb #aab0eb #aaebe6

Monochromatic Colors of #aad0eb

#aad0eb

Complementary Color

#aad0eb #ebc5aa

#aad0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0eb Color CSS Codes

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

#aad0eb Text Font Color

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

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


#aad0eb Background Color

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

This div background color is #aad0eb


#aad0eb Border Color

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

This div border color is #aad0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0eb


Comments

No comments written yet.

Please login to write comment.