Color Hex Logo

#ad900b Color Hex

#AD900B
(173,144,11)
0 Favorites   0 Comments

Color spaces of #ad900b

RGB 17314411
HSL0.140.880.36
HSV49°94°68°
CMYK 0.000.170.94   0.32
XYZ27.267228.85494.4490
Yxy28.85490.45020.4764
Hunter Lab53.7168-3.395832.6911
CIE-Lab60.6534-0.637863.2750

#ad900b color RGB value is (173,144,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00001011
Octal 255 220 13
Decimal 173 144 11
Hex AD 90 B

RGB Percentages of Color #ad900b

%52.74
%43.90
%3.35

CMYK Percentages of Color #ad900b

%0
%17
%94
%32

Triadic Colors of #ad900b

#ad900b #0bad90 #900bad

Analogous Colors of #ad900b

#ad900b #79ad0b #ad3f0b

Monochromatic Colors of #ad900b

#ad900b

Complementary Color

#ad900b #0b28ad

#ad900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad900b Color CSS Codes

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

#ad900b Text Font Color

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

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


#ad900b Background Color

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

This div background color is #ad900b


#ad900b Border Color

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

This div border color is #ad900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad900b


Comments

No comments written yet.

Please login to write comment.