Color Hex Logo

#dfd4ac Color Hex

#DFD4AC
(223,212,172)
0 Favorites   0 Comments

Color spaces of #dfd4ac

RGB 223212172
HSL0.130.440.77
HSV47°23°87°
CMYK 0.000.050.23   0.13
XYZ61.421365.753548.4842
Yxy65.75350.34970.3743
Hunter Lab81.0885-6.698421.3115
CIE-Lab84.8705-2.508321.1897

#dfd4ac color RGB value is (223,212,172).

#dfd4ac hex color red value is 223, green value is 212 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfd4ac hue: 0.13 , saturation: 0.44 and the lightness value of dfd4ac is 0.77.

The process color (four color CMYK) of #dfd4ac color hex is 0.00, 0.05, 0.23, 0.13. Web safe color of #dfd4ac is #cccc99. Color #dfd4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 10101100
Octal 337 324 254
Decimal 223 212 172
Hex DF D4 AC

RGB Percentages of Color #dfd4ac

%36.74
%34.93
%28.34

CMYK Percentages of Color #dfd4ac

%0
%5
%23
%13

Triadic Colors of #dfd4ac

#dfd4ac #acdfd4 #d4acdf

Analogous Colors of #dfd4ac

#dfd4ac #d1dfac #dfbbac

Monochromatic Colors of #dfd4ac

#dfd4ac

Complementary Color

#dfd4ac #acb7df

#dfd4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd4ac Color CSS Codes

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

#dfd4ac Text Font Color

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

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


#dfd4ac Background Color

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

This div background color is #dfd4ac


#dfd4ac Border Color

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

This div border color is #dfd4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd4ac


Comments

No comments written yet.

Please login to write comment.