Color Hex Logo

#e0f80a Color Hex

#E0F80A
(224,248,10)
0 Favorites   0 Comments

Color spaces of #e0f80a

RGB 22424810
HSL0.180.940.51
HSV66°96°97°
CMYK 0.100.000.96   0.03
XYZ64.362783.004012.9163
Yxy83.00400.40160.5179
Hunter Lab91.1065-33.334155.3689
CIE-Lab93.0162-30.825889.6886

#e0f80a color RGB value is (224,248,10).

#e0f80a hex color red value is 224, green value is 248 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e0f80a hue: 0.18 , saturation: 0.94 and the lightness value of e0f80a is 0.51.

The process color (four color CMYK) of #e0f80a color hex is 0.10, 0.00, 0.96, 0.03. Web safe color of #e0f80a is #ccff00. Color #e0f80a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111000 00001010
Octal 340 370 12
Decimal 224 248 10
Hex E0 F8 A

RGB Percentages of Color #e0f80a

%46.47
%51.45
%2.07

CMYK Percentages of Color #e0f80a

%10
%0
%96
%3

Triadic Colors of #e0f80a

#e0f80a #0ae0f8 #f80ae0

Analogous Colors of #e0f80a

#e0f80a #69f80a #f8990a

Monochromatic Colors of #e0f80a

#e0f80a

Complementary Color

#e0f80a #220af8

#e0f80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0f80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0f80a Color CSS Codes

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

#e0f80a Text Font Color

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

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


#e0f80a Background Color

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

This div background color is #e0f80a


#e0f80a Border Color

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

This div border color is #e0f80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0f80a


Comments

No comments written yet.

Please login to write comment.