Color Hex Logo

#aaaab5 Color Hex

#AAAAB5
(170,170,181)
0 Favorites   0 Comments

Color spaces of #aaaab5

RGB 170170181
HSL0.670.070.69
HSV240°71°
CMYK 0.060.060.00   0.29
XYZ39.292840.631749.4878
Yxy40.63170.30360.3140
Hunter Lab63.7430-1.5183-1.4105
CIE-Lab69.91712.1407-5.6386

#aaaab5 color RGB value is (170,170,181).

#aaaab5 hex color red value is 170, green value is 170 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aaaab5 hue: 0.67 , saturation: 0.07 and the lightness value of aaaab5 is 0.69.

The process color (four color CMYK) of #aaaab5 color hex is 0.06, 0.06, 0.00, 0.29. Web safe color of #aaaab5 is #9999cc. Color #aaaab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10110101
Octal 252 252 265
Decimal 170 170 181
Hex AA AA B5

RGB Percentages of Color #aaaab5

%32.63
%32.63
%34.74

CMYK Percentages of Color #aaaab5

%6
%6
%0
%29

Triadic Colors of #aaaab5

#aaaab5 #b5aaaa #aab5aa

Analogous Colors of #aaaab5

#aaaab5 #b0aab5 #aab0b5

Monochromatic Colors of #aaaab5

#aaaab5

Complementary Color

#aaaab5 #b5b5aa

#aaaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaab5 Color CSS Codes

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

#aaaab5 Text Font Color

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

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


#aaaab5 Background Color

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

This div background color is #aaaab5


#aaaab5 Border Color

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

This div border color is #aaaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaab5


Comments

No comments written yet.

Please login to write comment.