Color Hex Logo

#e2ecdd Color Hex

#E2ECDD
(226,236,221)
0 Favorites   0 Comments

Color spaces of #e2ecdd

RGB 226236221
HSL0.280.280.90
HSV100°93°
CMYK 0.040.000.06   0.07
XYZ74.410681.380180.1927
Yxy81.38010.31530.3449
Hunter Lab90.2109-10.633110.4420
CIE-Lab92.3006-5.98846.1097

#e2ecdd color RGB value is (226,236,221).

#e2ecdd hex color red value is 226, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2ecdd hue: 0.28 , saturation: 0.28 and the lightness value of e2ecdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101100 11011101
Octal 342 354 335
Decimal 226 236 221
Hex E2 EC DD

RGB Percentages of Color #e2ecdd

%33.09
%34.55
%32.36

CMYK Percentages of Color #e2ecdd

%4
%0
%6
%7

Triadic Colors of #e2ecdd

#e2ecdd #dde2ec #ecdde2

Analogous Colors of #e2ecdd

#e2ecdd #ddece0 #eaecdd

Monochromatic Colors of #e2ecdd

#e2ecdd

Complementary Color

#e2ecdd #e7ddec

#e2ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ecdd Color CSS Codes

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

#e2ecdd Text Font Color

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

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


#e2ecdd Background Color

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

This div background color is #e2ecdd


#e2ecdd Border Color

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

This div border color is #e2ecdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,236,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2ecdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ecdd


Comments

No comments written yet.

Please login to write comment.