Color Hex Logo

#dfc1b0 Color Hex

#DFC1B0
(223,193,176)
0 Favorites   0 Comments

Color spaces of #dfc1b0

RGB 223193176
HSL0.060.420.78
HSV22°21°87°
CMYK 0.000.130.21   0.13
XYZ57.337956.962549.0471
Yxy56.96250.35100.3487
Hunter Lab75.47353.529414.3013
CIE-Lab80.15858.002112.4768

#dfc1b0 color RGB value is (223,193,176).

#dfc1b0 hex color red value is 223, green value is 193 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfc1b0 hue: 0.06 , saturation: 0.42 and the lightness value of dfc1b0 is 0.78.

The process color (four color CMYK) of #dfc1b0 color hex is 0.00, 0.13, 0.21, 0.13. Web safe color of #dfc1b0 is #cccc99. Color #dfc1b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 10110000
Octal 337 301 260
Decimal 223 193 176
Hex DF C1 B0

RGB Percentages of Color #dfc1b0

%37.67
%32.60
%29.73

CMYK Percentages of Color #dfc1b0

%0
%13
%21
%13

Triadic Colors of #dfc1b0

#dfc1b0 #b0dfc1 #c1b0df

Analogous Colors of #dfc1b0

#dfc1b0 #dfd9b0 #dfb0b7

Monochromatic Colors of #dfc1b0

#dfc1b0

Complementary Color

#dfc1b0 #b0cedf

#dfc1b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1b0 Color CSS Codes

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

#dfc1b0 Text Font Color

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

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


#dfc1b0 Background Color

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

This div background color is #dfc1b0


#dfc1b0 Border Color

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

This div border color is #dfc1b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1b0


Comments

No comments written yet.

Please login to write comment.