Color Hex Logo

#e1ecdc Color Hex

#E1ECDC
(225,236,220)
0 Favorites   0 Comments

Color spaces of #e1ecdc

RGB 225236220
HSL0.280.300.89
HSV101°93°
CMYK 0.050.000.07   0.07
XYZ73.965181.165879.4783
Yxy81.16580.31530.3460
Hunter Lab90.0921-11.113610.7594
CIE-Lab92.2054-6.49986.4836

#e1ecdc color RGB value is (225,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101100 11011100
Octal 341 354 334
Decimal 225 236 220
Hex E1 EC DC

RGB Percentages of Color #e1ecdc

%33.04
%34.65
%32.31

CMYK Percentages of Color #e1ecdc

%5
%0
%7
%7

Triadic Colors of #e1ecdc

#e1ecdc #dce1ec #ecdce1

Analogous Colors of #e1ecdc

#e1ecdc #dcecdf #e9ecdc

Monochromatic Colors of #e1ecdc

#e1ecdc

Complementary Color

#e1ecdc #e7dcec

#e1ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ecdc Color CSS Codes

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

#e1ecdc Text Font Color

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

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


#e1ecdc Background Color

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

This div background color is #e1ecdc


#e1ecdc Border Color

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

This div border color is #e1ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ecdc


Comments

No comments written yet.

Please login to write comment.