Color Hex Logo

#aaa6cb Color Hex

#AAA6CB
(170,166,203)
0 Favorites   0 Comments

Color spaces of #aaa6cb

RGB 170166203
HSL0.680.260.72
HSV246°18°80°
CMYK 0.160.180.00   0.20
XYZ40.993340.130362.0853
Yxy40.13030.28620.2802
Hunter Lab63.34854.6489-13.7638
CIE-Lab69.56228.9679-18.3254

#aaa6cb color RGB value is (170,166,203).

#aaa6cb hex color red value is 170, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aaa6cb hue: 0.68 , saturation: 0.26 and the lightness value of aaa6cb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 11001011
Octal 252 246 313
Decimal 170 166 203
Hex AA A6 CB

RGB Percentages of Color #aaa6cb

%31.54
%30.80
%37.66

CMYK Percentages of Color #aaa6cb

%16
%18
%0
%20

Triadic Colors of #aaa6cb

#aaa6cb #cbaaa6 #a6cbaa

Analogous Colors of #aaa6cb

#aaa6cb #bda6cb #a6b5cb

Monochromatic Colors of #aaa6cb

#aaa6cb

Complementary Color

#aaa6cb #c7cba6

#aaa6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa6cb Color CSS Codes

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

#aaa6cb Text Font Color

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

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


#aaa6cb Background Color

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

This div background color is #aaa6cb


#aaa6cb Border Color

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

This div border color is #aaa6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa6cb


Comments

No comments written yet.

Please login to write comment.