Color Hex Logo

#abaaab Color Hex

#ABAAAB
(171,170,171)
0 Favorites   0 Comments

Color spaces of #abaaab

RGB 171170171
HSL0.830.010.67
HSV300°67°
CMYK 0.000.010.00   0.33
XYZ38.520040.347744.2857
Yxy40.34770.31280.3276
Hunter Lab63.5198-2.91293.1272
CIE-Lab69.71650.5474-0.3958

#abaaab color RGB value is (171,170,171).

#abaaab hex color red value is 171, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abaaab hue: 0.83 , saturation: 0.01 and the lightness value of abaaab is 0.67.

The process color (four color CMYK) of #abaaab color hex is 0.00, 0.01, 0.00, 0.33. Web safe color of #abaaab is #999999. Color #abaaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10101011
Octal 253 252 253
Decimal 171 170 171
Hex AB AA AB

RGB Percentages of Color #abaaab

%33.40
%33.20
%33.40

CMYK Percentages of Color #abaaab

%0
%1
%0
%33

Triadic Colors of #abaaab

#abaaab #ababaa #aaabab

Monochromatic Colors of #abaaab

#abaaab

Complementary Color

#abaaab #aaabaa

#abaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaab Color CSS Codes

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

#abaaab Text Font Color

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

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


#abaaab Background Color

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

This div background color is #abaaab


#abaaab Border Color

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

This div border color is #abaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaab

#abaaab Color Palettes


Comments

No comments written yet.

Please login to write comment.