Color Hex Logo

#dfddad Color Hex

#DFDDAD
(223,221,173)
0 Favorites   0 Comments

Color spaces of #dfddad

RGB 223221173
HSL0.160.440.78
HSV58°22°87°
CMYK 0.000.010.22   0.13
XYZ63.830770.418049.7630
Yxy70.41800.34690.3827
Hunter Lab83.9154-11.075123.5810
CIE-Lab87.2015-6.975523.8775

#dfddad color RGB value is (223,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10101101
Octal 337 335 255
Decimal 223 221 173
Hex DF DD AD

RGB Percentages of Color #dfddad

%36.14
%35.82
%28.04

CMYK Percentages of Color #dfddad

%0
%1
%22
%13

Triadic Colors of #dfddad

#dfddad #addfdd #ddaddf

Analogous Colors of #dfddad

#dfddad #c8dfad #dfc4ad

Monochromatic Colors of #dfddad

#dfddad

Complementary Color

#dfddad #adafdf

#dfddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddad Color CSS Codes

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

#dfddad Text Font Color

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

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


#dfddad Background Color

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

This div background color is #dfddad


#dfddad Border Color

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

This div border color is #dfddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddad


Comments

No comments written yet.

Please login to write comment.