Color Hex Logo

#ad8caa Color Hex

#AD8CAA
(173,140,170)
0 Favorites   0 Comments

Color spaces of #ad8caa

RGB 173140170
HSL0.850.170.61
HSV305°19°68°
CMYK 0.000.190.02   0.32
XYZ33.867430.542742.1405
Yxy30.54270.31790.2866
Hunter Lab55.265512.6726-6.5234
CIE-Lab62.119717.7513-11.0613

#ad8caa color RGB value is (173,140,170).

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

The process color (four color CMYK) of #ad8caa color hex is 0.00, 0.19, 0.02, 0.32. Web safe color of #ad8caa is #999999. Color #ad8caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 10101010
Octal 255 214 252
Decimal 173 140 170
Hex AD 8C AA

RGB Percentages of Color #ad8caa

%35.82
%28.99
%35.20

CMYK Percentages of Color #ad8caa

%0
%19
%2
%32

Triadic Colors of #ad8caa

#ad8caa #aaad8c #8caaad

Analogous Colors of #ad8caa

#ad8caa #ad8c9a #a08cad

Monochromatic Colors of #ad8caa

#ad8caa

Complementary Color

#ad8caa #8cad8f

#ad8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8caa Color CSS Codes

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

#ad8caa Text Font Color

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

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


#ad8caa Background Color

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

This div background color is #ad8caa


#ad8caa Border Color

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

This div border color is #ad8caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8caa


Comments

No comments written yet.

Please login to write comment.