Color Hex Logo

#e3efdd Color Hex

#E3EFDD
(227,239,221)
0 Favorites   0 Comments

Color spaces of #e3efdd

RGB 227239221
HSL0.280.360.90
HSV100°94°
CMYK 0.050.000.08   0.06
XYZ75.596283.284480.4978
Yxy83.28440.31580.3479
Hunter Lab91.2603-11.843611.5844
CIE-Lab93.1388-7.16697.3261

#e3efdd color RGB value is (227,239,221).

#e3efdd hex color red value is 227, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e3efdd hue: 0.28 , saturation: 0.36 and the lightness value of e3efdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101111 11011101
Octal 343 357 335
Decimal 227 239 221
Hex E3 EF DD

RGB Percentages of Color #e3efdd

%33.04
%34.79
%32.17

CMYK Percentages of Color #e3efdd

%5
%0
%8
%6

Triadic Colors of #e3efdd

#e3efdd #dde3ef #efdde3

Analogous Colors of #e3efdd

#e3efdd #ddefe0 #ecefdd

Monochromatic Colors of #e3efdd

#e3efdd

Complementary Color

#e3efdd #e9ddef

#e3efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3efdd Color CSS Codes

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

#e3efdd Text Font Color

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

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


#e3efdd Background Color

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

This div background color is #e3efdd


#e3efdd Border Color

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

This div border color is #e3efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3efdd


Comments

No comments written yet.

Please login to write comment.