Color Hex Logo

#e1fa5d Color Hex

#E1FA5D
(225,250,93)
0 Favorites   0 Comments

Color spaces of #e1fa5d

RGB 22525093
HSL0.190.940.67
HSV70°63°98°
CMYK 0.100.000.63   0.02
XYZ67.212785.169123.2527
Yxy85.16910.38270.4849
Hunter Lab92.2871-31.500949.6622
CIE-Lab93.9559-28.489170.0334

#e1fa5d color RGB value is (225,250,93).

#e1fa5d hex color red value is 225, green value is 250 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e1fa5d hue: 0.19 , saturation: 0.94 and the lightness value of e1fa5d is 0.67.

The process color (four color CMYK) of #e1fa5d color hex is 0.10, 0.00, 0.63, 0.02. Web safe color of #e1fa5d is #ccff66. Color #e1fa5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 01011101
Octal 341 372 135
Decimal 225 250 93
Hex E1 FA 5D

RGB Percentages of Color #e1fa5d

%39.61
%44.01
%16.37

CMYK Percentages of Color #e1fa5d

%10
%0
%63
%2

Triadic Colors of #e1fa5d

#e1fa5d #5de1fa #fa5de1

Analogous Colors of #e1fa5d

#e1fa5d #93fa5d #fac55d

Monochromatic Colors of #e1fa5d

#e1fa5d

Complementary Color

#e1fa5d #765dfa

#e1fa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fa5d Color CSS Codes

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

#e1fa5d Text Font Color

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

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


#e1fa5d Background Color

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

This div background color is #e1fa5d


#e1fa5d Border Color

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

This div border color is #e1fa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fa5d

Related Colors


Comments

No comments written yet.

Please login to write comment.