Color Hex Logo

#e1f53c Color Hex

#E1F53C
(225,245,60)
0 Favorites   0 Comments

Color spaces of #e1f53c

RGB 22524560
HSL0.180.900.60
HSV66°76°96°
CMYK 0.080.000.76   0.04
XYZ64.519481.638616.6323
Yxy81.63860.39630.5015
Hunter Lab90.3541-30.657652.3338
CIE-Lab92.4151-27.879080.0104

#e1f53c color RGB value is (225,245,60).

#e1f53c hex color red value is 225, green value is 245 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e1f53c hue: 0.18 , saturation: 0.90 and the lightness value of e1f53c is 0.60.

The process color (four color CMYK) of #e1f53c color hex is 0.08, 0.00, 0.76, 0.04. Web safe color of #e1f53c is #ccff33. Color #e1f53c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11110101 00111100
Octal 341 365 74
Decimal 225 245 60
Hex E1 F5 3C

RGB Percentages of Color #e1f53c

%42.45
%46.23
%11.32

CMYK Percentages of Color #e1f53c

%8
%0
%76
%4

Triadic Colors of #e1f53c

#e1f53c #3ce1f5 #f53ce1

Analogous Colors of #e1f53c

#e1f53c #85f53c #f5ad3c

Monochromatic Colors of #e1f53c

#e1f53c

Complementary Color

#e1f53c #503cf5

#e1f53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1f53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1f53c Color CSS Codes

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

#e1f53c Text Font Color

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

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


#e1f53c Background Color

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

This div background color is #e1f53c


#e1f53c Border Color

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

This div border color is #e1f53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1f53c


Comments

No comments written yet.

Please login to write comment.