Color Hex Logo

#adad9d Color Hex

#ADAD9D
(173,173,157)
0 Favorites   0 Comments

Color spaces of #adad9d

RGB 173173157
HSL0.170.090.65
HSV60°68°
CMYK 0.000.000.09   0.32
XYZ38.263041.205737.8351
Yxy41.20570.32620.3513
Hunter Lab64.1917-5.93629.9881
CIE-Lab70.3198-2.87798.2198

#adad9d color RGB value is (173,173,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10011101
Octal 255 255 235
Decimal 173 173 157
Hex AD AD 9D

RGB Percentages of Color #adad9d

%34.39
%34.39
%31.21

CMYK Percentages of Color #adad9d

%0
%0
%9
%32

Triadic Colors of #adad9d

#adad9d #9dadad #ad9dad

Analogous Colors of #adad9d

#adad9d #a5ad9d #ada59d

Monochromatic Colors of #adad9d

#adad9d

Complementary Color

#adad9d #9d9dad

#adad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad9d Color CSS Codes

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

#adad9d Text Font Color

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

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


#adad9d Background Color

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

This div background color is #adad9d


#adad9d Border Color

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

This div border color is #adad9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adad9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad9d


Comments

No comments written yet.

Please login to write comment.