Color Hex Logo

#dfbc9c Color Hex

#DFBC9C
(223,188,156)
0 Favorites   0 Comments

Color spaces of #dfbc9c

RGB 223188156
HSL0.080.510.74
HSV29°30°87°
CMYK 0.000.160.30   0.13
XYZ54.415454.054739.0181
Yxy54.05470.36890.3665
Hunter Lab73.52193.449020.0001
CIE-Lab78.49367.874920.8621

#dfbc9c color RGB value is (223,188,156).

#dfbc9c hex color red value is 223, green value is 188 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dfbc9c hue: 0.08 , saturation: 0.51 and the lightness value of dfbc9c is 0.74.

The process color (four color CMYK) of #dfbc9c color hex is 0.00, 0.16, 0.30, 0.13. Web safe color of #dfbc9c is #cccc99. Color #dfbc9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10011100
Octal 337 274 234
Decimal 223 188 156
Hex DF BC 9C

RGB Percentages of Color #dfbc9c

%39.33
%33.16
%27.51

CMYK Percentages of Color #dfbc9c

%0
%16
%30
%13

Triadic Colors of #dfbc9c

#dfbc9c #9cdfbc #bc9cdf

Analogous Colors of #dfbc9c

#dfbc9c #dfde9c #df9c9e

Monochromatic Colors of #dfbc9c

#dfbc9c

Complementary Color

#dfbc9c #9cbfdf

#dfbc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc9c Color CSS Codes

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

#dfbc9c Text Font Color

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

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


#dfbc9c Background Color

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

This div background color is #dfbc9c


#dfbc9c Border Color

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

This div border color is #dfbc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc9c


Comments

No comments written yet.

Please login to write comment.