Color Hex Logo

#aaabba Color Hex

#AAABBA
(170,171,186)
0 Favorites   0 Comments

Color spaces of #aaabba

RGB 170171186
HSL0.660.100.70
HSV236°73°
CMYK 0.090.080.00   0.27
XYZ40.003441.217052.3017
Yxy41.21700.29960.3087
Hunter Lab64.2005-1.1272-3.3610
CIE-Lab70.32772.6029-7.7917

#aaabba color RGB value is (170,171,186).

#aaabba hex color red value is 170, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aaabba hue: 0.66 , saturation: 0.10 and the lightness value of aaabba is 0.70.

The process color (four color CMYK) of #aaabba color hex is 0.09, 0.08, 0.00, 0.27. Web safe color of #aaabba is #9999cc. Color #aaabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10111010
Octal 252 253 272
Decimal 170 171 186
Hex AA AB BA

RGB Percentages of Color #aaabba

%32.26
%32.45
%35.29

CMYK Percentages of Color #aaabba

%9
%8
%0
%27

Triadic Colors of #aaabba

#aaabba #baaaab #abbaaa

Analogous Colors of #aaabba

#aaabba #b1aaba #aab3ba

Monochromatic Colors of #aaabba

#aaabba

Complementary Color

#aaabba #bab9aa

#aaabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabba Color CSS Codes

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

#aaabba Text Font Color

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

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


#aaabba Background Color

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

This div background color is #aaabba


#aaabba Border Color

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

This div border color is #aaabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabba


Comments

No comments written yet.

Please login to write comment.