Color Hex Logo

#aaadd0 Color Hex

#AAADD0
(170,173,208)
0 Favorites   0 Comments

Color spaces of #aaadd0

RGB 170173208
HSL0.650.290.74
HSV235°18°82°
CMYK 0.180.170.00   0.18
XYZ42.906342.987365.7105
Yxy42.98730.28300.2835
Hunter Lab65.56472.0742-13.5266
CIE-Lab71.54646.2029-18.0716

#aaadd0 color RGB value is (170,173,208).

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

The process color (four color CMYK) of #aaadd0 color hex is 0.18, 0.17, 0.00, 0.18. Web safe color of #aaadd0 is #9999cc. Color #aaadd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11010000
Octal 252 255 320
Decimal 170 173 208
Hex AA AD D0

RGB Percentages of Color #aaadd0

%30.85
%31.40
%37.75

CMYK Percentages of Color #aaadd0

%18
%17
%0
%18

Triadic Colors of #aaadd0

#aaadd0 #d0aaad #add0aa

Analogous Colors of #aaadd0

#aaadd0 #baaad0 #aac0d0

Monochromatic Colors of #aaadd0

#aaadd0

Complementary Color

#aaadd0 #d0cdaa

#aaadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadd0 Color CSS Codes

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

#aaadd0 Text Font Color

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

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


#aaadd0 Background Color

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

This div background color is #aaadd0


#aaadd0 Border Color

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

This div border color is #aaadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadd0


Comments

No comments written yet.

Please login to write comment.