Color Hex Logo

#ad9589 Color Hex

#AD9589
(173,149,137)
0 Favorites   0 Comments

Color spaces of #ad9589

RGB 173149137
HSL0.060.180.61
HSV20°21°68°
CMYK 0.000.140.21   0.32
XYZ32.496432.185328.1665
Yxy32.18530.35000.3466
Hunter Lab56.73212.964510.2760
CIE-Lab63.49576.97089.6269

#ad9589 color RGB value is (173,149,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10001001
Octal 255 225 211
Decimal 173 149 137
Hex AD 95 89

RGB Percentages of Color #ad9589

%37.69
%32.46
%29.85

CMYK Percentages of Color #ad9589

%0
%14
%21
%32

Triadic Colors of #ad9589

#ad9589 #89ad95 #9589ad

Analogous Colors of #ad9589

#ad9589 #ada789 #ad898f

Monochromatic Colors of #ad9589

#ad9589

Complementary Color

#ad9589 #89a1ad

#ad9589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9589 Color CSS Codes

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

#ad9589 Text Font Color

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

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


#ad9589 Background Color

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

This div background color is #ad9589


#ad9589 Border Color

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

This div border color is #ad9589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9589


Comments

No comments written yet.

Please login to write comment.