Color Hex Logo

#ad8993 Color Hex

#AD8993
(173,137,147)
0 Favorites   0 Comments

Color spaces of #ad8993

RGB 173137147
HSL0.950.180.61
HSV343°21°68°
CMYK 0.000.210.15   0.32
XYZ31.445728.882131.5212
Yxy28.88210.34240.3145
Hunter Lab53.742110.39582.8442
CIE-Lab60.677415.3092-0.1029

#ad8993 color RGB value is (173,137,147).

#ad8993 hex color red value is 173, green value is 137 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ad8993 hue: 0.95 , saturation: 0.18 and the lightness value of ad8993 is 0.61.

The process color (four color CMYK) of #ad8993 color hex is 0.00, 0.21, 0.15, 0.32. Web safe color of #ad8993 is #999999. Color #ad8993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 10010011
Octal 255 211 223
Decimal 173 137 147
Hex AD 89 93

RGB Percentages of Color #ad8993

%37.86
%29.98
%32.17

CMYK Percentages of Color #ad8993

%0
%21
%15
%32

Triadic Colors of #ad8993

#ad8993 #93ad89 #8993ad

Analogous Colors of #ad8993

#ad8993 #ad9189 #ad89a5

Monochromatic Colors of #ad8993

#ad8993

Complementary Color

#ad8993 #89ada3

#ad8993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8993 Color CSS Codes

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

#ad8993 Text Font Color

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

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


#ad8993 Background Color

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

This div background color is #ad8993


#ad8993 Border Color

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

This div border color is #ad8993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8993

#ad8993 Color Palettes


Comments

No comments written yet.

Please login to write comment.