Color Hex Logo

#dfcfbc Color Hex

#DFCFBC
(223,207,188)
0 Favorites   0 Comments

Color spaces of #dfcfbc

RGB 223207188
HSL0.090.350.81
HSV33°16°87°
CMYK 0.000.070.16   0.13
XYZ61.821363.944556.6611
Yxy63.94450.33890.3505
Hunter Lab79.9653-1.940713.9645
CIE-Lab83.93692.452411.4362

#dfcfbc color RGB value is (223,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 10111100
Octal 337 317 274
Decimal 223 207 188
Hex DF CF BC

RGB Percentages of Color #dfcfbc

%36.08
%33.50
%30.42

CMYK Percentages of Color #dfcfbc

%0
%7
%16
%13

Triadic Colors of #dfcfbc

#dfcfbc #bcdfcf #cfbcdf

Analogous Colors of #dfcfbc

#dfcfbc #dedfbc #dfbebc

Monochromatic Colors of #dfcfbc

#dfcfbc

Complementary Color

#dfcfbc #bcccdf

#dfcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcfbc Color CSS Codes

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

#dfcfbc Text Font Color

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

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


#dfcfbc Background Color

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

This div background color is #dfcfbc


#dfcfbc Border Color

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

This div border color is #dfcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcfbc


Comments

No comments written yet.

Please login to write comment.