Color Hex Logo

#adac4b Color Hex

#ADAC4B
(173,172,75)
0 Favorites   0 Comments

Color spaces of #adac4b

RGB 17317275
HSL0.160.400.49
HSV59°57°68°
CMYK 0.000.010.57   0.32
XYZ33.256138.897312.4118
Yxy38.89730.39330.4600
Hunter Lab62.3677-13.962631.8581
CIE-Lab68.6768-12.657849.0206

#adac4b color RGB value is (173,172,75).

#adac4b hex color red value is 173, green value is 172 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #adac4b hue: 0.16 , saturation: 0.40 and the lightness value of adac4b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 01001011
Octal 255 254 113
Decimal 173 172 75
Hex AD AC 4B

RGB Percentages of Color #adac4b

%41.19
%40.95
%17.86

CMYK Percentages of Color #adac4b

%0
%1
%57
%32

Triadic Colors of #adac4b

#adac4b #4badac #ac4bad

Analogous Colors of #adac4b

#adac4b #7dad4b #ad7b4b

Monochromatic Colors of #adac4b

#adac4b

Complementary Color

#adac4b #4b4cad

#adac4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac4b Color CSS Codes

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

#adac4b Text Font Color

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

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


#adac4b Background Color

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

This div background color is #adac4b


#adac4b Border Color

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

This div border color is #adac4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac4b


Comments

No comments written yet.

Please login to write comment.