Color Hex Logo

#adad7f Color Hex

#ADAD7F
(173,173,127)
0 Favorites   0 Comments

Color spaces of #adad7f

RGB 173173127
HSL0.170.220.59
HSV60°27°68°
CMYK 0.000.000.27   0.32
XYZ36.007940.303725.9602
Yxy40.30370.35210.3941
Hunter Lab63.4852-9.856420.1949
CIE-Lab69.6853-7.543223.7168

#adad7f color RGB value is (173,173,127).

#adad7f hex color red value is 173, green value is 173 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #adad7f hue: 0.17 , saturation: 0.22 and the lightness value of adad7f is 0.59.

The process color (four color CMYK) of #adad7f color hex is 0.00, 0.00, 0.27, 0.32. Web safe color of #adad7f is #999966. Color #adad7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01111111
Octal 255 255 177
Decimal 173 173 127
Hex AD AD 7F

RGB Percentages of Color #adad7f

%36.58
%36.58
%26.85

CMYK Percentages of Color #adad7f

%0
%0
%27
%32

Triadic Colors of #adad7f

#adad7f #7fadad #ad7fad

Analogous Colors of #adad7f

#adad7f #96ad7f #ad967f

Monochromatic Colors of #adad7f

#adad7f

Complementary Color

#adad7f #7f7fad

#adad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad7f Color CSS Codes

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

#adad7f Text Font Color

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

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


#adad7f Background Color

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

This div background color is #adad7f


#adad7f Border Color

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

This div border color is #adad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad7f


Comments

No comments written yet.

Please login to write comment.