Color Hex Logo

#aaaaba Color Hex

#AAAABA
(170,170,186)
0 Favorites   0 Comments

Color spaces of #aaaaba

RGB 170170186
HSL0.670.100.70
HSV240°73°
CMYK 0.090.090.00   0.27
XYZ39.815240.840752.2389
Yxy40.84070.29960.3073
Hunter Lab63.9067-0.6276-3.7304
CIE-Lab70.06423.1502-8.1833

#aaaaba color RGB value is (170,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10111010
Octal 252 252 272
Decimal 170 170 186
Hex AA AA BA

RGB Percentages of Color #aaaaba

%32.32
%32.32
%35.36

CMYK Percentages of Color #aaaaba

%9
%9
%0
%27

Triadic Colors of #aaaaba

#aaaaba #baaaaa #aabaaa

Analogous Colors of #aaaaba

#aaaaba #b2aaba #aab2ba

Monochromatic Colors of #aaaaba

#aaaaba

Complementary Color

#aaaaba #babaaa

#aaaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaba Color CSS Codes

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

#aaaaba Text Font Color

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

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


#aaaaba Background Color

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

This div background color is #aaaaba


#aaaaba Border Color

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

This div border color is #aaaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaba


Comments

No comments written yet.

Please login to write comment.