Color Hex Logo

#e2dfdc Color Hex

#E2DFDC
(226,223,220)
0 Favorites   0 Comments

Color spaces of #e2dfdc

RGB 226223220
HSL0.080.090.87
HSV30°89°
CMYK 0.000.010.03   0.11
XYZ70.670074.111478.2904
Yxy74.11140.31680.3322
Hunter Lab86.0880-4.12256.3419
CIE-Lab88.97510.49051.8157

#e2dfdc color RGB value is (226,223,220).

#e2dfdc hex color red value is 226, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2dfdc hue: 0.08 , saturation: 0.09 and the lightness value of e2dfdc is 0.87.

The process color (four color CMYK) of #e2dfdc color hex is 0.00, 0.01, 0.03, 0.11. Web safe color of #e2dfdc is #cccccc. Color #e2dfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11011100
Octal 342 337 334
Decimal 226 223 220
Hex E2 DF DC

RGB Percentages of Color #e2dfdc

%33.78
%33.33
%32.88

CMYK Percentages of Color #e2dfdc

%0
%1
%3
%11

Triadic Colors of #e2dfdc

#e2dfdc #dce2df #dfdce2

Analogous Colors of #e2dfdc

#e2dfdc #e2e2dc #e2dcdc

Monochromatic Colors of #e2dfdc

#e2dfdc

Complementary Color

#e2dfdc #dcdfe2

#e2dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfdc Color CSS Codes

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

#e2dfdc Text Font Color

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

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


#e2dfdc Background Color

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

This div background color is #e2dfdc


#e2dfdc Border Color

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

This div border color is #e2dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfdc

#e2dfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.