Color Hex Logo

#e2fedf Color Hex

#E2FEDF
(226,254,223)
0 Favorites   0 Comments

Color spaces of #e2fedf

RGB 226254223
HSL0.320.940.94
HSV114°12°100°
CMYK 0.110.000.12   0.00
XYZ80.125192.380183.4201
Yxy92.38010.31310.3610
Hunter Lab96.1146-19.395515.8210
CIE-Lab96.9755-14.631911.7786

#e2fedf color RGB value is (226,254,223).

#e2fedf hex color red value is 226, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2fedf hue: 0.32 , saturation: 0.94 and the lightness value of e2fedf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111110 11011111
Octal 342 376 337
Decimal 226 254 223
Hex E2 FE DF

RGB Percentages of Color #e2fedf

%32.15
%36.13
%31.72

CMYK Percentages of Color #e2fedf

%11
%0
%12
%0

Triadic Colors of #e2fedf

#e2fedf #dfe2fe #fedfe2

Analogous Colors of #e2fedf

#e2fedf #dffeec #f2fedf

Monochromatic Colors of #e2fedf

#e2fedf

Complementary Color

#e2fedf #fbdffe

#e2fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fedf Color CSS Codes

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

#e2fedf Text Font Color

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

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


#e2fedf Background Color

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

This div background color is #e2fedf


#e2fedf Border Color

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

This div border color is #e2fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fedf


Comments

No comments written yet.

Please login to write comment.