Color Hex Logo

#dfdb9f Color Hex

#DFDB9F
(223,219,159)
0 Favorites   0 Comments

Color spaces of #dfdb9f

RGB 223219159
HSL0.160.500.75
HSV56°29°87°
CMYK 0.000.020.29   0.13
XYZ62.021068.854242.8222
Yxy68.85420.35710.3964
Hunter Lab82.9784-11.795127.4875
CIE-Lab86.4318-7.835730.0744

#dfdb9f color RGB value is (223,219,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10011111
Octal 337 333 237
Decimal 223 219 159
Hex DF DB 9F

RGB Percentages of Color #dfdb9f

%37.10
%36.44
%26.46

CMYK Percentages of Color #dfdb9f

%0
%2
%29
%13

Triadic Colors of #dfdb9f

#dfdb9f #9fdfdb #db9fdf

Analogous Colors of #dfdb9f

#dfdb9f #c3df9f #dfbb9f

Monochromatic Colors of #dfdb9f

#dfdb9f

Complementary Color

#dfdb9f #9fa3df

#dfdb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb9f Color CSS Codes

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

#dfdb9f Text Font Color

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

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


#dfdb9f Background Color

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

This div background color is #dfdb9f


#dfdb9f Border Color

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

This div border color is #dfdb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb9f


Comments

No comments written yet.

Please login to write comment.