Color Hex Logo

#df8608 Color Hex

#DF8608
(223,134,8)
0 Favorites   0 Comments

Color spaces of #df8608

RGB 2231348
HSL0.100.930.45
HSV35°96°87°
CMYK 0.000.400.96   0.13
XYZ39.000432.75574.4967
Yxy32.75570.51150.4296
Hunter Lab57.232621.479435.4045
CIE-Lab63.962626.880468.7353

#df8608 color RGB value is (223,134,8).

#df8608 hex color red value is 223, green value is 134 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #df8608 hue: 0.10 , saturation: 0.93 and the lightness value of df8608 is 0.45.

The process color (four color CMYK) of #df8608 color hex is 0.00, 0.40, 0.96, 0.13. Web safe color of #df8608 is #cc9900. Color #df8608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 00001000
Octal 337 206 10
Decimal 223 134 8
Hex DF 86 8

RGB Percentages of Color #df8608

%61.10
%36.71
%2.19

CMYK Percentages of Color #df8608

%0
%40
%96
%13

Triadic Colors of #df8608

#df8608 #08df86 #8608df

Analogous Colors of #df8608

#df8608 #cddf08 #df1a08

Monochromatic Colors of #df8608

#df8608

Complementary Color

#df8608 #0861df

#df8608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8608 Color CSS Codes

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

#df8608 Text Font Color

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

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


#df8608 Background Color

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

This div background color is #df8608


#df8608 Border Color

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

This div border color is #df8608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8608


Comments

No comments written yet.

Please login to write comment.