Color Hex Logo

#aaaadd Color Hex

#AAAADD
(170,170,221)
1 Favorites   0 Comments

Color spaces of #aaaadd

RGB 170170221
HSL0.670.430.77
HSV240°23°87°
CMYK 0.230.230.00   0.13
XYZ44.003442.516074.2938
Yxy42.51600.27360.2644
Hunter Lab65.20436.3540-21.9120
CIE-Lab71.225210.8287-25.6852

#aaaadd color RGB value is (170,170,221).

#aaaadd hex color red value is 170, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaaadd hue: 0.67 , saturation: 0.43 and the lightness value of aaaadd is 0.77.

The process color (four color CMYK) of #aaaadd color hex is 0.23, 0.23, 0.00, 0.13. Web safe color of #aaaadd is #9999cc. Color #aaaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11011101
Octal 252 252 335
Decimal 170 170 221
Hex AA AA DD

RGB Percentages of Color #aaaadd

%30.30
%30.30
%39.39

CMYK Percentages of Color #aaaadd

%23
%23
%0
%13

Triadic Colors of #aaaadd

#aaaadd #ddaaaa #aaddaa

Analogous Colors of #aaaadd

#aaaadd #c4aadd #aac4dd

Monochromatic Colors of #aaaadd

#aaaadd

Complementary Color

#aaaadd #ddddaa

#aaaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaadd Color CSS Codes

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

#aaaadd Text Font Color

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

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


#aaaadd Background Color

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

This div background color is #aaaadd


#aaaadd Border Color

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

This div border color is #aaaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaadd


Comments

No comments written yet.

Please login to write comment.