Color Hex Logo

#dfac7e Color Hex

#DFAC7E
(223,172,126)
0 Favorites   0 Comments

Color spaces of #dfac7e

RGB 223172126
HSL0.080.600.68
HSV28°43°87°
CMYK 0.000.230.43   0.13
XYZ48.949846.699426.1726
Yxy46.69940.40180.3833
Hunter Lab68.33708.270025.1282
CIE-Lab73.997112.862930.8136

#dfac7e color RGB value is (223,172,126).

#dfac7e hex color red value is 223, green value is 172 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfac7e hue: 0.08 , saturation: 0.60 and the lightness value of dfac7e is 0.68.

The process color (four color CMYK) of #dfac7e color hex is 0.00, 0.23, 0.43, 0.13. Web safe color of #dfac7e is #cc9966. Color #dfac7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 01111110
Octal 337 254 176
Decimal 223 172 126
Hex DF AC 7E

RGB Percentages of Color #dfac7e

%42.80
%33.01
%24.18

CMYK Percentages of Color #dfac7e

%0
%23
%43
%13

Triadic Colors of #dfac7e

#dfac7e #7edfac #ac7edf

Analogous Colors of #dfac7e

#dfac7e #dfdd7e #df7e81

Monochromatic Colors of #dfac7e

#dfac7e

Complementary Color

#dfac7e #7eb1df

#dfac7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfac7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfac7e Color CSS Codes

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

#dfac7e Text Font Color

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

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


#dfac7e Background Color

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

This div background color is #dfac7e


#dfac7e Border Color

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

This div border color is #dfac7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfac7e


Comments

No comments written yet.

Please login to write comment.