Color Hex Logo

#e0feee Color Hex

#E0FEEE
(224,254,238)
0 Favorites   0 Comments

Color spaces of #e0feee

RGB 224254238
HSL0.410.940.94
HSV148°12°100°
CMYK 0.120.000.06   0.00
XYZ81.614992.904094.5196
Yxy92.90400.30340.3453
Hunter Lab96.3867-17.53299.3292
CIE-Lab97.1886-12.64134.3650

#e0feee color RGB value is (224,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 11101110
Octal 340 376 356
Decimal 224 254 238
Hex E0 FE EE

RGB Percentages of Color #e0feee

%31.28
%35.47
%33.24

CMYK Percentages of Color #e0feee

%12
%0
%6
%0

Triadic Colors of #e0feee

#e0feee #eee0fe #feeee0

Analogous Colors of #e0feee

#e0feee #e0fefd #e1fee0

Monochromatic Colors of #e0feee

#e0feee

Complementary Color

#e0feee #fee0f0

#e0feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0feee Color CSS Codes

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

#e0feee Text Font Color

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

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


#e0feee Background Color

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

This div background color is #e0feee


#e0feee Border Color

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

This div border color is #e0feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0feee


Comments

No comments written yet.

Please login to write comment.