Color Hex Logo

#aad0ea Color Hex

#AAD0EA
(170,208,234)
0 Favorites   0 Comments

Color spaces of #aad0ea

RGB 170208234
HSL0.570.600.79
HSV204°27°92°
CMYK 0.270.110.00   0.08
XYZ53.984759.598386.5002
Yxy59.59830.26980.2979
Hunter Lab77.1999-10.2776-12.3927
CIE-Lab81.6194-6.6964-16.9226

#aad0ea color RGB value is (170,208,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 11101010
Octal 252 320 352
Decimal 170 208 234
Hex AA D0 EA

RGB Percentages of Color #aad0ea

%27.78
%33.99
%38.24

CMYK Percentages of Color #aad0ea

%27
%11
%0
%8

Triadic Colors of #aad0ea

#aad0ea #eaaad0 #d0eaaa

Analogous Colors of #aad0ea

#aad0ea #aab0ea #aaeae4

Monochromatic Colors of #aad0ea

#aad0ea

Complementary Color

#aad0ea #eac4aa

#aad0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0ea Color CSS Codes

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

#aad0ea Text Font Color

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

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


#aad0ea Background Color

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

This div background color is #aad0ea


#aad0ea Border Color

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

This div border color is #aad0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0ea


Comments

No comments written yet.

Please login to write comment.