Color Hex Logo

#e2fdea Color Hex

#E2FDEA
(226,253,234)
0 Favorites   0 Comments

Color spaces of #e2fdea

RGB 226253234
HSL0.380.870.94
HSV138°11°99°
CMYK 0.110.000.08   0.01
XYZ81.340692.359891.3820
Yxy92.35980.30690.3484
Hunter Lab96.1040-17.103010.8960
CIE-Lab96.9672-12.21986.1181

#e2fdea color RGB value is (226,253,234).

#e2fdea hex color red value is 226, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e2fdea hue: 0.38 , saturation: 0.87 and the lightness value of e2fdea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111101 11101010
Octal 342 375 352
Decimal 226 253 234
Hex E2 FD EA

RGB Percentages of Color #e2fdea

%31.70
%35.48
%32.82

CMYK Percentages of Color #e2fdea

%11
%0
%8
%1

Triadic Colors of #e2fdea

#e2fdea #eae2fd #fdeae2

Analogous Colors of #e2fdea

#e2fdea #e2fdf8 #e8fde2

Monochromatic Colors of #e2fdea

#e2fdea

Complementary Color

#e2fdea #fde2f5

#e2fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fdea Color CSS Codes

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

#e2fdea Text Font Color

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

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


#e2fdea Background Color

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

This div background color is #e2fdea


#e2fdea Border Color

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

This div border color is #e2fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fdea

#e2fdea Color Palettes


Comments

No comments written yet.

Please login to write comment.