Color Hex Logo

#ad994b Color Hex

#AD994B
(173,153,75)
0 Favorites   0 Comments

Color spaces of #ad994b

RGB 17315375
HSL0.130.400.49
HSV48°57°68°
CMYK 0.000.120.57   0.32
XYZ29.894832.174711.2913
Yxy32.17470.40750.4386
Hunter Lab56.7227-5.189327.9036
CIE-Lab63.4870-2.582443.0833

#ad994b color RGB value is (173,153,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 01001011
Octal 255 231 113
Decimal 173 153 75
Hex AD 99 4B

RGB Percentages of Color #ad994b

%43.14
%38.15
%18.70

CMYK Percentages of Color #ad994b

%0
%12
%57
%32

Triadic Colors of #ad994b

#ad994b #4bad99 #994bad

Analogous Colors of #ad994b

#ad994b #90ad4b #ad684b

Monochromatic Colors of #ad994b

#ad994b

Complementary Color

#ad994b #4b5fad

#ad994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad994b Color CSS Codes

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

#ad994b Text Font Color

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

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


#ad994b Background Color

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

This div background color is #ad994b


#ad994b Border Color

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

This div border color is #ad994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad994b


Comments

No comments written yet.

Please login to write comment.