Color Hex Logo

#ad971b Color Hex

#AD971B
(173,151,27)
0 Favorites   0 Comments

Color spaces of #ad971b

RGB 17315127
HSL0.140.730.39
HSV51°84°68°
CMYK 0.000.130.84   0.32
XYZ28.498031.09665.5371
Yxy31.09660.43750.4774
Hunter Lab55.7643-6.366333.1478
CIE-Lab62.5891-4.092661.4008

#ad971b color RGB value is (173,151,27).

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

The process color (four color CMYK) of #ad971b color hex is 0.00, 0.13, 0.84, 0.32. Web safe color of #ad971b is #999933. Color #ad971b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 00011011
Octal 255 227 33
Decimal 173 151 27
Hex AD 97 1B

RGB Percentages of Color #ad971b

%49.29
%43.02
%7.69

CMYK Percentages of Color #ad971b

%0
%13
%84
%32

Triadic Colors of #ad971b

#ad971b #1bad97 #971bad

Analogous Colors of #ad971b

#ad971b #7aad1b #ad4e1b

Monochromatic Colors of #ad971b

#ad971b

Complementary Color

#ad971b #1b31ad

#ad971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad971b Color CSS Codes

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

#ad971b Text Font Color

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

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


#ad971b Background Color

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

This div background color is #ad971b


#ad971b Border Color

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

This div border color is #ad971b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad971b


Comments

No comments written yet.

Please login to write comment.