Color Hex Logo

#e2ffee Color Hex

#E2FFEE
(226,255,238)
2 Favorites   0 Comments

Color spaces of #e2ffee

RGB 226255238
HSL0.401.000.94
HSV145°11°100°
CMYK 0.110.000.07   0.00
XYZ82.556693.861894.6549
Yxy93.86180.30460.3463
Hunter Lab96.8823-17.43839.8907
CIE-Lab97.5763-12.49134.9424

#e2ffee color RGB value is (226,255,238).

#e2ffee hex color red value is 226, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e2ffee hue: 0.40 , saturation: 1.00 and the lightness value of e2ffee is 0.94.

The process color (four color CMYK) of #e2ffee color hex is 0.11, 0.00, 0.07, 0.00. Web safe color of #e2ffee is #ccffff. Color #e2ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 11101110
Octal 342 377 356
Decimal 226 255 238
Hex E2 FF EE

RGB Percentages of Color #e2ffee

%31.43
%35.47
%33.10

CMYK Percentages of Color #e2ffee

%11
%0
%7
%0

Triadic Colors of #e2ffee

#e2ffee #eee2ff #ffeee2

Analogous Colors of #e2ffee

#e2ffee #e2fffd #e5ffe2

Monochromatic Colors of #e2ffee

#e2ffee

Complementary Color

#e2ffee #ffe2f3

#e2ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ffee Color CSS Codes

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

#e2ffee Text Font Color

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

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


#e2ffee Background Color

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

This div background color is #e2ffee


#e2ffee Border Color

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

This div border color is #e2ffee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,255,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ffee

Related Colors

#e2ffee Color Palettes


Comments

No comments written yet.

Please login to write comment.