Color Hex Logo

#dfedde Color Hex

#DFEDDE
(223,237,222)
0 Favorites   0 Comments

Color spaces of #dfedde

RGB 223237222
HSL0.320.290.90
HSV116°93°
CMYK 0.060.000.06   0.07
XYZ73.900481.530380.9492
Yxy81.53030.31260.3449
Hunter Lab90.2941-11.923010.0521
CIE-Lab92.3672-7.33105.6583

#dfedde color RGB value is (223,237,222).

#dfedde hex color red value is 223, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfedde hue: 0.32 , saturation: 0.29 and the lightness value of dfedde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11011110
Octal 337 355 336
Decimal 223 237 222
Hex DF ED DE

RGB Percentages of Color #dfedde

%32.70
%34.75
%32.55

CMYK Percentages of Color #dfedde

%6
%0
%6
%7

Triadic Colors of #dfedde

#dfedde #dedfed #eddedf

Analogous Colors of #dfedde

#dfedde #deede5 #e7edde

Monochromatic Colors of #dfedde

#dfedde

Complementary Color

#dfedde #ecdeed

#dfedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedde Color CSS Codes

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

#dfedde Text Font Color

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

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


#dfedde Background Color

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

This div background color is #dfedde


#dfedde Border Color

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

This div border color is #dfedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedde


Comments

No comments written yet.

Please login to write comment.