Color Hex Logo

#ad941a Color Hex

#AD941A
(173,148,26)
0 Favorites   0 Comments

Color spaces of #ad941a

RGB 17314826
HSL0.140.740.39
HSV50°85°68°
CMYK 0.000.140.85   0.32
XYZ28.009930.13865.3183
Yxy30.13860.44130.4749
Hunter Lab54.8986-4.999932.6853
CIE-Lab61.7736-2.499360.9840

#ad941a color RGB value is (173,148,26).

#ad941a hex color red value is 173, green value is 148 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad941a hue: 0.14 , saturation: 0.74 and the lightness value of ad941a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 00011010
Octal 255 224 32
Decimal 173 148 26
Hex AD 94 1A

RGB Percentages of Color #ad941a

%49.86
%42.65
%7.49

CMYK Percentages of Color #ad941a

%0
%14
%85
%32

Triadic Colors of #ad941a

#ad941a #1aad94 #941aad

Analogous Colors of #ad941a

#ad941a #7dad1a #ad4b1a

Monochromatic Colors of #ad941a

#ad941a

Complementary Color

#ad941a #1a33ad

#ad941a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad941a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad941a Color CSS Codes

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

#ad941a Text Font Color

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

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


#ad941a Background Color

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

This div background color is #ad941a


#ad941a Border Color

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

This div border color is #ad941a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad941a


Comments

No comments written yet.

Please login to write comment.