Color Hex Logo

#dfac87 Color Hex

#DFAC87
(223,172,135)
0 Favorites   0 Comments

Color spaces of #dfac87

RGB 223172135
HSL0.070.580.70
HSV25°39°87°
CMYK 0.000.230.39   0.13
XYZ49.557146.942329.3705
Yxy46.94230.39370.3729
Hunter Lab68.51459.210322.5439
CIE-Lab74.152813.842126.2108

#dfac87 color RGB value is (223,172,135).

#dfac87 hex color red value is 223, green value is 172 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dfac87 hue: 0.07 , saturation: 0.58 and the lightness value of dfac87 is 0.70.

The process color (four color CMYK) of #dfac87 color hex is 0.00, 0.23, 0.39, 0.13. Web safe color of #dfac87 is #cc9999. Color #dfac87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10000111
Octal 337 254 207
Decimal 223 172 135
Hex DF AC 87

RGB Percentages of Color #dfac87

%42.08
%32.45
%25.47

CMYK Percentages of Color #dfac87

%0
%23
%39
%13

Triadic Colors of #dfac87

#dfac87 #87dfac #ac87df

Analogous Colors of #dfac87

#dfac87 #dfd887 #df878e

Monochromatic Colors of #dfac87

#dfac87

Complementary Color

#dfac87 #87badf

#dfac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac87 Color CSS Codes

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

#dfac87 Text Font Color

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

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


#dfac87 Background Color

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

This div background color is #dfac87


#dfac87 Border Color

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

This div border color is #dfac87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac87


Comments

No comments written yet.

Please login to write comment.