Color Hex Logo

#dfdcd5 Color Hex

#DFDCD5
(223,220,213)
0 Favorites   0 Comments

Color spaces of #dfdcd5

RGB 223220213
HSL0.120.140.85
HSV42°87°
CMYK 0.000.010.04   0.13
XYZ68.034971.678573.2003
Yxy71.67850.31950.3367
Hunter Lab84.6632-4.71888.0017
CIE-Lab87.8136-0.20453.7835

#dfdcd5 color RGB value is (223,220,213).

#dfdcd5 hex color red value is 223, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dfdcd5 hue: 0.12 , saturation: 0.14 and the lightness value of dfdcd5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11010101
Octal 337 334 325
Decimal 223 220 213
Hex DF DC D5

RGB Percentages of Color #dfdcd5

%33.99
%33.54
%32.47

CMYK Percentages of Color #dfdcd5

%0
%1
%4
%13

Triadic Colors of #dfdcd5

#dfdcd5 #d5dfdc #dcd5df

Analogous Colors of #dfdcd5

#dfdcd5 #dddfd5 #dfd7d5

Monochromatic Colors of #dfdcd5

#dfdcd5

Complementary Color

#dfdcd5 #d5d8df

#dfdcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcd5 Color CSS Codes

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

#dfdcd5 Text Font Color

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

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


#dfdcd5 Background Color

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

This div background color is #dfdcd5


#dfdcd5 Border Color

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

This div border color is #dfdcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcd5

#dfdcd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.