Color Hex Logo

#e1fefe Color Hex

#E1FEFE
(225,254,254)
0 Favorites   0 Comments

Color spaces of #e1fefe

RGB 225254254
HSL0.500.940.94
HSV180°11°100°
CMYK 0.110.000.00   0.00
XYZ84.382594.0469107.4714
Yxy94.04690.29510.3289
Hunter Lab96.9778-14.39432.1789
CIE-Lab97.6509-9.3215-3.1821

#e1fefe color RGB value is (225,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 11111110
Octal 341 376 376
Decimal 225 254 254
Hex E1 FE FE

RGB Percentages of Color #e1fefe

%30.70
%34.65
%34.65

CMYK Percentages of Color #e1fefe

%11
%0
%0
%0

Triadic Colors of #e1fefe

#e1fefe #fee1fe #fefee1

Analogous Colors of #e1fefe

#e1fefe #e1f0fe #e1fef0

Monochromatic Colors of #e1fefe

#e1fefe

Complementary Color

#e1fefe #fee1e1

#e1fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fefe Color CSS Codes

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

#e1fefe Text Font Color

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

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


#e1fefe Background Color

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

This div background color is #e1fefe


#e1fefe Border Color

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

This div border color is #e1fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.