Color Hex Logo

#df980f Color Hex

#DF980F
(223,152,15)
0 Favorites   0 Comments

Color spaces of #df980f

RGB 22315215
HSL0.110.870.47
HSV40°93°87°
CMYK 0.000.320.93   0.13
XYZ41.745938.17895.6210
Yxy38.17890.48800.4463
Hunter Lab61.789112.467237.8587
CIE-Lab68.152317.343270.6201

#df980f color RGB value is (223,152,15).

#df980f hex color red value is 223, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #df980f hue: 0.11 , saturation: 0.87 and the lightness value of df980f is 0.47.

The process color (four color CMYK) of #df980f color hex is 0.00, 0.32, 0.93, 0.13. Web safe color of #df980f is #cc9900. Color #df980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 00001111
Octal 337 230 17
Decimal 223 152 15
Hex DF 98 F

RGB Percentages of Color #df980f

%57.18
%38.97
%3.85

CMYK Percentages of Color #df980f

%0
%32
%93
%13

Triadic Colors of #df980f

#df980f #0fdf98 #980fdf

Analogous Colors of #df980f

#df980f #bedf0f #df300f

Monochromatic Colors of #df980f

#df980f

Complementary Color

#df980f #0f56df

#df980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df980f Color CSS Codes

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

#df980f Text Font Color

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

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


#df980f Background Color

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

This div background color is #df980f


#df980f Border Color

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

This div border color is #df980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df980f


Comments

No comments written yet.

Please login to write comment.