Color Hex Logo

#dfefdc Color Hex

#DFEFDC
(223,239,220)
0 Favorites   0 Comments

Color spaces of #dfefdc

RGB 223239220
HSL0.310.370.90
HSV111°94°
CMYK 0.070.000.08   0.06
XYZ74.216282.588379.7397
Yxy82.58830.31380.3491
Hunter Lab90.8781-13.263511.5915
CIE-Lab92.8339-8.68897.3699

#dfefdc color RGB value is (223,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11011100
Octal 337 357 334
Decimal 223 239 220
Hex DF EF DC

RGB Percentages of Color #dfefdc

%32.70
%35.04
%32.26

CMYK Percentages of Color #dfefdc

%7
%0
%8
%6

Triadic Colors of #dfefdc

#dfefdc #dcdfef #efdcdf

Analogous Colors of #dfefdc

#dfefdc #dcefe3 #e9efdc

Monochromatic Colors of #dfefdc

#dfefdc

Complementary Color

#dfefdc #ecdcef

#dfefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefdc Color CSS Codes

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

#dfefdc Text Font Color

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

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


#dfefdc Background Color

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

This div background color is #dfefdc


#dfefdc Border Color

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

This div border color is #dfefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefdc


Comments

No comments written yet.

Please login to write comment.