Color Hex Logo

#aaa9cb Color Hex

#AAA9CB
(170,169,203)
0 Favorites   0 Comments

Color spaces of #aaa9cb

RGB 170169203
HSL0.670.250.73
HSV242°17°80°
CMYK 0.160.170.00   0.20
XYZ41.545041.233862.2692
Yxy41.23380.28640.2843
Hunter Lab64.21353.1125-12.5452
CIE-Lab70.33947.3051-17.1490

#aaa9cb color RGB value is (170,169,203).

#aaa9cb hex color red value is 170, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aaa9cb hue: 0.67 , saturation: 0.25 and the lightness value of aaa9cb is 0.73.

The process color (four color CMYK) of #aaa9cb color hex is 0.16, 0.17, 0.00, 0.20. Web safe color of #aaa9cb is #9999cc. Color #aaa9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 11001011
Octal 252 251 313
Decimal 170 169 203
Hex AA A9 CB

RGB Percentages of Color #aaa9cb

%31.37
%31.18
%37.45

CMYK Percentages of Color #aaa9cb

%16
%17
%0
%20

Triadic Colors of #aaa9cb

#aaa9cb #cbaaa9 #a9cbaa

Analogous Colors of #aaa9cb

#aaa9cb #bba9cb #a9b9cb

Monochromatic Colors of #aaa9cb

#aaa9cb

Complementary Color

#aaa9cb #cacba9

#aaa9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa9cb Color CSS Codes

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

#aaa9cb Text Font Color

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

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


#aaa9cb Background Color

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

This div background color is #aaa9cb


#aaa9cb Border Color

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

This div border color is #aaa9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa9cb


Comments

No comments written yet.

Please login to write comment.