Color Hex Logo

#dfc8c3 Color Hex

#DFC8C3
(223,200,195)
0 Favorites   0 Comments

Color spaces of #dfc8c3

RGB 223200195
HSL0.030.300.82
HSV11°13°87°
CMYK 0.000.100.13   0.13
XYZ60.936060.936760.1800
Yxy60.93670.33470.3347
Hunter Lab78.06202.73068.9352
CIE-Lab82.34477.23735.4275

#dfc8c3 color RGB value is (223,200,195).

#dfc8c3 hex color red value is 223, green value is 200 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #dfc8c3 hue: 0.03 , saturation: 0.30 and the lightness value of dfc8c3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 11000011
Octal 337 310 303
Decimal 223 200 195
Hex DF C8 C3

RGB Percentages of Color #dfc8c3

%36.08
%32.36
%31.55

CMYK Percentages of Color #dfc8c3

%0
%10
%13
%13

Triadic Colors of #dfc8c3

#dfc8c3 #c3dfc8 #c8c3df

Analogous Colors of #dfc8c3

#dfc8c3 #dfd6c3 #dfc3cc

Monochromatic Colors of #dfc8c3

#dfc8c3

Complementary Color

#dfc8c3 #c3dadf

#dfc8c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8c3 Color CSS Codes

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

#dfc8c3 Text Font Color

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

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


#dfc8c3 Background Color

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

This div background color is #dfc8c3


#dfc8c3 Border Color

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

This div border color is #dfc8c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8c3


Comments

No comments written yet.

Please login to write comment.