Color Hex Logo

#aaa1be Color Hex

#AAA1BE
(170,161,190)
0 Favorites   0 Comments

Color spaces of #aaa1be

RGB 170161190
HSL0.720.180.69
HSV259°15°75°
CMYK 0.110.150.00   0.25
XYZ38.616737.753553.9670
Yxy37.75350.29630.2897
Hunter Lab61.44394.6582-9.0645
CIE-Lab67.83858.9513-13.7284

#aaa1be color RGB value is (170,161,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10111110
Octal 252 241 276
Decimal 170 161 190
Hex AA A1 BE

RGB Percentages of Color #aaa1be

%32.63
%30.90
%36.47

CMYK Percentages of Color #aaa1be

%11
%15
%0
%25

Triadic Colors of #aaa1be

#aaa1be #beaaa1 #a1beaa

Analogous Colors of #aaa1be

#aaa1be #b9a1be #a1a7be

Monochromatic Colors of #aaa1be

#aaa1be

Complementary Color

#aaa1be #b5bea1

#aaa1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa1be Color CSS Codes

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

#aaa1be Text Font Color

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

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


#aaa1be Background Color

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

This div background color is #aaa1be


#aaa1be Border Color

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

This div border color is #aaa1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa1be


Comments

No comments written yet.

Please login to write comment.