Color Hex Logo

#e1feee Color Hex

#E1FEEE
(225,254,238)
0 Favorites   0 Comments

Color spaces of #e1feee

RGB 225254238
HSL0.410.940.94
HSV147°11°100°
CMYK 0.110.000.06   0.00
XYZ81.925893.064294.5342
Yxy93.06420.30400.3453
Hunter Lab96.4698-17.23329.4285
CIE-Lab97.2536-12.31884.4673

#e1feee color RGB value is (225,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 11101110
Octal 341 376 356
Decimal 225 254 238
Hex E1 FE EE

RGB Percentages of Color #e1feee

%31.38
%35.43
%33.19

CMYK Percentages of Color #e1feee

%11
%0
%6
%0

Triadic Colors of #e1feee

#e1feee #eee1fe #feeee1

Analogous Colors of #e1feee

#e1feee #e1fefd #e3fee1

Monochromatic Colors of #e1feee

#e1feee

Complementary Color

#e1feee #fee1f1

#e1feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1feee Color CSS Codes

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

#e1feee Text Font Color

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

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


#e1feee Background Color

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

This div background color is #e1feee


#e1feee Border Color

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

This div border color is #e1feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1feee


Comments

No comments written yet.

Please login to write comment.