Color Hex Logo

#df854e Color Hex

#DF854E
(223,133,78)
0 Favorites   0 Comments

Color spaces of #df854e

RGB 22313378
HSL0.060.690.59
HSV23°65°87°
CMYK 0.000.400.65   0.13
XYZ40.194133.013111.4614
Yxy33.01310.47470.3899
Hunter Lab57.457024.320028.3929
CIE-Lab64.171529.732643.7940

#df854e color RGB value is (223,133,78).

#df854e hex color red value is 223, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #df854e hue: 0.06 , saturation: 0.69 and the lightness value of df854e is 0.59.

The process color (four color CMYK) of #df854e color hex is 0.00, 0.40, 0.65, 0.13. Web safe color of #df854e is #cc9966. Color #df854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01001110
Octal 337 205 116
Decimal 223 133 78
Hex DF 85 4E

RGB Percentages of Color #df854e

%51.38
%30.65
%17.97

CMYK Percentages of Color #df854e

%0
%40
%65
%13

Triadic Colors of #df854e

#df854e #4edf85 #854edf

Analogous Colors of #df854e

#df854e #dfce4e #df4e60

Monochromatic Colors of #df854e

#df854e

Complementary Color

#df854e #4ea8df

#df854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df854e Color CSS Codes

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

#df854e Text Font Color

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

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


#df854e Background Color

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

This div background color is #df854e


#df854e Border Color

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

This div border color is #df854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df854e


Comments

No comments written yet.

Please login to write comment.