Color Hex Logo

#aad1ea Color Hex

#AAD1EA
(170,209,234)
0 Favorites   0 Comments

Color spaces of #aad1ea

RGB 170209234
HSL0.570.600.79
HSV203°27°92°
CMYK 0.270.110.00   0.08
XYZ54.229360.087586.5818
Yxy60.08750.26990.2991
Hunter Lab77.5161-10.7769-11.9628
CIE-Lab81.8857-7.2201-16.5216

#aad1ea color RGB value is (170,209,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 11101010
Octal 252 321 352
Decimal 170 209 234
Hex AA D1 EA

RGB Percentages of Color #aad1ea

%27.73
%34.09
%38.17

CMYK Percentages of Color #aad1ea

%27
%11
%0
%8

Triadic Colors of #aad1ea

#aad1ea #eaaad1 #d1eaaa

Analogous Colors of #aad1ea

#aad1ea #aab1ea #aaeae3

Monochromatic Colors of #aad1ea

#aad1ea

Complementary Color

#aad1ea #eac3aa

#aad1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1ea Color CSS Codes

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

#aad1ea Text Font Color

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

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


#aad1ea Background Color

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

This div background color is #aad1ea


#aad1ea Border Color

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

This div border color is #aad1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1ea

#aad1ea Color Palettes


Comments

No comments written yet.

Please login to write comment.