Color Hex Logo

#df690f Color Hex

#DF690F
(223,105,15)
0 Favorites   0 Comments

Color spaces of #df690f

RGB 22310515
HSL0.070.870.47
HSV26°93°87°
CMYK 0.000.530.93   0.13
XYZ35.569225.82563.5621
Yxy25.82560.54760.3976
Hunter Lab50.818936.002831.4174
CIE-Lab57.871141.904563.3986

#df690f color RGB value is (223,105,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 00001111
Octal 337 151 17
Decimal 223 105 15
Hex DF 69 F

RGB Percentages of Color #df690f

%65.01
%30.61
%4.37

CMYK Percentages of Color #df690f

%0
%53
%93
%13

Triadic Colors of #df690f

#df690f #0fdf69 #690fdf

Analogous Colors of #df690f

#df690f #dfd10f #df0f1d

Monochromatic Colors of #df690f

#df690f

Complementary Color

#df690f #0f85df

#df690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df690f Color CSS Codes

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

#df690f Text Font Color

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

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


#df690f Background Color

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

This div background color is #df690f


#df690f Border Color

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

This div border color is #df690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df690f


Comments

No comments written yet.

Please login to write comment.