Color Hex Logo

#aba5ad Color Hex

#ABA5AD
(171,165,173)
0 Favorites   0 Comments

Color spaces of #aba5ad

RGB 171165173
HSL0.790.050.66
HSV285°68°
CMYK 0.010.050.00   0.32
XYZ37.792538.585344.9910
Yxy38.58530.31140.3179
Hunter Lab62.1171-0.10410.5386
CIE-Lab68.44983.6630-3.3622

#aba5ad color RGB value is (171,165,173).

#aba5ad hex color red value is 171, green value is 165 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aba5ad hue: 0.79 , saturation: 0.05 and the lightness value of aba5ad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 10101101
Octal 253 245 255
Decimal 171 165 173
Hex AB A5 AD

RGB Percentages of Color #aba5ad

%33.60
%32.42
%33.99

CMYK Percentages of Color #aba5ad

%1
%5
%0
%32

Triadic Colors of #aba5ad

#aba5ad #adaba5 #a5adab

Analogous Colors of #aba5ad

#aba5ad #ada5ab #a7a5ad

Monochromatic Colors of #aba5ad

#aba5ad

Complementary Color

#aba5ad #a7ada5

#aba5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba5ad Color CSS Codes

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

#aba5ad Text Font Color

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

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


#aba5ad Background Color

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

This div background color is #aba5ad


#aba5ad Border Color

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

This div border color is #aba5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba5ad


Comments

No comments written yet.

Please login to write comment.