Color Hex Logo

#dfddac Color Hex

#DFDDAC
(223,221,172)
0 Favorites   0 Comments

Color spaces of #dfddac

RGB 223221172
HSL0.160.440.77
HSV58°23°87°
CMYK 0.000.010.23   0.13
XYZ63.734370.379449.2552
Yxy70.37940.34760.3838
Hunter Lab83.8924-11.202723.9142
CIE-Lab87.1826-7.114724.3708

#dfddac color RGB value is (223,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10101100
Octal 337 335 254
Decimal 223 221 172
Hex DF DD AC

RGB Percentages of Color #dfddac

%36.20
%35.88
%27.92

CMYK Percentages of Color #dfddac

%0
%1
%23
%13

Triadic Colors of #dfddac

#dfddac #acdfdd #ddacdf

Analogous Colors of #dfddac

#dfddac #c8dfac #dfc4ac

Monochromatic Colors of #dfddac

#dfddac

Complementary Color

#dfddac #acaedf

#dfddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddac Color CSS Codes

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

#dfddac Text Font Color

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

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


#dfddac Background Color

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

This div background color is #dfddac


#dfddac Border Color

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

This div border color is #dfddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddac


Comments

No comments written yet.

Please login to write comment.