Color Hex Logo

#aba8ad Color Hex

#ABA8AD
(171,168,173)
0 Favorites   0 Comments

Color spaces of #aba8ad

RGB 171168173
HSL0.770.030.67
HSV276°68°
CMYK 0.010.030.00   0.32
XYZ38.340039.680345.1735
Yxy39.68030.31120.3221
Hunter Lab62.9923-1.59331.5761
CIE-Lab69.24122.0187-2.1989

#aba8ad color RGB value is (171,168,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10101101
Octal 253 250 255
Decimal 171 168 173
Hex AB A8 AD

RGB Percentages of Color #aba8ad

%33.40
%32.81
%33.79

CMYK Percentages of Color #aba8ad

%1
%3
%0
%32

Triadic Colors of #aba8ad

#aba8ad #adaba8 #a8adab

Analogous Colors of #aba8ad

#aba8ad #ada8ad #a9a8ad

Monochromatic Colors of #aba8ad

#aba8ad

Complementary Color

#aba8ad #aaada8

#aba8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8ad Color CSS Codes

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

#aba8ad Text Font Color

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

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


#aba8ad Background Color

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

This div background color is #aba8ad


#aba8ad Border Color

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

This div border color is #aba8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8ad


Comments

No comments written yet.

Please login to write comment.