Color Hex Logo

#aaadd2 Color Hex

#AAADD2
(170,173,210)
0 Favorites   0 Comments

Color spaces of #aaadd2

RGB 170173210
HSL0.650.310.75
HSV236°19°82°
CMYK 0.190.180.00   0.18
XYZ43.154043.086367.0148
Yxy43.08630.28160.2811
Hunter Lab65.64022.4815-14.5836
CIE-Lab71.61356.6501-19.0667

#aaadd2 color RGB value is (170,173,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11010010
Octal 252 255 322
Decimal 170 173 210
Hex AA AD D2

RGB Percentages of Color #aaadd2

%30.74
%31.28
%37.97

CMYK Percentages of Color #aaadd2

%19
%18
%0
%18

Triadic Colors of #aaadd2

#aaadd2 #d2aaad #add2aa

Analogous Colors of #aaadd2

#aaadd2 #bbaad2 #aac1d2

Monochromatic Colors of #aaadd2

#aaadd2

Complementary Color

#aaadd2 #d2cfaa

#aaadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadd2 Color CSS Codes

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

#aaadd2 Text Font Color

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

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


#aaadd2 Background Color

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

This div background color is #aaadd2


#aaadd2 Border Color

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

This div border color is #aaadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadd2


Comments

No comments written yet.

Please login to write comment.