Color Hex Logo

#dfe9dc Color Hex

#DFE9DC
(223,233,220)
0 Favorites   0 Comments

Color spaces of #dfe9dc

RGB 223233220
HSL0.290.230.89
HSV106°91°
CMYK 0.040.000.06   0.09
XYZ72.488679.133179.1638
Yxy79.13310.31410.3429
Hunter Lab88.9568-10.21939.5068
CIE-Lab91.2945-5.65415.1508

#dfe9dc color RGB value is (223,233,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11011100
Octal 337 351 334
Decimal 223 233 220
Hex DF E9 DC

RGB Percentages of Color #dfe9dc

%32.99
%34.47
%32.54

CMYK Percentages of Color #dfe9dc

%4
%0
%6
%9

Triadic Colors of #dfe9dc

#dfe9dc #dcdfe9 #e9dcdf

Analogous Colors of #dfe9dc

#dfe9dc #dce9e0 #e6e9dc

Monochromatic Colors of #dfe9dc

#dfe9dc

Complementary Color

#dfe9dc #e6dce9

#dfe9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9dc Color CSS Codes

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

#dfe9dc Text Font Color

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

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


#dfe9dc Background Color

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

This div background color is #dfe9dc


#dfe9dc Border Color

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

This div border color is #dfe9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9dc


Comments

No comments written yet.

Please login to write comment.