Color Hex Logo

#df980e Color Hex

#DF980E
(223,152,14)
0 Favorites   0 Comments

Color spaces of #df980e

RGB 22315214
HSL0.110.880.46
HSV40°94°87°
CMYK 0.000.320.94   0.13
XYZ41.738938.17625.5843
Yxy38.17620.48820.4465
Hunter Lab61.786912.455037.8922
CIE-Lab68.150317.330570.7791

#df980e color RGB value is (223,152,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 00001110
Octal 337 230 16
Decimal 223 152 14
Hex DF 98 E

RGB Percentages of Color #df980e

%57.33
%39.07
%3.60

CMYK Percentages of Color #df980e

%0
%32
%94
%13

Triadic Colors of #df980e

#df980e #0edf98 #980edf

Analogous Colors of #df980e

#df980e #bedf0e #df2f0e

Monochromatic Colors of #df980e

#df980e

Complementary Color

#df980e #0e55df

#df980e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df980e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df980e Color CSS Codes

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

#df980e Text Font Color

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

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


#df980e Background Color

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

This div background color is #df980e


#df980e Border Color

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

This div border color is #df980e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df980e


Comments

No comments written yet.

Please login to write comment.