Color Hex Logo

#aaabb6 Color Hex

#AAABB6
(170,171,182)
1 Favorites   0 Comments

Color spaces of #aaabb6

RGB 170171182
HSL0.650.080.69
HSV235°71°
CMYK 0.070.060.00   0.29
XYZ39.584041.049350.0930
Yxy41.04930.30280.3140
Hunter Lab64.0697-1.8399-1.5072
CIE-Lab70.21041.7942-5.7572

#aaabb6 color RGB value is (170,171,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10110110
Octal 252 253 266
Decimal 170 171 182
Hex AA AB B6

RGB Percentages of Color #aaabb6

%32.50
%32.70
%34.80

CMYK Percentages of Color #aaabb6

%7
%6
%0
%29

Triadic Colors of #aaabb6

#aaabb6 #b6aaab #abb6aa

Analogous Colors of #aaabb6

#aaabb6 #afaab6 #aab1b6

Monochromatic Colors of #aaabb6

#aaabb6

Complementary Color

#aaabb6 #b6b5aa

#aaabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabb6 Color CSS Codes

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

#aaabb6 Text Font Color

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

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


#aaabb6 Background Color

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

This div background color is #aaabb6


#aaabb6 Border Color

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

This div border color is #aaabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabb6


Comments

No comments written yet.

Please login to write comment.