Color Hex Logo

#dfecdc Color Hex

#DFECDC
(223,236,220)
0 Favorites   0 Comments

Color spaces of #dfecdc

RGB 223236220
HSL0.300.300.89
HSV109°93°
CMYK 0.060.000.07   0.07
XYZ73.345180.846279.4493
Yxy80.84620.31390.3460
Hunter Lab89.9145-11.744310.5510
CIE-Lab92.0632-7.17546.2603

#dfecdc color RGB value is (223,236,220).

#dfecdc hex color red value is 223, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfecdc hue: 0.30 , saturation: 0.30 and the lightness value of dfecdc is 0.89.

The process color (four color CMYK) of #dfecdc color hex is 0.06, 0.00, 0.07, 0.07. Web safe color of #dfecdc is #ccffcc. Color #dfecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11011100
Octal 337 354 334
Decimal 223 236 220
Hex DF EC DC

RGB Percentages of Color #dfecdc

%32.84
%34.76
%32.40

CMYK Percentages of Color #dfecdc

%6
%0
%7
%7

Triadic Colors of #dfecdc

#dfecdc #dcdfec #ecdcdf

Analogous Colors of #dfecdc

#dfecdc #dcece1 #e7ecdc

Monochromatic Colors of #dfecdc

#dfecdc

Complementary Color

#dfecdc #e9dcec

#dfecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecdc Color CSS Codes

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

#dfecdc Text Font Color

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

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


#dfecdc Background Color

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

This div background color is #dfecdc


#dfecdc Border Color

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

This div border color is #dfecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecdc


Comments

No comments written yet.

Please login to write comment.