Color Hex Logo

#e5ffde Color Hex

#E5FFDE
(229,255,222)
0 Favorites   0 Comments

Color spaces of #e5ffde

RGB 229255222
HSL0.301.000.94
HSV107°13°100°
CMYK 0.100.000.13   0.00
XYZ81.257993.451982.8625
Yxy93.45190.31550.3628
Hunter Lab96.6705-19.132516.8481
CIE-Lab97.4107-14.292412.9377

#e5ffde color RGB value is (229,255,222).

#e5ffde hex color red value is 229, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e5ffde hue: 0.30 , saturation: 1.00 and the lightness value of e5ffde is 0.94.

The process color (four color CMYK) of #e5ffde color hex is 0.10, 0.00, 0.13, 0.00. Web safe color of #e5ffde is #ccffcc. Color #e5ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111111 11011110
Octal 345 377 336
Decimal 229 255 222
Hex E5 FF DE

RGB Percentages of Color #e5ffde

%32.44
%36.12
%31.44

CMYK Percentages of Color #e5ffde

%10
%0
%13
%0

Triadic Colors of #e5ffde

#e5ffde #dee5ff #ffdee5

Analogous Colors of #e5ffde

#e5ffde #deffe8 #f6ffde

Monochromatic Colors of #e5ffde

#e5ffde

Complementary Color

#e5ffde #f8deff

#e5ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ffde Color CSS Codes

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

#e5ffde Text Font Color

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

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


#e5ffde Background Color

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

This div background color is #e5ffde


#e5ffde Border Color

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

This div border color is #e5ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ffde

Related Colors

#e5ffde Color Palettes


Comments

No comments written yet.

Please login to write comment.