Color Hex Logo

#ad951e Color Hex

#AD951E
(173,149,30)
0 Favorites   0 Comments

Color spaces of #ad951e

RGB 17314930
HSL0.140.700.40
HSV50°83°68°
CMYK 0.000.140.83   0.32
XYZ28.215430.47295.6230
Yxy30.47290.43870.4738
Hunter Lab55.2023-5.367732.6022
CIE-Lab62.0601-2.922560.1076

#ad951e color RGB value is (173,149,30).

#ad951e hex color red value is 173, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad951e hue: 0.14 , saturation: 0.70 and the lightness value of ad951e is 0.40.

The process color (four color CMYK) of #ad951e color hex is 0.00, 0.14, 0.83, 0.32. Web safe color of #ad951e is #999933. Color #ad951e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 00011110
Octal 255 225 36
Decimal 173 149 30
Hex AD 95 1E

RGB Percentages of Color #ad951e

%49.15
%42.33
%8.52

CMYK Percentages of Color #ad951e

%0
%14
%83
%32

Triadic Colors of #ad951e

#ad951e #1ead95 #951ead

Analogous Colors of #ad951e

#ad951e #7ead1e #ad4d1e

Monochromatic Colors of #ad951e

#ad951e

Complementary Color

#ad951e #1e36ad

#ad951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad951e Color CSS Codes

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

#ad951e Text Font Color

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

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


#ad951e Background Color

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

This div background color is #ad951e


#ad951e Border Color

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

This div border color is #ad951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad951e


Comments

No comments written yet.

Please login to write comment.