Color Hex Logo

#dfd0ac Color Hex

#DFD0AC
(223,208,172)
0 Favorites   0 Comments

Color spaces of #dfd0ac

RGB 223208172
HSL0.120.440.77
HSV42°23°87°
CMYK 0.000.070.23   0.13
XYZ60.433763.778348.1550
Yxy63.77830.35060.3700
Hunter Lab79.8613-4.680520.1521
CIE-Lab83.8502-0.439819.7770

#dfd0ac color RGB value is (223,208,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10101100
Octal 337 320 254
Decimal 223 208 172
Hex DF D0 AC

RGB Percentages of Color #dfd0ac

%36.98
%34.49
%28.52

CMYK Percentages of Color #dfd0ac

%0
%7
%23
%13

Triadic Colors of #dfd0ac

#dfd0ac #acdfd0 #d0acdf

Analogous Colors of #dfd0ac

#dfd0ac #d5dfac #dfb7ac

Monochromatic Colors of #dfd0ac

#dfd0ac

Complementary Color

#dfd0ac #acbbdf

#dfd0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd0ac Color CSS Codes

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

#dfd0ac Text Font Color

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

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


#dfd0ac Background Color

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

This div background color is #dfd0ac


#dfd0ac Border Color

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

This div border color is #dfd0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd0ac

#dfd0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.