Color Hex Logo

#ad999e Color Hex

#AD999E
(173,153,158)
0 Favorites   0 Comments

Color spaces of #ad999e

RGB 173153158
HSL0.960.110.64
HSV345°12°68°
CMYK 0.000.120.09   0.32
XYZ34.796434.135337.1026
Yxy34.13530.32820.3219
Hunter Lab58.42544.06473.2462
CIE-Lab65.06988.24710.0815

#ad999e color RGB value is (173,153,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 10011110
Octal 255 231 236
Decimal 173 153 158
Hex AD 99 9E

RGB Percentages of Color #ad999e

%35.74
%31.61
%32.64

CMYK Percentages of Color #ad999e

%0
%12
%9
%32

Triadic Colors of #ad999e

#ad999e #9ead99 #999ead

Analogous Colors of #ad999e

#ad999e #ad9e99 #ad99a8

Monochromatic Colors of #ad999e

#ad999e

Complementary Color

#ad999e #99ada8

#ad999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad999e Color CSS Codes

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

#ad999e Text Font Color

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

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


#ad999e Background Color

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

This div background color is #ad999e


#ad999e Border Color

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

This div border color is #ad999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad999e


Comments

No comments written yet.

Please login to write comment.