Color Hex Logo

#dfebdd Color Hex

#DFEBDD
(223,235,221)
0 Favorites   0 Comments

Color spaces of #dfebdd

RGB 223235221
HSL0.310.260.89
HSV111°92°
CMYK 0.050.000.06   0.08
XYZ73.190980.325180.0533
Yxy80.32510.31340.3439
Hunter Lab89.6243-11.07209.7786
CIE-Lab91.8305-6.49415.4040

#dfebdd color RGB value is (223,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11011101
Octal 337 353 335
Decimal 223 235 221
Hex DF EB DD

RGB Percentages of Color #dfebdd

%32.84
%34.61
%32.55

CMYK Percentages of Color #dfebdd

%5
%0
%6
%8

Triadic Colors of #dfebdd

#dfebdd #dddfeb #ebdddf

Analogous Colors of #dfebdd

#dfebdd #ddebe2 #e6ebdd

Monochromatic Colors of #dfebdd

#dfebdd

Complementary Color

#dfebdd #e9ddeb

#dfebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebdd Color CSS Codes

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

#dfebdd Text Font Color

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

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


#dfebdd Background Color

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

This div background color is #dfebdd


#dfebdd Border Color

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

This div border color is #dfebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebdd

#dfebdd Color Palettes


Comments

No comments written yet.

Please login to write comment.