Color Hex Logo

#e0ffed Color Hex

#E0FFED
(224,255,237)
0 Favorites   0 Comments

Color spaces of #e0ffed

RGB 224255237
HSL0.401.000.94
HSV145°12°100°
CMYK 0.120.000.07   0.00
XYZ81.786593.481793.8539
Yxy93.48170.30390.3474
Hunter Lab96.6859-18.207510.1268
CIE-Lab97.4228-13.31765.2176

#e0ffed color RGB value is (224,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111111 11101101
Octal 340 377 355
Decimal 224 255 237
Hex E0 FF ED

RGB Percentages of Color #e0ffed

%31.28
%35.61
%33.10

CMYK Percentages of Color #e0ffed

%12
%0
%7
%0

Triadic Colors of #e0ffed

#e0ffed #ede0ff #ffede0

Analogous Colors of #e0ffed

#e0ffed #e0fffd #e3ffe0

Monochromatic Colors of #e0ffed

#e0ffed

Complementary Color

#e0ffed #ffe0f2

#e0ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ffed Color CSS Codes

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

#e0ffed Text Font Color

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

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


#e0ffed Background Color

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

This div background color is #e0ffed


#e0ffed Border Color

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

This div border color is #e0ffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ffed

#e0ffed Color Palettes


Comments

No comments written yet.

Please login to write comment.