Color Hex Logo

#ada709 Color Hex

#ADA709
(173,167,9)
0 Favorites   0 Comments

Color spaces of #ada709

RGB 1731679
HSL0.160.900.36
HSV58°95°68°
CMYK 0.000.030.95   0.32
XYZ31.101636.54145.6724
Yxy36.54140.42420.4984
Hunter Lab60.4495-13.947336.7510
CIE-Lab66.9315-12.914268.2891

#ada709 color RGB value is (173,167,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 00001001
Octal 255 247 11
Decimal 173 167 9
Hex AD A7 9

RGB Percentages of Color #ada709

%49.57
%47.85
%2.58

CMYK Percentages of Color #ada709

%0
%3
%95
%32

Triadic Colors of #ada709

#ada709 #09ada7 #a709ad

Analogous Colors of #ada709

#ada709 #61ad09 #ad5509

Monochromatic Colors of #ada709

#ada709

Complementary Color

#ada709 #090fad

#ada709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada709 Color CSS Codes

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

#ada709 Text Font Color

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

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


#ada709 Background Color

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

This div background color is #ada709


#ada709 Border Color

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

This div border color is #ada709


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,167,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 #ada709">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada709


Comments

No comments written yet.

Please login to write comment.