Color Hex Logo

#dfdd9f Color Hex

#DFDD9F
(223,221,159)
0 Favorites   0 Comments

Color spaces of #dfdd9f

RGB 223221159
HSL0.160.500.75
HSV58°29°87°
CMYK 0.000.010.29   0.13
XYZ62.545969.904142.9972
Yxy69.90410.35650.3984
Hunter Lab83.6087-12.783128.0352
CIE-Lab86.9498-8.848430.7682

#dfdd9f color RGB value is (223,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10011111
Octal 337 335 237
Decimal 223 221 159
Hex DF DD 9F

RGB Percentages of Color #dfdd9f

%36.98
%36.65
%26.37

CMYK Percentages of Color #dfdd9f

%0
%1
%29
%13

Triadic Colors of #dfdd9f

#dfdd9f #9fdfdd #dd9fdf

Analogous Colors of #dfdd9f

#dfdd9f #c1df9f #dfbd9f

Monochromatic Colors of #dfdd9f

#dfdd9f

Complementary Color

#dfdd9f #9fa1df

#dfdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd9f Color CSS Codes

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

#dfdd9f Text Font Color

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

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


#dfdd9f Background Color

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

This div background color is #dfdd9f


#dfdd9f Border Color

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

This div border color is #dfdd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd9f


Comments

No comments written yet.

Please login to write comment.