Color Hex Logo

#adac49 Color Hex

#ADAC49
(173,172,73)
0 Favorites   0 Comments

Color spaces of #adac49

RGB 17317273
HSL0.170.410.48
HSV59°58°68°
CMYK 0.000.010.58   0.32
XYZ33.188738.870312.0568
Yxy38.87030.39460.4621
Hunter Lab62.3461-14.084632.1764
CIE-Lab68.6572-12.811649.9203

#adac49 color RGB value is (173,172,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01001001
Octal 255 254 111
Decimal 173 172 73
Hex AD AC 49

RGB Percentages of Color #adac49

%41.39
%41.15
%17.46

CMYK Percentages of Color #adac49

%0
%1
%58
%32

Triadic Colors of #adac49

#adac49 #49adac #ac49ad

Analogous Colors of #adac49

#adac49 #7cad49 #ad7a49

Monochromatic Colors of #adac49

#adac49

Complementary Color

#adac49 #494aad

#adac49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac49 Color CSS Codes

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

#adac49 Text Font Color

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

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


#adac49 Background Color

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

This div background color is #adac49


#adac49 Border Color

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

This div border color is #adac49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac49


Comments

No comments written yet.

Please login to write comment.