Color Hex Logo

#e0fefe Color Hex

#E0FEFE
(224,254,254)
0 Favorites   0 Comments

Color spaces of #e0fefe

RGB 224254254
HSL0.500.940.94
HSV180°12°100°
CMYK 0.120.000.00   0.00
XYZ84.071793.8867107.4568
Yxy93.88670.29460.3289
Hunter Lab96.8951-14.68982.0739
CIE-Lab97.5863-9.6339-3.2845

#e0fefe color RGB value is (224,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 11111110
Octal 340 376 376
Decimal 224 254 254
Hex E0 FE FE

RGB Percentages of Color #e0fefe

%30.60
%34.70
%34.70

CMYK Percentages of Color #e0fefe

%12
%0
%0
%0

Triadic Colors of #e0fefe

#e0fefe #fee0fe #fefee0

Analogous Colors of #e0fefe

#e0fefe #e0effe #e0feef

Monochromatic Colors of #e0fefe

#e0fefe

Complementary Color

#e0fefe #fee0e0

#e0fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fefe Color CSS Codes

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

#e0fefe Text Font Color

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

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


#e0fefe Background Color

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

This div background color is #e0fefe


#e0fefe Border Color

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

This div border color is #e0fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fefe

Related Colors

#e0fefe Color Palettes


Comments

No comments written yet.

Please login to write comment.