Color Hex Logo

#dfecdd Color Hex

#DFECDD
(223,236,221)
0 Favorites   0 Comments

Color spaces of #dfecdd

RGB 223236221
HSL0.310.280.90
HSV112°93°
CMYK 0.060.000.06   0.07
XYZ73.478080.899380.1490
Yxy80.89930.31330.3449
Hunter Lab89.9440-11.580010.1276
CIE-Lab92.0869-7.00055.7740

#dfecdd color RGB value is (223,236,221).

#dfecdd hex color red value is 223, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfecdd hue: 0.31 , saturation: 0.28 and the lightness value of dfecdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11011101
Octal 337 354 335
Decimal 223 236 221
Hex DF EC DD

RGB Percentages of Color #dfecdd

%32.79
%34.71
%32.50

CMYK Percentages of Color #dfecdd

%6
%0
%6
%7

Triadic Colors of #dfecdd

#dfecdd #dddfec #ecdddf

Analogous Colors of #dfecdd

#dfecdd #ddece3 #e7ecdd

Monochromatic Colors of #dfecdd

#dfecdd

Complementary Color

#dfecdd #eaddec

#dfecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecdd Color CSS Codes

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

#dfecdd Text Font Color

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

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


#dfecdd Background Color

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

This div background color is #dfecdd


#dfecdd Border Color

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

This div border color is #dfecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecdd


Comments

No comments written yet.

Please login to write comment.