Color Hex Logo

#e5fd7e Color Hex

#E5FD7E
(229,253,126)
0 Favorites   0 Comments

Color spaces of #e5fd7e

RGB 229253126
HSL0.200.970.74
HSV71°50°99°
CMYK 0.090.000.50   0.01
XYZ71.204388.414933.0516
Yxy88.41490.36960.4589
Hunter Lab94.0292-29.380744.9798
CIE-Lab95.3354-25.785757.5447

#e5fd7e color RGB value is (229,253,126).

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

The process color (four color CMYK) of #e5fd7e color hex is 0.09, 0.00, 0.50, 0.01. Web safe color of #e5fd7e is #ccff66. Color #e5fd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111101 01111110
Octal 345 375 176
Decimal 229 253 126
Hex E5 FD 7E

RGB Percentages of Color #e5fd7e

%37.66
%41.61
%20.72

CMYK Percentages of Color #e5fd7e

%9
%0
%50
%1

Triadic Colors of #e5fd7e

#e5fd7e #7ee5fd #fd7ee5

Analogous Colors of #e5fd7e

#e5fd7e #a6fd7e #fdd67e

Monochromatic Colors of #e5fd7e

#e5fd7e

Complementary Color

#e5fd7e #967efd

#e5fd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fd7e Color CSS Codes

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

#e5fd7e Text Font Color

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

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


#e5fd7e Background Color

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

This div background color is #e5fd7e


#e5fd7e Border Color

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

This div border color is #e5fd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fd7e


Comments

No comments written yet.

Please login to write comment.