Color Hex Logo

#adad86 Color Hex

#ADAD86
(173,173,134)
0 Favorites   0 Comments

Color spaces of #adad86

RGB 173173134
HSL0.170.190.60
HSV60°23°68°
CMYK 0.000.000.23   0.32
XYZ36.480240.492628.4474
Yxy40.49260.34600.3841
Hunter Lab63.6338-9.028118.0381
CIE-Lab69.8190-6.544420.1068

#adad86 color RGB value is (173,173,134).

#adad86 hex color red value is 173, green value is 173 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #adad86 hue: 0.17 , saturation: 0.19 and the lightness value of adad86 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10000110
Octal 255 255 206
Decimal 173 173 134
Hex AD AD 86

RGB Percentages of Color #adad86

%36.04
%36.04
%27.92

CMYK Percentages of Color #adad86

%0
%0
%23
%32

Triadic Colors of #adad86

#adad86 #86adad #ad86ad

Analogous Colors of #adad86

#adad86 #9aad86 #ad9a86

Monochromatic Colors of #adad86

#adad86

Complementary Color

#adad86 #8686ad

#adad86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad86 Color CSS Codes

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

#adad86 Text Font Color

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

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


#adad86 Background Color

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

This div background color is #adad86


#adad86 Border Color

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

This div border color is #adad86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad86


Comments

No comments written yet.

Please login to write comment.