Color Hex Logo

#dfeedc Color Hex

#DFEEDC
(223,238,220)
0 Favorites   0 Comments

Color spaces of #dfeedc

RGB 223238220
HSL0.310.350.90
HSV110°93°
CMYK 0.060.000.08   0.07
XYZ73.924282.004479.6423
Yxy82.00440.31380.3481
Hunter Lab90.5563-12.757811.2451
CIE-Lab92.5768-8.18537.0001

#dfeedc color RGB value is (223,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11011100
Octal 337 356 334
Decimal 223 238 220
Hex DF EE DC

RGB Percentages of Color #dfeedc

%32.75
%34.95
%32.31

CMYK Percentages of Color #dfeedc

%6
%0
%8
%7

Triadic Colors of #dfeedc

#dfeedc #dcdfee #eedcdf

Analogous Colors of #dfeedc

#dfeedc #dceee2 #e8eedc

Monochromatic Colors of #dfeedc

#dfeedc

Complementary Color

#dfeedc #ebdcee

#dfeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeedc Color CSS Codes

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

#dfeedc Text Font Color

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

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


#dfeedc Background Color

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

This div background color is #dfeedc


#dfeedc Border Color

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

This div border color is #dfeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeedc


Comments

No comments written yet.

Please login to write comment.