Color Hex Logo

#aaadda Color Hex

#AAADDA
(170,173,218)
0 Favorites   0 Comments

Color spaces of #aaadda

RGB 170173218
HSL0.660.390.76
HSV236°22°85°
CMYK 0.220.210.00   0.15
XYZ44.176043.495172.3967
Yxy43.49510.27600.2717
Hunter Lab65.95084.1512-18.9193
CIE-Lab71.88978.4696-23.0279

#aaadda color RGB value is (170,173,218).

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

The process color (four color CMYK) of #aaadda color hex is 0.22, 0.21, 0.00, 0.15. Web safe color of #aaadda is #9999cc. Color #aaadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11011010
Octal 252 255 332
Decimal 170 173 218
Hex AA AD DA

RGB Percentages of Color #aaadda

%30.30
%30.84
%38.86

CMYK Percentages of Color #aaadda

%22
%21
%0
%15

Triadic Colors of #aaadda

#aaadda #daaaad #addaaa

Analogous Colors of #aaadda

#aaadda #bfaada #aac5da

Monochromatic Colors of #aaadda

#aaadda

Complementary Color

#aaadda #dad7aa

#aaadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadda Color CSS Codes

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

#aaadda Text Font Color

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

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


#aaadda Background Color

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

This div background color is #aaadda


#aaadda Border Color

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

This div border color is #aaadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadda


Comments

No comments written yet.

Please login to write comment.