Color Hex Logo

#aa9cbe Color Hex

#AA9CBE
(170,156,190)
0 Favorites   0 Comments

Color spaces of #aa9cbe

RGB 170156190
HSL0.740.210.68
HSV265°18°75°
CMYK 0.110.180.00   0.25
XYZ37.760336.040753.6816
Yxy36.04070.29620.2827
Hunter Lab60.03397.2141-10.9927
CIE-Lab66.551011.7430-15.6687

#aa9cbe color RGB value is (170,156,190).

#aa9cbe hex color red value is 170, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa9cbe hue: 0.74 , saturation: 0.21 and the lightness value of aa9cbe is 0.68.

The process color (four color CMYK) of #aa9cbe color hex is 0.11, 0.18, 0.00, 0.25. Web safe color of #aa9cbe is #9999cc. Color #aa9cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011100 10111110
Octal 252 234 276
Decimal 170 156 190
Hex AA 9C BE

RGB Percentages of Color #aa9cbe

%32.95
%30.23
%36.82

CMYK Percentages of Color #aa9cbe

%11
%18
%0
%25

Triadic Colors of #aa9cbe

#aa9cbe #beaa9c #9cbeaa

Analogous Colors of #aa9cbe

#aa9cbe #bb9cbe #9c9fbe

Monochromatic Colors of #aa9cbe

#aa9cbe

Complementary Color

#aa9cbe #b0be9c

#aa9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9cbe Color CSS Codes

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

#aa9cbe Text Font Color

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

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


#aa9cbe Background Color

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

This div background color is #aa9cbe


#aa9cbe Border Color

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

This div border color is #aa9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9cbe


Comments

No comments written yet.

Please login to write comment.