Color Hex Logo

#dfc0bb Color Hex

#DFC0BB
(223,192,187)
0 Favorites   0 Comments

Color spaces of #dfc0bb

RGB 223192187
HSL0.020.360.80
HSV16°87°
CMYK 0.000.140.16   0.13
XYZ58.250756.975154.9409
Yxy56.97510.34230.3348
Hunter Lab75.48195.65849.6819
CIE-Lab80.165610.20166.5787

#dfc0bb color RGB value is (223,192,187).

#dfc0bb hex color red value is 223, green value is 192 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfc0bb hue: 0.02 , saturation: 0.36 and the lightness value of dfc0bb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10111011
Octal 337 300 273
Decimal 223 192 187
Hex DF C0 BB

RGB Percentages of Color #dfc0bb

%37.04
%31.89
%31.06

CMYK Percentages of Color #dfc0bb

%0
%14
%16
%13

Triadic Colors of #dfc0bb

#dfc0bb #bbdfc0 #c0bbdf

Analogous Colors of #dfc0bb

#dfc0bb #dfd2bb #dfbbc8

Monochromatic Colors of #dfc0bb

#dfc0bb

Complementary Color

#dfc0bb #bbdadf

#dfc0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0bb Color CSS Codes

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

#dfc0bb Text Font Color

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

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


#dfc0bb Background Color

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

This div background color is #dfc0bb


#dfc0bb Border Color

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

This div border color is #dfc0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0bb


Comments

No comments written yet.

Please login to write comment.