Color Hex Logo

#aaa3be Color Hex

#AAA3BE
(170,163,190)
0 Favorites   0 Comments

Color spaces of #aaa3be

RGB 170163190
HSL0.710.170.69
HSV256°14°75°
CMYK 0.110.140.00   0.25
XYZ38.969038.458154.0845
Yxy38.45810.29630.2924
Hunter Lab62.01463.6411-8.2981
CIE-Lab68.35697.8398-12.9494

#aaa3be color RGB value is (170,163,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10111110
Octal 252 243 276
Decimal 170 163 190
Hex AA A3 BE

RGB Percentages of Color #aaa3be

%32.50
%31.17
%36.33

CMYK Percentages of Color #aaa3be

%11
%14
%0
%25

Triadic Colors of #aaa3be

#aaa3be #beaaa3 #a3beaa

Analogous Colors of #aaa3be

#aaa3be #b8a3be #a3aabe

Monochromatic Colors of #aaa3be

#aaa3be

Complementary Color

#aaa3be #b7bea3

#aaa3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa3be Color CSS Codes

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

#aaa3be Text Font Color

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

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


#aaa3be Background Color

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

This div background color is #aaa3be


#aaa3be Border Color

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

This div border color is #aaa3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa3be


Comments

No comments written yet.

Please login to write comment.