Color Hex Logo

#e0fedf Color Hex

#E0FEDF
(224,254,223)
0 Favorites   0 Comments

Color spaces of #e0fedf

RGB 224254223
HSL0.330.940.94
HSV118°12°100°
CMYK 0.120.000.12   0.00
XYZ79.501692.058683.3910
Yxy92.05860.31180.3611
Hunter Lab95.9472-20.002915.6320
CIE-Lab96.8443-15.294711.5737

#e0fedf color RGB value is (224,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 11011111
Octal 340 376 337
Decimal 224 254 223
Hex E0 FE DF

RGB Percentages of Color #e0fedf

%31.95
%36.23
%31.81

CMYK Percentages of Color #e0fedf

%12
%0
%12
%0

Triadic Colors of #e0fedf

#e0fedf #dfe0fe #fedfe0

Analogous Colors of #e0fedf

#e0fedf #dffeee #f0fedf

Monochromatic Colors of #e0fedf

#e0fedf

Complementary Color

#e0fedf #fddffe

#e0fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fedf Color CSS Codes

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

#e0fedf Text Font Color

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

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


#e0fedf Background Color

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

This div background color is #e0fedf


#e0fedf Border Color

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

This div border color is #e0fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fedf


Comments

No comments written yet.

Please login to write comment.