Color Hex Logo

#df895e Color Hex

#DF895E
(223,137,94)
0 Favorites   0 Comments

Color spaces of #df895e

RGB 22313794
HSL0.060.670.62
HSV20°58°87°
CMYK 0.000.390.58   0.13
XYZ41.397534.387415.0452
Yxy34.38740.45580.3786
Hunter Lab58.640823.390925.8368
CIE-Lab65.268928.711136.7215

#df895e color RGB value is (223,137,94).

#df895e hex color red value is 223, green value is 137 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #df895e hue: 0.06 , saturation: 0.67 and the lightness value of df895e is 0.62.

The process color (four color CMYK) of #df895e color hex is 0.00, 0.39, 0.58, 0.13. Web safe color of #df895e is #cc9966. Color #df895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 01011110
Octal 337 211 136
Decimal 223 137 94
Hex DF 89 5E

RGB Percentages of Color #df895e

%49.12
%30.18
%20.70

CMYK Percentages of Color #df895e

%0
%39
%58
%13

Triadic Colors of #df895e

#df895e #5edf89 #895edf

Analogous Colors of #df895e

#df895e #dfca5e #df5e74

Monochromatic Colors of #df895e

#df895e

Complementary Color

#df895e #5eb4df

#df895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df895e Color CSS Codes

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

#df895e Text Font Color

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

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


#df895e Background Color

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

This div background color is #df895e


#df895e Border Color

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

This div border color is #df895e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df895e


Comments

No comments written yet.

Please login to write comment.