Color Hex Logo

#df6934 Color Hex

#DF6934
(223,105,52)
0 Favorites   0 Comments

Color spaces of #df6934

RGB 22310552
HSL0.050.730.54
HSV19°77°87°
CMYK 0.000.530.77   0.13
XYZ36.102826.03916.3720
Yxy26.03910.52690.3801
Hunter Lab51.028536.989328.3163
CIE-Lab58.074142.822450.0652

#df6934 color RGB value is (223,105,52).

#df6934 hex color red value is 223, green value is 105 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #df6934 hue: 0.05 , saturation: 0.73 and the lightness value of df6934 is 0.54.

The process color (four color CMYK) of #df6934 color hex is 0.00, 0.53, 0.77, 0.13. Web safe color of #df6934 is #cc6633. Color #df6934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 00110100
Octal 337 151 64
Decimal 223 105 52
Hex DF 69 34

RGB Percentages of Color #df6934

%58.68
%27.63
%13.68

CMYK Percentages of Color #df6934

%0
%53
%77
%13

Triadic Colors of #df6934

#df6934 #34df69 #6934df

Analogous Colors of #df6934

#df6934 #dfbf34 #df3455

Monochromatic Colors of #df6934

#df6934

Complementary Color

#df6934 #34aadf

#df6934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6934 Color CSS Codes

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

#df6934 Text Font Color

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

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


#df6934 Background Color

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

This div background color is #df6934


#df6934 Border Color

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

This div border color is #df6934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6934


Comments

No comments written yet.

Please login to write comment.