Color Hex Logo

#e1fdee Color Hex

#E1FDEE
(225,253,238)
0 Favorites   0 Comments

Color spaces of #e1fdee

RGB 225253238
HSL0.410.880.94
HSV148°11°99°
CMYK 0.110.000.06   0.01
XYZ81.609292.431294.4287
Yxy92.43120.30400.3443
Hunter Lab96.1411-16.72779.0649
CIE-Lab96.9963-11.82334.0946

#e1fdee color RGB value is (225,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111101 11101110
Octal 341 375 356
Decimal 225 253 238
Hex E1 FD EE

RGB Percentages of Color #e1fdee

%31.42
%35.34
%33.24

CMYK Percentages of Color #e1fdee

%11
%0
%6
%1

Triadic Colors of #e1fdee

#e1fdee #eee1fd #fdeee1

Analogous Colors of #e1fdee

#e1fdee #e1fdfc #e2fde1

Monochromatic Colors of #e1fdee

#e1fdee

Complementary Color

#e1fdee #fde1f0

#e1fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fdee Color CSS Codes

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

#e1fdee Text Font Color

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

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


#e1fdee Background Color

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

This div background color is #e1fdee


#e1fdee Border Color

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

This div border color is #e1fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fdee


Comments

No comments written yet.

Please login to write comment.