Color Hex Logo

#dfebdc Color Hex

#DFEBDC
(223,235,220)
0 Favorites   0 Comments

Color spaces of #dfebdc

RGB 223235220
HSL0.300.270.89
HSV108°92°
CMYK 0.050.000.06   0.08
XYZ73.058080.271979.3536
Yxy80.27190.31400.3450
Hunter Lab89.5946-11.236510.2033
CIE-Lab91.8067-6.66905.8904

#dfebdc color RGB value is (223,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11011100
Octal 337 353 334
Decimal 223 235 220
Hex DF EB DC

RGB Percentages of Color #dfebdc

%32.89
%34.66
%32.45

CMYK Percentages of Color #dfebdc

%5
%0
%6
%8

Triadic Colors of #dfebdc

#dfebdc #dcdfeb #ebdcdf

Analogous Colors of #dfebdc

#dfebdc #dcebe1 #e7ebdc

Monochromatic Colors of #dfebdc

#dfebdc

Complementary Color

#dfebdc #e8dceb

#dfebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebdc Color CSS Codes

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

#dfebdc Text Font Color

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

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


#dfebdc Background Color

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

This div background color is #dfebdc


#dfebdc Border Color

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

This div border color is #dfebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebdc


Comments

No comments written yet.

Please login to write comment.