Color Hex Logo

#aaabb5 Color Hex

#AAABB5
(170,171,181)
0 Favorites   0 Comments

Color spaces of #aaabb5

RGB 170171181
HSL0.650.070.69
HSV235°71°
CMYK 0.060.060.00   0.29
XYZ39.481041.008149.5505
Yxy41.00810.30360.3154
Hunter Lab64.0376-2.0154-1.0507
CIE-Lab70.18161.5944-5.2475

#aaabb5 color RGB value is (170,171,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10110101
Octal 252 253 265
Decimal 170 171 181
Hex AA AB B5

RGB Percentages of Color #aaabb5

%32.57
%32.76
%34.67

CMYK Percentages of Color #aaabb5

%6
%6
%0
%29

Triadic Colors of #aaabb5

#aaabb5 #b5aaab #abb5aa

Analogous Colors of #aaabb5

#aaabb5 #afaab5 #aab1b5

Monochromatic Colors of #aaabb5

#aaabb5

Complementary Color

#aaabb5 #b5b4aa

#aaabb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabb5 Color CSS Codes

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

#aaabb5 Text Font Color

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

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


#aaabb5 Background Color

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

This div background color is #aaabb5


#aaabb5 Border Color

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

This div border color is #aaabb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabb5


Comments

No comments written yet.

Please login to write comment.