Color Hex Logo

#ad9909 Color Hex

#AD9909
(173,153,9)
0 Favorites   0 Comments

Color spaces of #ad9909

RGB 1731539
HSL0.150.900.36
HSV53°95°68°
CMYK 0.000.120.95   0.32
XYZ28.674131.68644.8632
Yxy31.68640.43960.4858
Hunter Lab56.2907-7.582034.2811
CIE-Lab63.0828-5.533065.3891

#ad9909 color RGB value is (173,153,9).

#ad9909 hex color red value is 173, green value is 153 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ad9909 hue: 0.15 , saturation: 0.90 and the lightness value of ad9909 is 0.36.

The process color (four color CMYK) of #ad9909 color hex is 0.00, 0.12, 0.95, 0.32. Web safe color of #ad9909 is #999900. Color #ad9909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 00001001
Octal 255 231 11
Decimal 173 153 9
Hex AD 99 9

RGB Percentages of Color #ad9909

%51.64
%45.67
%2.69

CMYK Percentages of Color #ad9909

%0
%12
%95
%32

Triadic Colors of #ad9909

#ad9909 #09ad99 #9909ad

Analogous Colors of #ad9909

#ad9909 #6fad09 #ad4709

Monochromatic Colors of #ad9909

#ad9909

Complementary Color

#ad9909 #091dad

#ad9909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9909 Color CSS Codes

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

#ad9909 Text Font Color

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

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


#ad9909 Background Color

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

This div background color is #ad9909


#ad9909 Border Color

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

This div border color is #ad9909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9909


Comments

No comments written yet.

Please login to write comment.