Color Hex Logo

#df690e Color Hex

#DF690E
(223,105,14)
0 Favorites   0 Comments

Color spaces of #df690e

RGB 22310514
HSL0.070.880.46
HSV26°94°87°
CMYK 0.000.530.94   0.13
XYZ35.562325.82283.5254
Yxy25.82280.54790.3978
Hunter Lab50.816135.990231.4580
CIE-Lab57.868541.892863.6144

#df690e color RGB value is (223,105,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 00001110
Octal 337 151 16
Decimal 223 105 14
Hex DF 69 E

RGB Percentages of Color #df690e

%65.20
%30.70
%4.09

CMYK Percentages of Color #df690e

%0
%53
%94
%13

Triadic Colors of #df690e

#df690e #0edf69 #690edf

Analogous Colors of #df690e

#df690e #dfd20e #df0e1b

Monochromatic Colors of #df690e

#df690e

Complementary Color

#df690e #0e84df

#df690e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df690e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df690e Color CSS Codes

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

#df690e Text Font Color

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

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


#df690e Background Color

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

This div background color is #df690e


#df690e Border Color

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

This div border color is #df690e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df690e


Comments

No comments written yet.

Please login to write comment.