Color Hex Logo

#ad888d Color Hex

#AD888D
(173,136,141)
0 Favorites   0 Comments

Color spaces of #ad888d

RGB 173136141
HSL0.980.180.61
HSV352°21°68°
CMYK 0.000.210.18   0.32
XYZ30.845528.415629.0583
Yxy28.41560.34920.3217
Hunter Lab53.306310.00244.9943
CIE-Lab60.262414.88402.7212

#ad888d color RGB value is (173,136,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 10001101
Octal 255 210 215
Decimal 173 136 141
Hex AD 88 8D

RGB Percentages of Color #ad888d

%38.44
%30.22
%31.33

CMYK Percentages of Color #ad888d

%0
%21
%18
%32

Triadic Colors of #ad888d

#ad888d #8dad88 #888dad

Analogous Colors of #ad888d

#ad888d #ad9688 #ad88a0

Monochromatic Colors of #ad888d

#ad888d

Complementary Color

#ad888d #88ada8

#ad888d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad888d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad888d Color CSS Codes

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

#ad888d Text Font Color

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

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


#ad888d Background Color

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

This div background color is #ad888d


#ad888d Border Color

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

This div border color is #ad888d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad888d


Comments

No comments written yet.

Please login to write comment.