Color Hex Logo

#dfd3ac Color Hex

#DFD3AC
(223,211,172)
0 Favorites   0 Comments

Color spaces of #dfd3ac

RGB 223211172
HSL0.130.440.77
HSV46°23°87°
CMYK 0.000.050.23   0.13
XYZ61.172165.255148.4011
Yxy65.25510.34990.3733
Hunter Lab80.7806-6.194821.0218
CIE-Lab84.6150-1.992420.8365

#dfd3ac color RGB value is (223,211,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 10101100
Octal 337 323 254
Decimal 223 211 172
Hex DF D3 AC

RGB Percentages of Color #dfd3ac

%36.80
%34.82
%28.38

CMYK Percentages of Color #dfd3ac

%0
%5
%23
%13

Triadic Colors of #dfd3ac

#dfd3ac #acdfd3 #d3acdf

Analogous Colors of #dfd3ac

#dfd3ac #d2dfac #dfbaac

Monochromatic Colors of #dfd3ac

#dfd3ac

Complementary Color

#dfd3ac #acb8df

#dfd3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd3ac Color CSS Codes

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

#dfd3ac Text Font Color

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

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


#dfd3ac Background Color

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

This div background color is #dfd3ac


#dfd3ac Border Color

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

This div border color is #dfd3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,211,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 #dfd3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd3ac


Comments

No comments written yet.

Please login to write comment.