Color Hex Logo

#df8f10 Color Hex

#DF8F10
(223,143,16)
0 Favorites   0 Comments

Color spaces of #df8f10

RGB 22314316
HSL0.100.870.47
HSV37°93°87°
CMYK 0.000.360.93   0.13
XYZ40.347435.37035.1908
Yxy35.37030.49870.4372
Hunter Lab59.472917.019636.4562
CIE-Lab66.036022.172868.9218

#df8f10 color RGB value is (223,143,16).

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

The process color (four color CMYK) of #df8f10 color hex is 0.00, 0.36, 0.93, 0.13. Web safe color of #df8f10 is #cc9900. Color #df8f10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001111 00010000
Octal 337 217 20
Decimal 223 143 16
Hex DF 8F 10

RGB Percentages of Color #df8f10

%58.38
%37.43
%4.19

CMYK Percentages of Color #df8f10

%0
%36
%93
%13

Triadic Colors of #df8f10

#df8f10 #10df8f #8f10df

Analogous Colors of #df8f10

#df8f10 #c8df10 #df2810

Monochromatic Colors of #df8f10

#df8f10

Complementary Color

#df8f10 #1060df

#df8f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8f10 Color CSS Codes

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

#df8f10 Text Font Color

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

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


#df8f10 Background Color

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

This div background color is #df8f10


#df8f10 Border Color

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

This div border color is #df8f10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8f10


Comments

No comments written yet.

Please login to write comment.