Color Hex Logo

#e5fef7 Color Hex

#E5FEF7
(229,254,247)
0 Favorites   0 Comments

Color spaces of #e5fef7

RGB 229254247
HSL0.450.930.95
HSV163°10°100°
CMYK 0.100.000.03   0.00
XYZ84.543494.2570101.7332
Yxy94.25700.30140.3360
Hunter Lab97.0860-14.46125.8322
CIE-Lab97.7355-9.38070.5727

#e5fef7 color RGB value is (229,254,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 11110111
Octal 345 376 367
Decimal 229 254 247
Hex E5 FE F7

RGB Percentages of Color #e5fef7

%31.37
%34.79
%33.84

CMYK Percentages of Color #e5fef7

%10
%0
%3
%0

Triadic Colors of #e5fef7

#e5fef7 #f7e5fe #fef7e5

Analogous Colors of #e5fef7

#e5fef7 #e5f9fe #e5feeb

Monochromatic Colors of #e5fef7

#e5fef7

Complementary Color

#e5fef7 #fee5ec

#e5fef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fef7 Color CSS Codes

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

#e5fef7 Text Font Color

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

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


#e5fef7 Background Color

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

This div background color is #e5fef7


#e5fef7 Border Color

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

This div border color is #e5fef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fef7


Comments

No comments written yet.

Please login to write comment.