Color Hex Logo

#e0ff5b Color Hex

#E0FF5B
(224,255,91)
0 Favorites   0 Comments

Color spaces of #e0ff5b

RGB 22425591
HSL0.201.000.68
HSV71°64°100°
CMYK 0.120.000.64   0.00
XYZ68.388888.122623.3024
Yxy88.12260.38030.4901
Hunter Lab93.8736-34.238150.9939
CIE-Lab95.2125-31.322372.1148

#e0ff5b color RGB value is (224,255,91).

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

The process color (four color CMYK) of #e0ff5b color hex is 0.12, 0.00, 0.64, 0.00. Web safe color of #e0ff5b is #ccff66. Color #e0ff5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111111 01011011
Octal 340 377 133
Decimal 224 255 91
Hex E0 FF 5B

RGB Percentages of Color #e0ff5b

%39.30
%44.74
%15.96

CMYK Percentages of Color #e0ff5b

%12
%0
%64
%0

Triadic Colors of #e0ff5b

#e0ff5b #5be0ff #ff5be0

Analogous Colors of #e0ff5b

#e0ff5b #8eff5b #ffcc5b

Monochromatic Colors of #e0ff5b

#e0ff5b

Complementary Color

#e0ff5b #7a5bff

#e0ff5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ff5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ff5b Color CSS Codes

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

#e0ff5b Text Font Color

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

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


#e0ff5b Background Color

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

This div background color is #e0ff5b


#e0ff5b Border Color

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

This div border color is #e0ff5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ff5b

Related Colors


Comments

No comments written yet.

Please login to write comment.