Color Hex Logo

#dfefdd Color Hex

#DFEFDD
(223,239,221)
0 Favorites   0 Comments

Color spaces of #dfefdd

RGB 223239221
HSL0.310.360.90
HSV113°94°
CMYK 0.070.000.08   0.06
XYZ74.349182.641480.4394
Yxy82.64140.31310.3481
Hunter Lab90.9073-13.100511.1723
CIE-Lab92.8572-8.51476.8844

#dfefdd color RGB value is (223,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11011101
Octal 337 357 335
Decimal 223 239 221
Hex DF EF DD

RGB Percentages of Color #dfefdd

%32.65
%34.99
%32.36

CMYK Percentages of Color #dfefdd

%7
%0
%8
%6

Triadic Colors of #dfefdd

#dfefdd #dddfef #efdddf

Analogous Colors of #dfefdd

#dfefdd #ddefe4 #e8efdd

Monochromatic Colors of #dfefdd

#dfefdd

Complementary Color

#dfefdd #edddef

#dfefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefdd Color CSS Codes

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

#dfefdd Text Font Color

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

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


#dfefdd Background Color

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

This div background color is #dfefdd


#dfefdd Border Color

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

This div border color is #dfefdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,239,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 #dfefdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefdd


Comments

No comments written yet.

Please login to write comment.