Color Hex Logo

#e0efdf Color Hex

#E0EFDF
(224,239,223)
0 Favorites   0 Comments

Color spaces of #e0efdf

RGB 224239223
HSL0.320.330.91
HSV116°94°
CMYK 0.060.000.07   0.06
XYZ74.926382.908081.8658
Yxy82.90800.31260.3459
Hunter Lab91.0538-12.460310.4305
CIE-Lab92.9741-7.82966.0235

#e0efdf color RGB value is (224,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101111 11011111
Octal 340 357 337
Decimal 224 239 223
Hex E0 EF DF

RGB Percentages of Color #e0efdf

%32.65
%34.84
%32.51

CMYK Percentages of Color #e0efdf

%6
%0
%7
%6

Triadic Colors of #e0efdf

#e0efdf #dfe0ef #efdfe0

Analogous Colors of #e0efdf

#e0efdf #dfefe6 #e8efdf

Monochromatic Colors of #e0efdf

#e0efdf

Complementary Color

#e0efdf #eedfef

#e0efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0efdf Color CSS Codes

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

#e0efdf Text Font Color

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

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


#e0efdf Background Color

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

This div background color is #e0efdf


#e0efdf Border Color

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

This div border color is #e0efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0efdf

#e0efdf Color Palettes


Comments

No comments written yet.

Please login to write comment.