Color Hex Logo

#abaaad Color Hex

#ABAAAD
(171,170,173)
0 Favorites   0 Comments

Color spaces of #abaaad

RGB 171170173
HSL0.720.020.67
HSV260°68°
CMYK 0.010.020.00   0.32
XYZ38.712140.424545.2975
Yxy40.42450.31110.3249
Hunter Lab63.5803-2.58222.2653
CIE-Lab69.77080.9272-1.4221

#abaaad color RGB value is (171,170,173).

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

The process color (four color CMYK) of #abaaad color hex is 0.01, 0.02, 0.00, 0.32. Web safe color of #abaaad is #999999. Color #abaaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10101101
Octal 253 252 255
Decimal 171 170 173
Hex AB AA AD

RGB Percentages of Color #abaaad

%33.27
%33.07
%33.66

CMYK Percentages of Color #abaaad

%1
%2
%0
%32

Triadic Colors of #abaaad

#abaaad #adabaa #aaadab

Analogous Colors of #abaaad

#abaaad #adaaad #aaabad

Monochromatic Colors of #abaaad

#abaaad

Complementary Color

#abaaad #acadaa

#abaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaad Color CSS Codes

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

#abaaad Text Font Color

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

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


#abaaad Background Color

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

This div background color is #abaaad


#abaaad Border Color

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

This div border color is #abaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaad


Comments

No comments written yet.

Please login to write comment.