Color Hex Logo

#ad9da6 Color Hex

#AD9DA6
(173,157,166)
0 Favorites   0 Comments

Color spaces of #ad9da6

RGB 173157166
HSL0.910.090.65
HSV326°68°
CMYK 0.000.090.04   0.32
XYZ36.173535.751441.0705
Yxy35.75140.32010.3164
Hunter Lab59.79253.35281.1294
CIE-Lab66.32957.4750-2.5588

#ad9da6 color RGB value is (173,157,166).

#ad9da6 hex color red value is 173, green value is 157 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ad9da6 hue: 0.91 , saturation: 0.09 and the lightness value of ad9da6 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 10100110
Octal 255 235 246
Decimal 173 157 166
Hex AD 9D A6

RGB Percentages of Color #ad9da6

%34.88
%31.65
%33.47

CMYK Percentages of Color #ad9da6

%0
%9
%4
%32

Triadic Colors of #ad9da6

#ad9da6 #a6ad9d #9da6ad

Analogous Colors of #ad9da6

#ad9da6 #ad9d9e #ac9dad

Monochromatic Colors of #ad9da6

#ad9da6

Complementary Color

#ad9da6 #9dada4

#ad9da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9da6 Color CSS Codes

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

#ad9da6 Text Font Color

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

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


#ad9da6 Background Color

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

This div background color is #ad9da6


#ad9da6 Border Color

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

This div border color is #ad9da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9da6


Comments

No comments written yet.

Please login to write comment.