Color Hex Logo

#e1fedb Color Hex

#E1FEDB
(225,254,219)
0 Favorites   0 Comments

Color spaces of #e1fedb

RGB 225254219
HSL0.300.950.93
HSV110°14°100°
CMYK 0.110.000.14   0.00
XYZ79.279392.005680.5982
Yxy92.00560.31470.3653
Hunter Lab95.9195-20.325617.3242
CIE-Lab96.8226-15.640813.6023

#e1fedb color RGB value is (225,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 11011011
Octal 341 376 333
Decimal 225 254 219
Hex E1 FE DB

RGB Percentages of Color #e1fedb

%32.23
%36.39
%31.38

CMYK Percentages of Color #e1fedb

%11
%0
%14
%0

Triadic Colors of #e1fedb

#e1fedb #dbe1fe #fedbe1

Analogous Colors of #e1fedb

#e1fedb #dbfee7 #f3fedb

Monochromatic Colors of #e1fedb

#e1fedb

Complementary Color

#e1fedb #f8dbfe

#e1fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fedb Color CSS Codes

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

#e1fedb Text Font Color

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

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


#e1fedb Background Color

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

This div background color is #e1fedb


#e1fedb Border Color

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

This div border color is #e1fedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1fedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fedb


Comments

No comments written yet.

Please login to write comment.