Color Hex Logo

#aa9fbc Color Hex

#AA9FBC
(170,159,188)
0 Favorites   0 Comments

Color spaces of #aa9fbc

RGB 170159188
HSL0.730.180.68
HSV263°15°74°
CMYK 0.100.150.00   0.26
XYZ38.052836.973252.7079
Yxy36.97320.29790.2895
Hunter Lab60.80565.2975-8.8302
CIE-Lab67.25699.6469-13.4905

#aa9fbc color RGB value is (170,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 10111100
Octal 252 237 274
Decimal 170 159 188
Hex AA 9F BC

RGB Percentages of Color #aa9fbc

%32.88
%30.75
%36.36

CMYK Percentages of Color #aa9fbc

%10
%15
%0
%26

Triadic Colors of #aa9fbc

#aa9fbc #bcaa9f #9fbcaa

Analogous Colors of #aa9fbc

#aa9fbc #b99fbc #9fa3bc

Monochromatic Colors of #aa9fbc

#aa9fbc

Complementary Color

#aa9fbc #b1bc9f

#aa9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9fbc Color CSS Codes

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

#aa9fbc Text Font Color

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

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


#aa9fbc Background Color

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

This div background color is #aa9fbc


#aa9fbc Border Color

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

This div border color is #aa9fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9fbc


Comments

No comments written yet.

Please login to write comment.