Color Hex Logo

#e2eedf Color Hex

#E2EEDF
(226,238,223)
0 Favorites   0 Comments

Color spaces of #e2eedf

RGB 226238223
HSL0.300.310.90
HSV108°93°
CMYK 0.050.000.06   0.07
XYZ75.257882.645581.7977
Yxy82.64550.31400.3448
Hunter Lab90.9096-11.323810.2893
CIE-Lab92.8590-6.65325.8755

#e2eedf color RGB value is (226,238,223).

#e2eedf hex color red value is 226, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2eedf hue: 0.30 , saturation: 0.31 and the lightness value of e2eedf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101110 11011111
Octal 342 356 337
Decimal 226 238 223
Hex E2 EE DF

RGB Percentages of Color #e2eedf

%32.90
%34.64
%32.46

CMYK Percentages of Color #e2eedf

%5
%0
%6
%7

Triadic Colors of #e2eedf

#e2eedf #dfe2ee #eedfe2

Analogous Colors of #e2eedf

#e2eedf #dfeee4 #eaeedf

Monochromatic Colors of #e2eedf

#e2eedf

Complementary Color

#e2eedf #ebdfee

#e2eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eedf Color CSS Codes

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

#e2eedf Text Font Color

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

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


#e2eedf Background Color

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

This div background color is #e2eedf


#e2eedf Border Color

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

This div border color is #e2eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eedf


Comments

No comments written yet.

Please login to write comment.