Color Hex Logo

#aa9def Color Hex

#AA9DEF
(170,157,239)
0 Favorites   0 Comments

Color spaces of #aa9def

RGB 170157239
HSL0.690.720.78
HSV250°34°94°
CMYK 0.290.340.00   0.06
XYZ44.214538.892086.8379
Yxy38.89200.26020.2289
Hunter Lab62.363517.4171-38.9039
CIE-Lab68.673022.4474-39.4847

#aa9def color RGB value is (170,157,239).

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

The process color (four color CMYK) of #aa9def color hex is 0.29, 0.34, 0.00, 0.06. Web safe color of #aa9def is #9999ff. Color #aa9def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011101 11101111
Octal 252 235 357
Decimal 170 157 239
Hex AA 9D EF

RGB Percentages of Color #aa9def

%30.04
%27.74
%42.23

CMYK Percentages of Color #aa9def

%29
%34
%0
%6

Triadic Colors of #aa9def

#aa9def #efaa9d #9defaa

Analogous Colors of #aa9def

#aa9def #d39def #9db9ef

Monochromatic Colors of #aa9def

#aa9def

Complementary Color

#aa9def #e2ef9d

#aa9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9def Color CSS Codes

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

#aa9def Text Font Color

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

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


#aa9def Background Color

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

This div background color is #aa9def


#aa9def Border Color

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

This div border color is #aa9def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9def


Comments

No comments written yet.

Please login to write comment.