Color Hex Logo

#e2fef0 Color Hex

#E2FEF0
(226,254,240)
1 Favorites   0 Comments

Color spaces of #e2fef0

RGB 226254240
HSL0.420.930.94
HSV150°11°100°
CMYK 0.110.000.06   0.00
XYZ82.534093.343696.1052
Yxy93.34360.30350.3432
Hunter Lab96.6145-16.58988.6527
CIE-Lab97.3669-11.63223.6114

#e2fef0 color RGB value is (226,254,240).

#e2fef0 hex color red value is 226, green value is 254 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e2fef0 hue: 0.42 , saturation: 0.93 and the lightness value of e2fef0 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111110 11110000
Octal 342 376 360
Decimal 226 254 240
Hex E2 FE F0

RGB Percentages of Color #e2fef0

%31.39
%35.28
%33.33

CMYK Percentages of Color #e2fef0

%11
%0
%6
%0

Triadic Colors of #e2fef0

#e2fef0 #f0e2fe #fef0e2

Analogous Colors of #e2fef0

#e2fef0 #e2fefe #e2fee2

Monochromatic Colors of #e2fef0

#e2fef0

Complementary Color

#e2fef0 #fee2f0

#e2fef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fef0 Color CSS Codes

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

#e2fef0 Text Font Color

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

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


#e2fef0 Background Color

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

This div background color is #e2fef0


#e2fef0 Border Color

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

This div border color is #e2fef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fef0

Related Colors


Comments

No comments written yet.

Please login to write comment.