Color Hex Logo

#adad9f Color Hex

#ADAD9F
(173,173,159)
0 Favorites   0 Comments

Color spaces of #adad9f

RGB 173173159
HSL0.170.080.65
HSV60°68°
CMYK 0.000.000.08   0.32
XYZ38.435241.274638.7419
Yxy41.27460.32450.3485
Hunter Lab64.2453-5.64049.2180
CIE-Lab70.3679-2.53217.1883

#adad9f color RGB value is (173,173,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10011111
Octal 255 255 237
Decimal 173 173 159
Hex AD AD 9F

RGB Percentages of Color #adad9f

%34.26
%34.26
%31.49

CMYK Percentages of Color #adad9f

%0
%0
%8
%32

Triadic Colors of #adad9f

#adad9f #9fadad #ad9fad

Analogous Colors of #adad9f

#adad9f #a6ad9f #ada69f

Monochromatic Colors of #adad9f

#adad9f

Complementary Color

#adad9f #9f9fad

#adad9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad9f Color CSS Codes

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

#adad9f Text Font Color

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

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


#adad9f Background Color

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

This div background color is #adad9f


#adad9f Border Color

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

This div border color is #adad9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad9f


Comments

No comments written yet.

Please login to write comment.