Color Hex Logo

#e0efde Color Hex

#E0EFDE
(224,239,222)
0 Favorites   0 Comments

Color spaces of #e0efde

RGB 224239222
HSL0.310.350.90
HSV113°94°
CMYK 0.060.000.07   0.06
XYZ74.791882.854281.1578
Yxy82.85420.31320.3470
Hunter Lab91.0243-12.624610.8537
CIE-Lab92.9506-8.00456.5087

#e0efde color RGB value is (224,239,222).

#e0efde hex color red value is 224, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e0efde hue: 0.31 , saturation: 0.35 and the lightness value of e0efde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101111 11011110
Octal 340 357 336
Decimal 224 239 222
Hex E0 EF DE

RGB Percentages of Color #e0efde

%32.70
%34.89
%32.41

CMYK Percentages of Color #e0efde

%6
%0
%7
%6

Triadic Colors of #e0efde

#e0efde #dee0ef #efdee0

Analogous Colors of #e0efde

#e0efde #deefe5 #e9efde

Monochromatic Colors of #e0efde

#e0efde

Complementary Color

#e0efde #eddeef

#e0efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0efde Color CSS Codes

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

#e0efde Text Font Color

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

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


#e0efde Background Color

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

This div background color is #e0efde


#e0efde Border Color

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

This div border color is #e0efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0efde


Comments

No comments written yet.

Please login to write comment.