Color Hex Logo

#dfc4bb Color Hex

#DFC4BB
(223,196,187)
1 Favorites   0 Comments

Color spaces of #dfc4bb

RGB 223196187
HSL0.040.360.80
HSV15°16°87°
CMYK 0.000.120.16   0.13
XYZ59.141058.755755.2376
Yxy58.75570.34160.3394
Hunter Lab76.65233.580110.9307
CIE-Lab81.15718.08068.0022

#dfc4bb color RGB value is (223,196,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10111011
Octal 337 304 273
Decimal 223 196 187
Hex DF C4 BB

RGB Percentages of Color #dfc4bb

%36.80
%32.34
%30.86

CMYK Percentages of Color #dfc4bb

%0
%12
%16
%13

Triadic Colors of #dfc4bb

#dfc4bb #bbdfc4 #c4bbdf

Analogous Colors of #dfc4bb

#dfc4bb #dfd6bb #dfbbc4

Monochromatic Colors of #dfc4bb

#dfc4bb

Complementary Color

#dfc4bb #bbd6df

#dfc4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc4bb Color CSS Codes

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

#dfc4bb Text Font Color

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

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


#dfc4bb Background Color

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

This div background color is #dfc4bb


#dfc4bb Border Color

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

This div border color is #dfc4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc4bb

#dfc4bb Color Palettes


Comments

No comments written yet.

Please login to write comment.