Color Hex Logo

#aaadd3 Color Hex

#AAADD3
(170,173,211)
0 Favorites   0 Comments

Color spaces of #aaadd3

RGB 170173211
HSL0.650.320.75
HSV236°19°83°
CMYK 0.190.180.00   0.17
XYZ43.279043.136367.6731
Yxy43.13630.28090.2799
Hunter Lab65.67822.6866-15.1161
CIE-Lab71.64746.8748-19.5636

#aaadd3 color RGB value is (170,173,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11010011
Octal 252 255 323
Decimal 170 173 211
Hex AA AD D3

RGB Percentages of Color #aaadd3

%30.69
%31.23
%38.09

CMYK Percentages of Color #aaadd3

%19
%18
%0
%17

Triadic Colors of #aaadd3

#aaadd3 #d3aaad #add3aa

Analogous Colors of #aaadd3

#aaadd3 #bcaad3 #aac2d3

Monochromatic Colors of #aaadd3

#aaadd3

Complementary Color

#aaadd3 #d3d0aa

#aaadd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadd3 Color CSS Codes

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

#aaadd3 Text Font Color

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

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


#aaadd3 Background Color

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

This div background color is #aaadd3


#aaadd3 Border Color

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

This div border color is #aaadd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadd3


Comments

No comments written yet.

Please login to write comment.