Color Hex Logo

#e1fe9b Color Hex

#E1FE9B
(225,254,155)
0 Favorites   0 Comments

Color spaces of #e1fe9b

RGB 225254155
HSL0.220.980.80
HSV78°39°100°
CMYK 0.110.000.39   0.00
XYZ72.409589.257744.4224
Yxy89.25770.35130.4331
Hunter Lab94.4763-28.525738.2555
CIE-Lab95.6880-24.758044.2304

#e1fe9b color RGB value is (225,254,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 10011011
Octal 341 376 233
Decimal 225 254 155
Hex E1 FE 9B

RGB Percentages of Color #e1fe9b

%35.49
%40.06
%24.45

CMYK Percentages of Color #e1fe9b

%11
%0
%39
%0

Triadic Colors of #e1fe9b

#e1fe9b #9be1fe #fe9be1

Analogous Colors of #e1fe9b

#e1fe9b #b0fe9b #feea9b

Monochromatic Colors of #e1fe9b

#e1fe9b

Complementary Color

#e1fe9b #b89bfe

#e1fe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fe9b Color CSS Codes

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

#e1fe9b Text Font Color

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

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


#e1fe9b Background Color

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

This div background color is #e1fe9b


#e1fe9b Border Color

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

This div border color is #e1fe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fe9b


Comments

No comments written yet.

Please login to write comment.