Color Hex Logo

#dfad15 Color Hex

#DFAD15
(223,173,21)
0 Favorites   0 Comments

Color spaces of #dfad15

RGB 22317321
HSL0.130.830.48
HSV45°91°87°
CMYK 0.000.220.91   0.13
XYZ45.510445.62937.1181
Yxy45.62930.46320.4644
Hunter Lab67.54952.050041.0369
CIE-Lab73.30436.233273.4046

#dfad15 color RGB value is (223,173,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 00010101
Octal 337 255 25
Decimal 223 173 21
Hex DF AD 15

RGB Percentages of Color #dfad15

%53.48
%41.49
%5.04

CMYK Percentages of Color #dfad15

%0
%22
%91
%13

Triadic Colors of #dfad15

#dfad15 #15dfad #ad15df

Analogous Colors of #dfad15

#dfad15 #acdf15 #df4815

Monochromatic Colors of #dfad15

#dfad15

Complementary Color

#dfad15 #1547df

#dfad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad15 Color CSS Codes

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

#dfad15 Text Font Color

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

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


#dfad15 Background Color

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

This div background color is #dfad15


#dfad15 Border Color

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

This div border color is #dfad15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad15


Comments

No comments written yet.

Please login to write comment.