Color Hex Logo

#e1fcee Color Hex

#E1FCEE
(225,252,238)
0 Favorites   0 Comments

Color spaces of #e1fcee

RGB 225252238
HSL0.410.820.94
HSV149°11°99°
CMYK 0.110.000.06   0.01
XYZ81.294491.801494.3237
Yxy91.80140.30400.3433
Hunter Lab95.8130-16.22118.7008
CIE-Lab96.7391-11.32643.7218

#e1fcee color RGB value is (225,252,238).

#e1fcee hex color red value is 225, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e1fcee hue: 0.41 , saturation: 0.82 and the lightness value of e1fcee is 0.94.

The process color (four color CMYK) of #e1fcee color hex is 0.11, 0.00, 0.06, 0.01. Web safe color of #e1fcee is #ccffff. Color #e1fcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111100 11101110
Octal 341 374 356
Decimal 225 252 238
Hex E1 FC EE

RGB Percentages of Color #e1fcee

%31.47
%35.24
%33.29

CMYK Percentages of Color #e1fcee

%11
%0
%6
%1

Triadic Colors of #e1fcee

#e1fcee #eee1fc #fceee1

Analogous Colors of #e1fcee

#e1fcee #e1fcfc #e2fce1

Monochromatic Colors of #e1fcee

#e1fcee

Complementary Color

#e1fcee #fce1ef

#e1fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fcee Color CSS Codes

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

#e1fcee Text Font Color

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

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


#e1fcee Background Color

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

This div background color is #e1fcee


#e1fcee Border Color

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

This div border color is #e1fcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,252,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.