Color Hex Logo

#e4fef2 Color Hex

#E4FEF2
(228,254,242)
0 Favorites   0 Comments

Color spaces of #e4fef2

RGB 228254242
HSL0.420.930.95
HSV152°10°100°
CMYK 0.100.000.05   0.00
XYZ83.463793.788497.7084
Yxy93.78840.30350.3411
Hunter Lab96.8444-15.64057.9721
CIE-Lab97.5467-10.62282.8605

#e4fef2 color RGB value is (228,254,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111110 11110010
Octal 344 376 362
Decimal 228 254 242
Hex E4 FE F2

RGB Percentages of Color #e4fef2

%31.49
%35.08
%33.43

CMYK Percentages of Color #e4fef2

%10
%0
%5
%0

Triadic Colors of #e4fef2

#e4fef2 #f2e4fe #fef2e4

Analogous Colors of #e4fef2

#e4fef2 #e4fdfe #e4fee5

Monochromatic Colors of #e4fef2

#e4fef2

Complementary Color

#e4fef2 #fee4f0

#e4fef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4fef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4fef2 Color CSS Codes

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

#e4fef2 Text Font Color

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

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


#e4fef2 Background Color

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

This div background color is #e4fef2


#e4fef2 Border Color

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

This div border color is #e4fef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4fef2


Comments

No comments written yet.

Please login to write comment.