Color Hex Logo

#aaaded Color Hex

#AAADED
(170,173,237)
0 Favorites   0 Comments

Color spaces of #aaaded

RGB 170173237
HSL0.660.650.80
HSV237°28°93°
CMYK 0.280.270.00   0.07
XYZ46.807244.547686.2523
Yxy44.54760.26350.2508
Hunter Lab66.74408.3791-29.8988
CIE-Lab72.593012.9799-32.3082

#aaaded color RGB value is (170,173,237).

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

The process color (four color CMYK) of #aaaded color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #aaaded is #9999ff. Color #aaaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11101101
Octal 252 255 355
Decimal 170 173 237
Hex AA AD ED

RGB Percentages of Color #aaaded

%29.31
%29.83
%40.86

CMYK Percentages of Color #aaaded

%28
%27
%0
%7

Triadic Colors of #aaaded

#aaaded #edaaad #adedaa

Analogous Colors of #aaaded

#aaaded #c9aaed #aacfed

Monochromatic Colors of #aaaded

#aaaded

Complementary Color

#aaaded #edeaaa

#aaaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaded Color CSS Codes

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

#aaaded Text Font Color

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

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


#aaaded Background Color

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

This div background color is #aaaded


#aaaded Border Color

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

This div border color is #aaaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaded


Comments

No comments written yet.

Please login to write comment.