Color Hex Logo

#dfcbc2 Color Hex

#DFCBC2
(223,203,194)
0 Favorites   0 Comments

Color spaces of #dfcbc2

RGB 223203194
HSL0.050.310.82
HSV19°13°87°
CMYK 0.000.090.13   0.13
XYZ61.525062.294959.8203
Yxy62.29490.33500.3392
Hunter Lab78.92711.021310.3120
CIE-Lab83.07005.49577.0057

#dfcbc2 color RGB value is (223,203,194).

#dfcbc2 hex color red value is 223, green value is 203 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #dfcbc2 hue: 0.05 , saturation: 0.31 and the lightness value of dfcbc2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11000010
Octal 337 313 302
Decimal 223 203 194
Hex DF CB C2

RGB Percentages of Color #dfcbc2

%35.97
%32.74
%31.29

CMYK Percentages of Color #dfcbc2

%0
%9
%13
%13

Triadic Colors of #dfcbc2

#dfcbc2 #c2dfcb #cbc2df

Analogous Colors of #dfcbc2

#dfcbc2 #dfdac2 #dfc2c8

Monochromatic Colors of #dfcbc2

#dfcbc2

Complementary Color

#dfcbc2 #c2d6df

#dfcbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbc2 Color CSS Codes

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

#dfcbc2 Text Font Color

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

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


#dfcbc2 Background Color

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

This div background color is #dfcbc2


#dfcbc2 Border Color

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

This div border color is #dfcbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbc2


Comments

No comments written yet.

Please login to write comment.