Color Hex Logo

#ad8bab Color Hex

#AD8BAB
(173,139,171)
0 Favorites   0 Comments

Color spaces of #ad8bab

RGB 173139171
HSL0.840.170.61
HSV304°20°68°
CMYK 0.000.200.01   0.32
XYZ33.816930.289742.5922
Yxy30.28970.31690.2839
Hunter Lab55.036113.3661-7.3590
CIE-Lab61.903418.5074-11.9532

#ad8bab color RGB value is (173,139,171).

#ad8bab hex color red value is 173, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ad8bab hue: 0.84 , saturation: 0.17 and the lightness value of ad8bab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 10101011
Octal 255 213 253
Decimal 173 139 171
Hex AD 8B AB

RGB Percentages of Color #ad8bab

%35.82
%28.78
%35.40

CMYK Percentages of Color #ad8bab

%0
%20
%1
%32

Triadic Colors of #ad8bab

#ad8bab #abad8b #8babad

Analogous Colors of #ad8bab

#ad8bab #ad8b9a #9e8bad

Monochromatic Colors of #ad8bab

#ad8bab

Complementary Color

#ad8bab #8bad8d

#ad8bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bab Color CSS Codes

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

#ad8bab Text Font Color

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

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


#ad8bab Background Color

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

This div background color is #ad8bab


#ad8bab Border Color

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

This div border color is #ad8bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bab


Comments

No comments written yet.

Please login to write comment.