Color Hex Logo

#df5d12 Color Hex

#DF5D12
(223,93,18)
0 Favorites   0 Comments

Color spaces of #df5d12

RGB 2239318
HSL0.060.850.47
HSV22°92°87°
CMYK 0.000.580.92   0.13
XYZ34.455023.56033.3039
Yxy23.56030.56190.3842
Hunter Lab48.539041.763729.9416
CIE-Lab55.644847.698461.1446

#df5d12 color RGB value is (223,93,18).

#df5d12 hex color red value is 223, green value is 93 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #df5d12 hue: 0.06 , saturation: 0.85 and the lightness value of df5d12 is 0.47.

The process color (four color CMYK) of #df5d12 color hex is 0.00, 0.58, 0.92, 0.13. Web safe color of #df5d12 is #cc6600. Color #df5d12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 00010010
Octal 337 135 22
Decimal 223 93 18
Hex DF 5D 12

RGB Percentages of Color #df5d12

%66.77
%27.84
%5.39

CMYK Percentages of Color #df5d12

%0
%58
%92
%13

Triadic Colors of #df5d12

#df5d12 #12df5d #5d12df

Analogous Colors of #df5d12

#df5d12 #dfc412 #df122e

Monochromatic Colors of #df5d12

#df5d12

Complementary Color

#df5d12 #1294df

#df5d12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5d12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5d12 Color CSS Codes

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

#df5d12 Text Font Color

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

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


#df5d12 Background Color

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

This div background color is #df5d12


#df5d12 Border Color

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

This div border color is #df5d12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5d12


Comments

No comments written yet.

Please login to write comment.