Color Hex Logo

#dffedc Color Hex

#DFFEDC
(223,254,220)
0 Favorites   0 Comments

Color spaces of #dffedc

RGB 223254220
HSL0.320.940.93
HSV115°13°100°
CMYK 0.120.000.13   0.00
XYZ78.791591.738981.2648
Yxy91.73890.31290.3643
Hunter Lab95.7804-20.776916.7418
CIE-Lab96.7135-16.137812.9168

#dffedc color RGB value is (223,254,220).

#dffedc hex color red value is 223, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dffedc hue: 0.32 , saturation: 0.94 and the lightness value of dffedc is 0.93.

The process color (four color CMYK) of #dffedc color hex is 0.12, 0.00, 0.13, 0.00. Web safe color of #dffedc is #ccffcc. Color #dffedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11011100
Octal 337 376 334
Decimal 223 254 220
Hex DF FE DC

RGB Percentages of Color #dffedc

%31.99
%36.44
%31.56

CMYK Percentages of Color #dffedc

%12
%0
%13
%0

Triadic Colors of #dffedc

#dffedc #dcdffe #fedcdf

Analogous Colors of #dffedc

#dffedc #dcfeea #f0fedc

Monochromatic Colors of #dffedc

#dffedc

Complementary Color

#dffedc #fbdcfe

#dffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffedc Color CSS Codes

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

#dffedc Text Font Color

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

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


#dffedc Background Color

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

This div background color is #dffedc


#dffedc Border Color

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

This div border color is #dffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffedc


Comments

No comments written yet.

Please login to write comment.