Color Hex Logo

#ad999d Color Hex

#AD999D
(173,153,157)
0 Favorites   0 Comments

Color spaces of #ad999d

RGB 173153157
HSL0.970.110.64
HSV348°12°68°
CMYK 0.000.120.09   0.32
XYZ34.710634.101036.6510
Yxy34.10100.32910.3233
Hunter Lab58.39613.90723.6652
CIE-Lab65.04278.07000.6037

#ad999d color RGB value is (173,153,157).

#ad999d hex color red value is 173, green value is 153 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ad999d hue: 0.97 , saturation: 0.11 and the lightness value of ad999d is 0.64.

The process color (four color CMYK) of #ad999d color hex is 0.00, 0.12, 0.09, 0.32. Web safe color of #ad999d is #999999. Color #ad999d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 10011101
Octal 255 231 235
Decimal 173 153 157
Hex AD 99 9D

RGB Percentages of Color #ad999d

%35.82
%31.68
%32.51

CMYK Percentages of Color #ad999d

%0
%12
%9
%32

Triadic Colors of #ad999d

#ad999d #9dad99 #999dad

Analogous Colors of #ad999d

#ad999d #ad9f99 #ad99a7

Monochromatic Colors of #ad999d

#ad999d

Complementary Color

#ad999d #99ada9

#ad999d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad999d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad999d Color CSS Codes

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

#ad999d Text Font Color

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

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


#ad999d Background Color

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

This div background color is #ad999d


#ad999d Border Color

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

This div border color is #ad999d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad999d


Comments

No comments written yet.

Please login to write comment.