Color Hex Logo

#ad898e Color Hex

#AD898E
(173,137,142)
0 Favorites   0 Comments

Color spaces of #ad898e

RGB 173137142
HSL0.980.180.61
HSV352°21°68°
CMYK 0.000.210.18   0.32
XYZ31.061728.728629.4992
Yxy28.72860.34790.3217
Hunter Lab53.59919.64584.8880
CIE-Lab60.541414.48232.5542

#ad898e color RGB value is (173,137,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 10001110
Octal 255 211 216
Decimal 173 137 142
Hex AD 89 8E

RGB Percentages of Color #ad898e

%38.27
%30.31
%31.42

CMYK Percentages of Color #ad898e

%0
%21
%18
%32

Triadic Colors of #ad898e

#ad898e #8ead89 #898ead

Analogous Colors of #ad898e

#ad898e #ad9689 #ad89a0

Monochromatic Colors of #ad898e

#ad898e

Complementary Color

#ad898e #89ada8

#ad898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad898e Color CSS Codes

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

#ad898e Text Font Color

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

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


#ad898e Background Color

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

This div background color is #ad898e


#ad898e Border Color

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

This div border color is #ad898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad898e


Comments

No comments written yet.

Please login to write comment.