Color Hex Logo

#dfb48c Color Hex

#DFB48C
(223,180,140)
0 Favorites   0 Comments

Color spaces of #dfb48c

RGB 223180140
HSL0.080.560.71
HSV29°37°87°
CMYK 0.000.190.37   0.13
XYZ51.486350.223931.7915
Yxy50.22390.38570.3762
Hunter Lab70.86885.660123.0109
CIE-Lab76.206510.146026.2942

#dfb48c color RGB value is (223,180,140).

#dfb48c hex color red value is 223, green value is 180 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dfb48c hue: 0.08 , saturation: 0.56 and the lightness value of dfb48c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10001100
Octal 337 264 214
Decimal 223 180 140
Hex DF B4 8C

RGB Percentages of Color #dfb48c

%41.07
%33.15
%25.78

CMYK Percentages of Color #dfb48c

%0
%19
%37
%13

Triadic Colors of #dfb48c

#dfb48c #8cdfb4 #b48cdf

Analogous Colors of #dfb48c

#dfb48c #dfde8c #df8c8e

Monochromatic Colors of #dfb48c

#dfb48c

Complementary Color

#dfb48c #8cb7df

#dfb48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb48c Color CSS Codes

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

#dfb48c Text Font Color

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

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


#dfb48c Background Color

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

This div background color is #dfb48c


#dfb48c Border Color

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

This div border color is #dfb48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb48c


Comments

No comments written yet.

Please login to write comment.