Color Hex Logo

#dfdead Color Hex

#DFDEAD
(223,222,173)
0 Favorites   0 Comments

Color spaces of #dfdead

RGB 223222173
HSL0.160.440.78
HSV59°22°87°
CMYK 0.000.000.22   0.13
XYZ64.095570.947749.8512
Yxy70.94770.34670.3837
Hunter Lab84.2305-11.573023.8710
CIE-Lab87.4596-7.483424.2316

#dfdead color RGB value is (223,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 10101101
Octal 337 336 255
Decimal 223 222 173
Hex DF DE AD

RGB Percentages of Color #dfdead

%36.08
%35.92
%27.99

CMYK Percentages of Color #dfdead

%0
%0
%22
%13

Triadic Colors of #dfdead

#dfdead #addfde #deaddf

Analogous Colors of #dfdead

#dfdead #c7dfad #dfc5ad

Monochromatic Colors of #dfdead

#dfdead

Complementary Color

#dfdead #adaedf

#dfdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdead Color CSS Codes

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

#dfdead Text Font Color

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

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


#dfdead Background Color

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

This div background color is #dfdead


#dfdead Border Color

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

This div border color is #dfdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdead


Comments

No comments written yet.

Please login to write comment.