Color Hex Logo

#e1feea Color Hex

#E1FEEA
(225,254,234)
0 Favorites   0 Comments

Color spaces of #e1feea

RGB 225254234
HSL0.390.940.94
HSV139°11°100°
CMYK 0.110.000.08   0.00
XYZ81.344492.831791.4729
Yxy92.83170.30620.3495
Hunter Lab96.3492-17.909611.1552
CIE-Lab97.1593-13.04036.3867

#e1feea color RGB value is (225,254,234).

#e1feea hex color red value is 225, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1feea hue: 0.39 , saturation: 0.94 and the lightness value of e1feea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 11101010
Octal 341 376 352
Decimal 225 254 234
Hex E1 FE EA

RGB Percentages of Color #e1feea

%31.56
%35.62
%32.82

CMYK Percentages of Color #e1feea

%11
%0
%8
%0

Triadic Colors of #e1feea

#e1feea #eae1fe #feeae1

Analogous Colors of #e1feea

#e1feea #e1fef9 #e7fee1

Monochromatic Colors of #e1feea

#e1feea

Complementary Color

#e1feea #fee1f5

#e1feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1feea Color CSS Codes

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

#e1feea Text Font Color

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

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


#e1feea Background Color

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

This div background color is #e1feea


#e1feea Border Color

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

This div border color is #e1feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1feea


Comments

No comments written yet.

Please login to write comment.