Color Hex Logo

#adad19 Color Hex

#ADAD19
(173,173,25)
0 Favorites   0 Comments

Color spaces of #adad19

RGB 17317325
HSL0.170.750.39
HSV60°86°68°
CMYK 0.000.000.86   0.32
XYZ32.352638.84166.7117
Yxy38.84160.41530.4986
Hunter Lab62.3230-16.403937.2411
CIE-Lab68.6364-15.703666.9199

#adad19 color RGB value is (173,173,25).

#adad19 hex color red value is 173, green value is 173 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #adad19 hue: 0.17 , saturation: 0.75 and the lightness value of adad19 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00011001
Octal 255 255 31
Decimal 173 173 25
Hex AD AD 19

RGB Percentages of Color #adad19

%46.63
%46.63
%6.74

CMYK Percentages of Color #adad19

%0
%0
%86
%32

Triadic Colors of #adad19

#adad19 #19adad #ad19ad

Analogous Colors of #adad19

#adad19 #63ad19 #ad6319

Monochromatic Colors of #adad19

#adad19

Complementary Color

#adad19 #1919ad

#adad19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad19 Color CSS Codes

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

#adad19 Text Font Color

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

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


#adad19 Background Color

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

This div background color is #adad19


#adad19 Border Color

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

This div border color is #adad19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad19


Comments

No comments written yet.

Please login to write comment.