Color Hex Logo

#dfc1bc Color Hex

#DFC1BC
(223,193,188)
0 Favorites   0 Comments

Color spaces of #dfc1bc

RGB 223193188
HSL0.020.350.81
HSV16°87°
CMYK 0.000.130.16   0.13
XYZ58.578557.458755.5802
Yxy57.45870.34130.3348
Hunter Lab75.80155.29009.5877
CIE-Lab80.43699.82736.4313

#dfc1bc color RGB value is (223,193,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10111100
Octal 337 301 274
Decimal 223 193 188
Hex DF C1 BC

RGB Percentages of Color #dfc1bc

%36.92
%31.95
%31.13

CMYK Percentages of Color #dfc1bc

%0
%13
%16
%13

Triadic Colors of #dfc1bc

#dfc1bc #bcdfc1 #c1bcdf

Analogous Colors of #dfc1bc

#dfc1bc #dfd3bc #dfbcc9

Monochromatic Colors of #dfc1bc

#dfc1bc

Complementary Color

#dfc1bc #bcdadf

#dfc1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1bc Color CSS Codes

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

#dfc1bc Text Font Color

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

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


#dfc1bc Background Color

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

This div background color is #dfc1bc


#dfc1bc Border Color

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

This div border color is #dfc1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1bc


Comments

No comments written yet.

Please login to write comment.