Color Hex Logo

#dfad09 Color Hex

#DFAD09
(223,173,9)
0 Favorites   0 Comments

Color spaces of #dfad09

RGB 2231739
HSL0.130.920.45
HSV46°96°87°
CMYK 0.000.220.96   0.13
XYZ45.424345.59486.6650
Yxy45.59480.46500.4668
Hunter Lab67.52391.912641.4145
CIE-Lab73.28186.083475.1129

#dfad09 color RGB value is (223,173,9).

#dfad09 hex color red value is 223, green value is 173 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dfad09 hue: 0.13 , saturation: 0.92 and the lightness value of dfad09 is 0.45.

The process color (four color CMYK) of #dfad09 color hex is 0.00, 0.22, 0.96, 0.13. Web safe color of #dfad09 is #cc9900. Color #dfad09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 00001001
Octal 337 255 11
Decimal 223 173 9
Hex DF AD 9

RGB Percentages of Color #dfad09

%55.06
%42.72
%2.22

CMYK Percentages of Color #dfad09

%0
%22
%96
%13

Triadic Colors of #dfad09

#dfad09 #09dfad #ad09df

Analogous Colors of #dfad09

#dfad09 #a6df09 #df4209

Monochromatic Colors of #dfad09

#dfad09

Complementary Color

#dfad09 #093bdf

#dfad09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad09 Color CSS Codes

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

#dfad09 Text Font Color

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

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


#dfad09 Background Color

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

This div background color is #dfad09


#dfad09 Border Color

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

This div border color is #dfad09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad09


Comments

No comments written yet.

Please login to write comment.