Color Hex Logo

#adad3e Color Hex

#ADAD3E
(173,173,62)
0 Favorites   0 Comments

Color spaces of #adad3e

RGB 17317362
HSL0.170.470.46
HSV60°64°68°
CMYK 0.000.000.64   0.32
XYZ33.046739.119210.3664
Yxy39.11920.40040.4740
Hunter Lab62.5453-15.141433.9549
CIE-Lab68.8375-14.091654.9474

#adad3e color RGB value is (173,173,62).

#adad3e hex color red value is 173, green value is 173 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #adad3e hue: 0.17 , saturation: 0.47 and the lightness value of adad3e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00111110
Octal 255 255 76
Decimal 173 173 62
Hex AD AD 3E

RGB Percentages of Color #adad3e

%42.40
%42.40
%15.20

CMYK Percentages of Color #adad3e

%0
%0
%64
%32

Triadic Colors of #adad3e

#adad3e #3eadad #ad3ead

Analogous Colors of #adad3e

#adad3e #76ad3e #ad763e

Monochromatic Colors of #adad3e

#adad3e

Complementary Color

#adad3e #3e3ead

#adad3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad3e Color CSS Codes

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

#adad3e Text Font Color

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

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


#adad3e Background Color

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

This div background color is #adad3e


#adad3e Border Color

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

This div border color is #adad3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad3e


Comments

No comments written yet.

Please login to write comment.