Color Hex Logo

#aa9ced Color Hex

#AA9CED
(170,156,237)
0 Favorites   0 Comments

Color spaces of #aa9ced

RGB 170156237
HSL0.700.690.77
HSV250°34°93°
CMYK 0.280.340.00   0.07
XYZ43.752138.437485.2339
Yxy38.43740.26130.2296
Hunter Lab61.997917.4716-38.1126
CIE-Lab68.341822.5197-38.9067

#aa9ced color RGB value is (170,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011100 11101101
Octal 252 234 355
Decimal 170 156 237
Hex AA 9C ED

RGB Percentages of Color #aa9ced

%30.20
%27.71
%42.10

CMYK Percentages of Color #aa9ced

%28
%34
%0
%7

Triadic Colors of #aa9ced

#aa9ced #edaa9c #9cedaa

Analogous Colors of #aa9ced

#aa9ced #d39ced #9cb7ed

Monochromatic Colors of #aa9ced

#aa9ced

Complementary Color

#aa9ced #dfed9c

#aa9ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9ced Color CSS Codes

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

#aa9ced Text Font Color

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

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


#aa9ced Background Color

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

This div background color is #aa9ced


#aa9ced Border Color

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

This div border color is #aa9ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,156,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 #aa9ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9ced


Comments

No comments written yet.

Please login to write comment.