Color Hex Logo

#e0ffea Color Hex

#E0FFEA
(224,255,234)
0 Favorites   0 Comments

Color spaces of #e0ffea

RGB 224255234
HSL0.391.000.94
HSV139°12°100°
CMYK 0.120.000.08   0.00
XYZ81.351893.307891.5644
Yxy93.30780.30560.3505
Hunter Lab96.5960-18.712711.4155
CIE-Lab97.3524-13.85836.6568

#e0ffea color RGB value is (224,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111111 11101010
Octal 340 377 352
Decimal 224 255 234
Hex E0 FF EA

RGB Percentages of Color #e0ffea

%31.42
%35.76
%32.82

CMYK Percentages of Color #e0ffea

%12
%0
%8
%0

Triadic Colors of #e0ffea

#e0ffea #eae0ff #ffeae0

Analogous Colors of #e0ffea

#e0ffea #e0fffa #e6ffe0

Monochromatic Colors of #e0ffea

#e0ffea

Complementary Color

#e0ffea #ffe0f5

#e0ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ffea Color CSS Codes

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

#e0ffea Text Font Color

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

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


#e0ffea Background Color

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

This div background color is #e0ffea


#e0ffea Border Color

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

This div border color is #e0ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ffea


Comments

No comments written yet.

Please login to write comment.