Color Hex Logo

#aa9ebd Color Hex

#AA9EBD
(170,158,189)
0 Favorites   0 Comments

Color spaces of #aa9ebd

RGB 170158189
HSL0.730.190.68
HSV263°16°74°
CMYK 0.100.160.00   0.26
XYZ37.989736.673953.2206
Yxy36.67390.29710.2868
Hunter Lab60.55905.9979-9.7141
CIE-Lab67.031710.4141-14.3865

#aa9ebd color RGB value is (170,158,189).

#aa9ebd hex color red value is 170, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa9ebd hue: 0.73 , saturation: 0.19 and the lightness value of aa9ebd is 0.68.

The process color (four color CMYK) of #aa9ebd color hex is 0.10, 0.16, 0.00, 0.26. Web safe color of #aa9ebd is #9999cc. Color #aa9ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011110 10111101
Octal 252 236 275
Decimal 170 158 189
Hex AA 9E BD

RGB Percentages of Color #aa9ebd

%32.88
%30.56
%36.56

CMYK Percentages of Color #aa9ebd

%10
%16
%0
%26

Triadic Colors of #aa9ebd

#aa9ebd #bdaa9e #9ebdaa

Analogous Colors of #aa9ebd

#aa9ebd #ba9ebd #9ea2bd

Monochromatic Colors of #aa9ebd

#aa9ebd

Complementary Color

#aa9ebd #b1bd9e

#aa9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9ebd Color CSS Codes

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

#aa9ebd Text Font Color

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

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


#aa9ebd Background Color

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

This div background color is #aa9ebd


#aa9ebd Border Color

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

This div border color is #aa9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9ebd


Comments

No comments written yet.

Please login to write comment.