Color Hex Logo

#adac19 Color Hex

#ADAC19
(173,172,25)
0 Favorites   0 Comments

Color spaces of #adac19

RGB 17317225
HSL0.170.750.39
HSV60°86°68°
CMYK 0.000.010.86   0.32
XYZ32.161638.45956.6480
Yxy38.45950.41620.4977
Hunter Lab62.0157-15.956737.0552
CIE-Lab68.3579-15.191766.6905

#adac19 color RGB value is (173,172,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 00011001
Octal 255 254 31
Decimal 173 172 25
Hex AD AC 19

RGB Percentages of Color #adac19

%46.76
%46.49
%6.76

CMYK Percentages of Color #adac19

%0
%1
%86
%32

Triadic Colors of #adac19

#adac19 #19adac #ac19ad

Analogous Colors of #adac19

#adac19 #64ad19 #ad6219

Monochromatic Colors of #adac19

#adac19

Complementary Color

#adac19 #191aad

#adac19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac19 Color CSS Codes

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

#adac19 Text Font Color

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

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


#adac19 Background Color

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

This div background color is #adac19


#adac19 Border Color

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

This div border color is #adac19


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,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 #adac19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac19


Comments

No comments written yet.

Please login to write comment.