Color Hex Logo

#e0fffe Color Hex

#E0FFFE
(224,255,254)
0 Favorites   0 Comments

Color spaces of #e0fffe

RGB 224255254
HSL0.491.000.94
HSV178°12°100°
CMYK 0.120.000.00   0.00
XYZ84.389994.5231107.5629
Yxy94.52310.29460.3300
Hunter Lab97.2230-15.20162.4605
CIE-Lab97.8424-10.1328-2.9085

#e0fffe color RGB value is (224,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111111 11111110
Octal 340 377 376
Decimal 224 255 254
Hex E0 FF FE

RGB Percentages of Color #e0fffe

%30.56
%34.79
%34.65

CMYK Percentages of Color #e0fffe

%12
%0
%0
%0

Triadic Colors of #e0fffe

#e0fffe #fee0ff #fffee0

Analogous Colors of #e0fffe

#e0fffe #e0f1ff #e0ffef

Monochromatic Colors of #e0fffe

#e0fffe

Complementary Color

#e0fffe #ffe0e1

#e0fffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fffe Color CSS Codes

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

#e0fffe Text Font Color

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

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


#e0fffe Background Color

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

This div background color is #e0fffe


#e0fffe Border Color

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

This div border color is #e0fffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,255,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fffe

Related Colors


Comments

No comments written yet.

Please login to write comment.