Color Hex Logo

#adad4e Color Hex

#ADAD4E
(173,173,78)
0 Favorites   0 Comments

Color spaces of #adad4e

RGB 17317378
HSL0.170.380.49
HSV60°55°68°
CMYK 0.000.000.55   0.32
XYZ33.552339.321413.0291
Yxy39.32140.39060.4577
Hunter Lab62.7068-14.227531.5756
CIE-Lab68.9834-12.936647.9675

#adad4e color RGB value is (173,173,78).

#adad4e hex color red value is 173, green value is 173 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #adad4e hue: 0.17 , saturation: 0.38 and the lightness value of adad4e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01001110
Octal 255 255 116
Decimal 173 173 78
Hex AD AD 4E

RGB Percentages of Color #adad4e

%40.80
%40.80
%18.40

CMYK Percentages of Color #adad4e

%0
%0
%55
%32

Triadic Colors of #adad4e

#adad4e #4eadad #ad4ead

Analogous Colors of #adad4e

#adad4e #7ead4e #ad7e4e

Monochromatic Colors of #adad4e

#adad4e

Complementary Color

#adad4e #4e4ead

#adad4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad4e Color CSS Codes

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

#adad4e Text Font Color

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

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


#adad4e Background Color

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

This div background color is #adad4e


#adad4e Border Color

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

This div border color is #adad4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad4e


Comments

No comments written yet.

Please login to write comment.