Color Hex Logo

#dfc0b6 Color Hex

#DFC0B6
(223,192,182)
0 Favorites   0 Comments

Color spaces of #dfc0b6

RGB 223192182
HSL0.040.390.79
HSV15°18°87°
CMYK 0.000.140.18   0.13
XYZ57.724656.764652.1702
Yxy56.76460.34640.3406
Hunter Lab75.34234.911411.6847
CIE-Lab80.04709.43039.0972

#dfc0b6 color RGB value is (223,192,182).

#dfc0b6 hex color red value is 223, green value is 192 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dfc0b6 hue: 0.04 , saturation: 0.39 and the lightness value of dfc0b6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10110110
Octal 337 300 266
Decimal 223 192 182
Hex DF C0 B6

RGB Percentages of Color #dfc0b6

%37.35
%32.16
%30.49

CMYK Percentages of Color #dfc0b6

%0
%14
%18
%13

Triadic Colors of #dfc0b6

#dfc0b6 #b6dfc0 #c0b6df

Analogous Colors of #dfc0b6

#dfc0b6 #dfd5b6 #dfb6c1

Monochromatic Colors of #dfc0b6

#dfc0b6

Complementary Color

#dfc0b6 #b6d5df

#dfc0b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0b6 Color CSS Codes

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

#dfc0b6 Text Font Color

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

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


#dfc0b6 Background Color

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

This div background color is #dfc0b6


#dfc0b6 Border Color

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

This div border color is #dfc0b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0b6


Comments

No comments written yet.

Please login to write comment.