Color Hex Logo

#adad76 Color Hex

#ADAD76
(173,173,118)
0 Favorites   0 Comments

Color spaces of #adad76

RGB 173173118
HSL0.170.250.57
HSV60°32°68°
CMYK 0.000.000.32   0.32
XYZ35.447240.079423.0074
Yxy40.07940.35970.4068
Hunter Lab63.3083-10.844922.7687
CIE-Lab69.5260-8.744528.3347

#adad76 color RGB value is (173,173,118).

#adad76 hex color red value is 173, green value is 173 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #adad76 hue: 0.17 , saturation: 0.25 and the lightness value of adad76 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01110110
Octal 255 255 166
Decimal 173 173 118
Hex AD AD 76

RGB Percentages of Color #adad76

%37.28
%37.28
%25.43

CMYK Percentages of Color #adad76

%0
%0
%32
%32

Triadic Colors of #adad76

#adad76 #76adad #ad76ad

Analogous Colors of #adad76

#adad76 #92ad76 #ad9276

Monochromatic Colors of #adad76

#adad76

Complementary Color

#adad76 #7676ad

#adad76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad76 Color CSS Codes

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

#adad76 Text Font Color

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

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


#adad76 Background Color

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

This div background color is #adad76


#adad76 Border Color

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

This div border color is #adad76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad76


Comments

No comments written yet.

Please login to write comment.