Color Hex Logo

#dfccc4 Color Hex

#DFCCC4
(223,204,196)
0 Favorites   0 Comments

Color spaces of #dfccc4

RGB 223204196
HSL0.050.300.82
HSV18°12°87°
CMYK 0.000.090.12   0.13
XYZ61.988162.859261.0905
Yxy62.85920.33340.3381
Hunter Lab79.28380.81379.8140
CIE-Lab83.36825.29266.3687

#dfccc4 color RGB value is (223,204,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11000100
Octal 337 314 304
Decimal 223 204 196
Hex DF CC C4

RGB Percentages of Color #dfccc4

%35.79
%32.74
%31.46

CMYK Percentages of Color #dfccc4

%0
%9
%12
%13

Triadic Colors of #dfccc4

#dfccc4 #c4dfcc #ccc4df

Analogous Colors of #dfccc4

#dfccc4 #dfdac4 #dfc4ca

Monochromatic Colors of #dfccc4

#dfccc4

Complementary Color

#dfccc4 #c4d7df

#dfccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccc4 Color CSS Codes

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

#dfccc4 Text Font Color

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

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


#dfccc4 Background Color

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

This div background color is #dfccc4


#dfccc4 Border Color

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

This div border color is #dfccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccc4

#dfccc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.