Color Hex Logo

#e0ff96 Color Hex

#E0FF96
(224,255,150)
0 Favorites   0 Comments

Color spaces of #e0ff96

RGB 224255150
HSL0.221.000.79
HSV78°41°100°
CMYK 0.120.000.41   0.00
XYZ72.005589.569342.3477
Yxy89.56930.35310.4392
Hunter Lab94.6411-29.814239.7191
CIE-Lab95.8178-26.168446.8004

#e0ff96 color RGB value is (224,255,150).

#e0ff96 hex color red value is 224, green value is 255 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e0ff96 hue: 0.22 , saturation: 1.00 and the lightness value of e0ff96 is 0.79.

The process color (four color CMYK) of #e0ff96 color hex is 0.12, 0.00, 0.41, 0.00. Web safe color of #e0ff96 is #ccff99. Color #e0ff96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111111 10010110
Octal 340 377 226
Decimal 224 255 150
Hex E0 FF 96

RGB Percentages of Color #e0ff96

%35.61
%40.54
%23.85

CMYK Percentages of Color #e0ff96

%12
%0
%41
%0

Triadic Colors of #e0ff96

#e0ff96 #96e0ff #ff96e0

Analogous Colors of #e0ff96

#e0ff96 #acff96 #ffea96

Monochromatic Colors of #e0ff96

#e0ff96

Complementary Color

#e0ff96 #b596ff

#e0ff96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ff96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ff96 Color CSS Codes

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

#e0ff96 Text Font Color

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

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


#e0ff96 Background Color

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

This div background color is #e0ff96


#e0ff96 Border Color

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

This div border color is #e0ff96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ff96

Related Colors


Comments

No comments written yet.

Please login to write comment.