Color Hex Logo

#df680e Color Hex

#DF680E
(223,104,14)
0 Favorites   0 Comments

Color spaces of #df680e

RGB 22310414
HSL0.070.880.46
HSV26°94°87°
CMYK 0.000.530.94   0.13
XYZ35.461025.62033.4917
Yxy25.62030.54920.3968
Hunter Lab50.616536.475031.3415
CIE-Lab57.674942.384863.4844

#df680e color RGB value is (223,104,14).

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

The process color (four color CMYK) of #df680e color hex is 0.00, 0.53, 0.94, 0.13. Web safe color of #df680e is #cc6600. Color #df680e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 00001110
Octal 337 150 16
Decimal 223 104 14
Hex DF 68 E

RGB Percentages of Color #df680e

%65.40
%30.50
%4.11

CMYK Percentages of Color #df680e

%0
%53
%94
%13

Triadic Colors of #df680e

#df680e #0edf68 #680edf

Analogous Colors of #df680e

#df680e #dfd10e #df0e1d

Monochromatic Colors of #df680e

#df680e

Complementary Color

#df680e #0e85df

#df680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df680e Color CSS Codes

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

#df680e Text Font Color

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

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


#df680e Background Color

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

This div background color is #df680e


#df680e Border Color

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

This div border color is #df680e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df680e


Comments

No comments written yet.

Please login to write comment.