Color Hex Logo

#aaadf0 Color Hex

#AAADF0
(170,173,240)
0 Favorites   0 Comments

Color spaces of #aaadf0

RGB 170173240
HSL0.660.700.80
HSV237°29°94°
CMYK 0.290.280.00   0.06
XYZ47.249344.724588.5805
Yxy44.72450.26170.2477
Hunter Lab66.87649.0796-31.7186
CIE-Lab72.710113.7143-33.7565

#aaadf0 color RGB value is (170,173,240).

#aaadf0 hex color red value is 170, green value is 173 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #aaadf0 hue: 0.66 , saturation: 0.70 and the lightness value of aaadf0 is 0.80.

The process color (four color CMYK) of #aaadf0 color hex is 0.29, 0.28, 0.00, 0.06. Web safe color of #aaadf0 is #9999ff. Color #aaadf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11110000
Octal 252 255 360
Decimal 170 173 240
Hex AA AD F0

RGB Percentages of Color #aaadf0

%29.16
%29.67
%41.17

CMYK Percentages of Color #aaadf0

%29
%28
%0
%6

Triadic Colors of #aaadf0

#aaadf0 #f0aaad #adf0aa

Analogous Colors of #aaadf0

#aaadf0 #caaaf0 #aad0f0

Monochromatic Colors of #aaadf0

#aaadf0

Complementary Color

#aaadf0 #f0edaa

#aaadf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadf0 Color CSS Codes

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

#aaadf0 Text Font Color

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

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


#aaadf0 Background Color

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

This div background color is #aaadf0


#aaadf0 Border Color

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

This div border color is #aaadf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadf0


Comments

No comments written yet.

Please login to write comment.