Color Hex Logo

#dfe5dc Color Hex

#DFE5DC
(223,229,220)
0 Favorites   0 Comments

Color spaces of #dfe5dc

RGB 223229220
HSL0.280.150.88
HSV100°90°
CMYK 0.030.000.04   0.10
XYZ71.369076.893978.7906
Yxy76.89390.31430.3387
Hunter Lab87.6892-8.17748.1091
CIE-Lab90.2728-3.61423.6723

#dfe5dc color RGB value is (223,229,220).

#dfe5dc hex color red value is 223, green value is 229 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfe5dc hue: 0.28 , saturation: 0.15 and the lightness value of dfe5dc is 0.88.

The process color (four color CMYK) of #dfe5dc color hex is 0.03, 0.00, 0.04, 0.10. Web safe color of #dfe5dc is #cccccc. Color #dfe5dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11011100
Octal 337 345 334
Decimal 223 229 220
Hex DF E5 DC

RGB Percentages of Color #dfe5dc

%33.18
%34.08
%32.74

CMYK Percentages of Color #dfe5dc

%3
%0
%4
%10

Triadic Colors of #dfe5dc

#dfe5dc #dcdfe5 #e5dcdf

Analogous Colors of #dfe5dc

#dfe5dc #dce5de #e4e5dc

Monochromatic Colors of #dfe5dc

#dfe5dc

Complementary Color

#dfe5dc #e2dce5

#dfe5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5dc Color CSS Codes

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

#dfe5dc Text Font Color

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

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


#dfe5dc Background Color

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

This div background color is #dfe5dc


#dfe5dc Border Color

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

This div border color is #dfe5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5dc


Comments

No comments written yet.

Please login to write comment.