Color Hex Logo

#aaadd6 Color Hex

#AAADD6
(170,173,214)
0 Favorites   0 Comments

Color spaces of #aaadd6

RGB 170173214
HSL0.660.350.75
HSV236°21°84°
CMYK 0.210.190.00   0.16
XYZ43.658743.288269.6727
Yxy43.28820.27880.2764
Hunter Lab65.79383.3080-16.7299
CIE-Lab71.75017.5535-21.0512

#aaadd6 color RGB value is (170,173,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11010110
Octal 252 255 326
Decimal 170 173 214
Hex AA AD D6

RGB Percentages of Color #aaadd6

%30.52
%31.06
%38.42

CMYK Percentages of Color #aaadd6

%21
%19
%0
%16

Triadic Colors of #aaadd6

#aaadd6 #d6aaad #add6aa

Analogous Colors of #aaadd6

#aaadd6 #bdaad6 #aac3d6

Monochromatic Colors of #aaadd6

#aaadd6

Complementary Color

#aaadd6 #d6d3aa

#aaadd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadd6 Color CSS Codes

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

#aaadd6 Text Font Color

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

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


#aaadd6 Background Color

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

This div background color is #aaadd6


#aaadd6 Border Color

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

This div border color is #aaadd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadd6


Comments

No comments written yet.

Please login to write comment.