Color Hex Logo

#e1fd7c Color Hex

#E1FD7C
(225,253,124)
0 Favorites   0 Comments

Color spaces of #e1fd7c

RGB 225253124
HSL0.200.970.74
HSV73°51°99°
CMYK 0.110.000.51   0.01
XYZ69.814787.713332.3195
Yxy87.71330.36770.4620
Hunter Lab93.6554-30.835445.0984
CIE-Lab95.0401-27.486558.0354

#e1fd7c color RGB value is (225,253,124).

#e1fd7c hex color red value is 225, green value is 253 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e1fd7c hue: 0.20 , saturation: 0.97 and the lightness value of e1fd7c is 0.74.

The process color (four color CMYK) of #e1fd7c color hex is 0.11, 0.00, 0.51, 0.01. Web safe color of #e1fd7c is #ccff66. Color #e1fd7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111101 01111100
Octal 341 375 174
Decimal 225 253 124
Hex E1 FD 7C

RGB Percentages of Color #e1fd7c

%37.38
%42.03
%20.60

CMYK Percentages of Color #e1fd7c

%11
%0
%51
%1

Triadic Colors of #e1fd7c

#e1fd7c #7ce1fd #fd7ce1

Analogous Colors of #e1fd7c

#e1fd7c #a1fd7c #fdd97c

Monochromatic Colors of #e1fd7c

#e1fd7c

Complementary Color

#e1fd7c #987cfd

#e1fd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fd7c Color CSS Codes

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

#e1fd7c Text Font Color

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

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


#e1fd7c Background Color

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

This div background color is #e1fd7c


#e1fd7c Border Color

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

This div border color is #e1fd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fd7c


Comments

No comments written yet.

Please login to write comment.