Color Hex Logo

#aa9dec Color Hex

#AA9DEC
(170,157,236)
0 Favorites   0 Comments

Color spaces of #aa9dec

RGB 170157236
HSL0.690.680.77
HSV250°33°93°
CMYK 0.280.330.00   0.07
XYZ43.774938.716184.5227
Yxy38.71610.26210.2318
Hunter Lab62.222316.6902-36.9839
CIE-Lab68.545121.7102-38.0420

#aa9dec color RGB value is (170,157,236).

#aa9dec hex color red value is 170, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa9dec hue: 0.69 , saturation: 0.68 and the lightness value of aa9dec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011101 11101100
Octal 252 235 354
Decimal 170 157 236
Hex AA 9D EC

RGB Percentages of Color #aa9dec

%30.20
%27.89
%41.92

CMYK Percentages of Color #aa9dec

%28
%33
%0
%7

Triadic Colors of #aa9dec

#aa9dec #ecaa9d #9decaa

Analogous Colors of #aa9dec

#aa9dec #d29dec #9db8ec

Monochromatic Colors of #aa9dec

#aa9dec

Complementary Color

#aa9dec #dfec9d

#aa9dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9dec Color CSS Codes

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

#aa9dec Text Font Color

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

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


#aa9dec Background Color

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

This div background color is #aa9dec


#aa9dec Border Color

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

This div border color is #aa9dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9dec


Comments

No comments written yet.

Please login to write comment.