Color Hex Logo

#e0fedb Color Hex

#E0FEDB
(224,254,219)
0 Favorites   0 Comments

Color spaces of #e0fedb

RGB 224254219
HSL0.310.950.93
HSV111°14°100°
CMYK 0.120.000.14   0.00
XYZ78.968591.845480.5837
Yxy91.84540.31410.3653
Hunter Lab95.8360-20.629717.2312
CIE-Lab96.7571-15.974313.5002

#e0fedb color RGB value is (224,254,219).

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

The process color (four color CMYK) of #e0fedb color hex is 0.12, 0.00, 0.14, 0.00. Web safe color of #e0fedb is #ccffcc. Color #e0fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 11011011
Octal 340 376 333
Decimal 224 254 219
Hex E0 FE DB

RGB Percentages of Color #e0fedb

%32.14
%36.44
%31.42

CMYK Percentages of Color #e0fedb

%12
%0
%14
%0

Triadic Colors of #e0fedb

#e0fedb #dbe0fe #fedbe0

Analogous Colors of #e0fedb

#e0fedb #dbfee8 #f2fedb

Monochromatic Colors of #e0fedb

#e0fedb

Complementary Color

#e0fedb #f9dbfe

#e0fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fedb Color CSS Codes

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

#e0fedb Text Font Color

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

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


#e0fedb Background Color

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

This div background color is #e0fedb


#e0fedb Border Color

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

This div border color is #e0fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.