Color Hex Logo

#ad900f Color Hex

#AD900F
(173,144,15)
0 Favorites   0 Comments

Color spaces of #ad900f

RGB 17314415
HSL0.140.840.37
HSV49°91°68°
CMYK 0.000.170.91   0.32
XYZ27.293128.86524.5850
Yxy28.86520.44930.4752
Hunter Lab53.7263-3.342732.5486
CIE-Lab60.6625-0.572762.5958

#ad900f color RGB value is (173,144,15).

#ad900f hex color red value is 173, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad900f hue: 0.14 , saturation: 0.84 and the lightness value of ad900f is 0.37.

The process color (four color CMYK) of #ad900f color hex is 0.00, 0.17, 0.91, 0.32. Web safe color of #ad900f is #999900. Color #ad900f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00001111
Octal 255 220 17
Decimal 173 144 15
Hex AD 90 F

RGB Percentages of Color #ad900f

%52.11
%43.37
%4.52

CMYK Percentages of Color #ad900f

%0
%17
%91
%32

Triadic Colors of #ad900f

#ad900f #0fad90 #900fad

Analogous Colors of #ad900f

#ad900f #7bad0f #ad410f

Monochromatic Colors of #ad900f

#ad900f

Complementary Color

#ad900f #0f2cad

#ad900f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad900f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad900f Color CSS Codes

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

#ad900f Text Font Color

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

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


#ad900f Background Color

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

This div background color is #ad900f


#ad900f Border Color

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

This div border color is #ad900f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad900f


Comments

No comments written yet.

Please login to write comment.