Color Hex Logo

#ad901d Color Hex

#AD901D
(173,144,29)
0 Favorites   0 Comments

Color spaces of #ad901d

RGB 17314429
HSL0.130.710.40
HSV48°83°68°
CMYK 0.000.170.83   0.32
XYZ27.428628.91955.2988
Yxy28.91950.44490.4691
Hunter Lab53.7769-3.066531.8018
CIE-Lab60.7105-0.234859.2405

#ad901d color RGB value is (173,144,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00011101
Octal 255 220 35
Decimal 173 144 29
Hex AD 90 1D

RGB Percentages of Color #ad901d

%50.00
%41.62
%8.38

CMYK Percentages of Color #ad901d

%0
%17
%83
%32

Triadic Colors of #ad901d

#ad901d #1dad90 #901dad

Analogous Colors of #ad901d

#ad901d #82ad1d #ad481d

Monochromatic Colors of #ad901d

#ad901d

Complementary Color

#ad901d #1d3aad

#ad901d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad901d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad901d Color CSS Codes

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

#ad901d Text Font Color

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

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


#ad901d Background Color

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

This div background color is #ad901d


#ad901d Border Color

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

This div border color is #ad901d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad901d


Comments

No comments written yet.

Please login to write comment.