Color Hex Logo

#aaa6be Color Hex

#AAA6BE
(170,166,190)
0 Favorites   0 Comments

Color spaces of #aaa6be

RGB 170166190
HSL0.690.160.70
HSV250°13°75°
CMYK 0.110.130.00   0.25
XYZ39.508039.536254.2641
Yxy39.53620.29640.2966
Hunter Lab62.87782.1207-7.1533
CIE-Lab69.13796.1781-11.7780

#aaa6be color RGB value is (170,166,190).

#aaa6be hex color red value is 170, green value is 166 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaa6be hue: 0.69 , saturation: 0.16 and the lightness value of aaa6be is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10111110
Octal 252 246 276
Decimal 170 166 190
Hex AA A6 BE

RGB Percentages of Color #aaa6be

%32.32
%31.56
%36.12

CMYK Percentages of Color #aaa6be

%11
%13
%0
%25

Triadic Colors of #aaa6be

#aaa6be #beaaa6 #a6beaa

Analogous Colors of #aaa6be

#aaa6be #b6a6be #a6aebe

Monochromatic Colors of #aaa6be

#aaa6be

Complementary Color

#aaa6be #babea6

#aaa6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa6be Color CSS Codes

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

#aaa6be Text Font Color

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

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


#aaa6be Background Color

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

This div background color is #aaa6be


#aaa6be Border Color

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

This div border color is #aaa6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa6be


Comments

No comments written yet.

Please login to write comment.