Color Hex Logo

#e2efdd Color Hex

#E2EFDD
(226,239,221)
0 Favorites   0 Comments

Color spaces of #e2efdd

RGB 226239221
HSL0.290.360.90
HSV103°94°
CMYK 0.050.000.08   0.06
XYZ75.281783.122280.4830
Yxy83.12220.31510.3480
Hunter Lab91.1714-12.159511.4808
CIE-Lab93.0679-7.50467.2150

#e2efdd color RGB value is (226,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 11011101
Octal 342 357 335
Decimal 226 239 221
Hex E2 EF DD

RGB Percentages of Color #e2efdd

%32.94
%34.84
%32.22

CMYK Percentages of Color #e2efdd

%5
%0
%8
%6

Triadic Colors of #e2efdd

#e2efdd #dde2ef #efdde2

Analogous Colors of #e2efdd

#e2efdd #ddefe1 #ebefdd

Monochromatic Colors of #e2efdd

#e2efdd

Complementary Color

#e2efdd #eaddef

#e2efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efdd Color CSS Codes

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

#e2efdd Text Font Color

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

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


#e2efdd Background Color

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

This div background color is #e2efdd


#e2efdd Border Color

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

This div border color is #e2efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efdd


Comments

No comments written yet.

Please login to write comment.