Color Hex Logo

#e1fe85 Color Hex

#E1FE85
(225,254,133)
0 Favorites   0 Comments

Color spaces of #e1fe85

RGB 225254133
HSL0.210.980.76
HSV74°48°100°
CMYK 0.110.000.48   0.00
XYZ70.726888.584635.5611
Yxy88.58460.36290.4546
Hunter Lab94.1194-30.573643.4821
CIE-Lab95.4066-27.109954.3482

#e1fe85 color RGB value is (225,254,133).

#e1fe85 hex color red value is 225, green value is 254 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e1fe85 hue: 0.21 , saturation: 0.98 and the lightness value of e1fe85 is 0.76.

The process color (four color CMYK) of #e1fe85 color hex is 0.11, 0.00, 0.48, 0.00. Web safe color of #e1fe85 is #ccff99. Color #e1fe85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 10000101
Octal 341 376 205
Decimal 225 254 133
Hex E1 FE 85

RGB Percentages of Color #e1fe85

%36.76
%41.50
%21.73

CMYK Percentages of Color #e1fe85

%11
%0
%48
%0

Triadic Colors of #e1fe85

#e1fe85 #85e1fe #fe85e1

Analogous Colors of #e1fe85

#e1fe85 #a5fe85 #fedf85

Monochromatic Colors of #e1fe85

#e1fe85

Complementary Color

#e1fe85 #a285fe

#e1fe85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fe85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fe85 Color CSS Codes

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

#e1fe85 Text Font Color

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

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


#e1fe85 Background Color

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

This div background color is #e1fe85


#e1fe85 Border Color

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

This div border color is #e1fe85


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,254,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fe85


Comments

No comments written yet.

Please login to write comment.