Color Hex Logo

#dfc4bc Color Hex

#DFC4BC
(223,196,188)
0 Favorites   0 Comments

Color spaces of #dfc4bc

RGB 223196188
HSL0.040.350.81
HSV14°16°87°
CMYK 0.000.120.16   0.13
XYZ59.248558.798755.8035
Yxy58.79870.34080.3382
Hunter Lab76.68033.730910.5284
CIE-Lab81.18088.23697.5002

#dfc4bc color RGB value is (223,196,188).

#dfc4bc hex color red value is 223, green value is 196 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfc4bc hue: 0.04 , saturation: 0.35 and the lightness value of dfc4bc is 0.81.

The process color (four color CMYK) of #dfc4bc color hex is 0.00, 0.12, 0.16, 0.13. Web safe color of #dfc4bc is #cccccc. Color #dfc4bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10111100
Octal 337 304 274
Decimal 223 196 188
Hex DF C4 BC

RGB Percentages of Color #dfc4bc

%36.74
%32.29
%30.97

CMYK Percentages of Color #dfc4bc

%0
%12
%16
%13

Triadic Colors of #dfc4bc

#dfc4bc #bcdfc4 #c4bcdf

Analogous Colors of #dfc4bc

#dfc4bc #dfd6bc #dfbcc6

Monochromatic Colors of #dfc4bc

#dfc4bc

Complementary Color

#dfc4bc #bcd7df

#dfc4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc4bc Color CSS Codes

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

#dfc4bc Text Font Color

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

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


#dfc4bc Background Color

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

This div background color is #dfc4bc


#dfc4bc Border Color

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

This div border color is #dfc4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc4bc


Comments

No comments written yet.

Please login to write comment.