Color Hex Logo

#dfb49f Color Hex

#DFB49F
(223,180,159)
0 Favorites   0 Comments

Color spaces of #dfb49f

RGB 223180159
HSL0.050.500.75
HSV20°29°87°
CMYK 0.000.190.29   0.13
XYZ53.010750.833739.8188
Yxy50.83370.36900.3538
Hunter Lab71.29787.945716.7958
CIE-Lab76.578212.527516.5945

#dfb49f color RGB value is (223,180,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10011111
Octal 337 264 237
Decimal 223 180 159
Hex DF B4 9F

RGB Percentages of Color #dfb49f

%39.68
%32.03
%28.29

CMYK Percentages of Color #dfb49f

%0
%19
%29
%13

Triadic Colors of #dfb49f

#dfb49f #9fdfb4 #b49fdf

Analogous Colors of #dfb49f

#dfb49f #dfd49f #df9faa

Monochromatic Colors of #dfb49f

#dfb49f

Complementary Color

#dfb49f #9fcadf

#dfb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb49f Color CSS Codes

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

#dfb49f Text Font Color

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

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


#dfb49f Background Color

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

This div background color is #dfb49f


#dfb49f Border Color

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

This div border color is #dfb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb49f


Comments

No comments written yet.

Please login to write comment.