Color Hex Logo

#aa9cbc Color Hex

#AA9CBC
(170,156,188)
0 Favorites   0 Comments

Color spaces of #aa9cbc

RGB 170156188
HSL0.740.190.67
HSV266°17°74°
CMYK 0.100.170.00   0.26
XYZ37.543135.953852.5380
Yxy35.95380.29790.2853
Hunter Lab59.96156.8299-9.9766
CIE-Lab66.484611.3231-14.6532

#aa9cbc color RGB value is (170,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011100 10111100
Octal 252 234 274
Decimal 170 156 188
Hex AA 9C BC

RGB Percentages of Color #aa9cbc

%33.07
%30.35
%36.58

CMYK Percentages of Color #aa9cbc

%10
%17
%0
%26

Triadic Colors of #aa9cbc

#aa9cbc #bcaa9c #9cbcaa

Analogous Colors of #aa9cbc

#aa9cbc #ba9cbc #9c9ebc

Monochromatic Colors of #aa9cbc

#aa9cbc

Complementary Color

#aa9cbc #aebc9c

#aa9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9cbc Color CSS Codes

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

#aa9cbc Text Font Color

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

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


#aa9cbc Background Color

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

This div background color is #aa9cbc


#aa9cbc Border Color

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

This div border color is #aa9cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9cbc


Comments

No comments written yet.

Please login to write comment.