Color Hex Logo

#aaa0dc Color Hex

#AAA0DC
(170,160,220)
0 Favorites   0 Comments

Color spaces of #aaa0dc

RGB 170160220
HSL0.690.460.75
HSV250°27°86°
CMYK 0.230.270.00   0.14
XYZ42.066638.855072.9928
Yxy38.85500.27330.2524
Hunter Lab62.333811.3785-25.7949
CIE-Lab68.646116.1853-29.0982

#aaa0dc color RGB value is (170,160,220).

#aaa0dc hex color red value is 170, green value is 160 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aaa0dc hue: 0.69 , saturation: 0.46 and the lightness value of aaa0dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 11011100
Octal 252 240 334
Decimal 170 160 220
Hex AA A0 DC

RGB Percentages of Color #aaa0dc

%30.91
%29.09
%40.00

CMYK Percentages of Color #aaa0dc

%23
%27
%0
%14

Triadic Colors of #aaa0dc

#aaa0dc #dcaaa0 #a0dcaa

Analogous Colors of #aaa0dc

#aaa0dc #c8a0dc #a0b4dc

Monochromatic Colors of #aaa0dc

#aaa0dc

Complementary Color

#aaa0dc #d2dca0

#aaa0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa0dc Color CSS Codes

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

#aaa0dc Text Font Color

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

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


#aaa0dc Background Color

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

This div background color is #aaa0dc


#aaa0dc Border Color

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

This div border color is #aaa0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa0dc


Comments

No comments written yet.

Please login to write comment.