Color Hex Logo

#e2ecdc Color Hex

#E2ECDC
(226,236,220)
0 Favorites   0 Comments

Color spaces of #e2ecdc

RGB 226236220
HSL0.270.300.89
HSV98°93°
CMYK 0.040.000.07   0.07
XYZ74.277881.327079.4930
Yxy81.32700.31590.3459
Hunter Lab90.1815-10.796410.8642
CIE-Lab92.2770-6.16116.5959

#e2ecdc color RGB value is (226,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101100 11011100
Octal 342 354 334
Decimal 226 236 220
Hex E2 EC DC

RGB Percentages of Color #e2ecdc

%33.14
%34.60
%32.26

CMYK Percentages of Color #e2ecdc

%4
%0
%7
%7

Triadic Colors of #e2ecdc

#e2ecdc #dce2ec #ecdce2

Analogous Colors of #e2ecdc

#e2ecdc #dcecde #eaecdc

Monochromatic Colors of #e2ecdc

#e2ecdc

Complementary Color

#e2ecdc #e6dcec

#e2ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ecdc Color CSS Codes

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

#e2ecdc Text Font Color

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

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


#e2ecdc Background Color

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

This div background color is #e2ecdc


#e2ecdc Border Color

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

This div border color is #e2ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ecdc


Comments

No comments written yet.

Please login to write comment.