Color Hex Logo

#eafd7e Color Hex

#EAFD7E
(234,253,126)
0 Favorites   0 Comments

Color spaces of #eafd7e

RGB 234253126
HSL0.190.970.74
HSV69°50°99°
CMYK 0.080.000.50   0.01
XYZ72.822989.249333.1273
Yxy89.24930.37310.4572
Hunter Lab94.4718-27.730445.3398
CIE-Lab95.6845-23.875558.0441

#eafd7e color RGB value is (234,253,126).

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

The process color (four color CMYK) of #eafd7e color hex is 0.08, 0.00, 0.50, 0.01. Web safe color of #eafd7e is #ffff66. Color #eafd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01111110
Octal 352 375 176
Decimal 234 253 126
Hex EA FD 7E

RGB Percentages of Color #eafd7e

%38.17
%41.27
%20.55

CMYK Percentages of Color #eafd7e

%8
%0
%50
%1

Triadic Colors of #eafd7e

#eafd7e #7eeafd #fd7eea

Analogous Colors of #eafd7e

#eafd7e #abfd7e #fdd17e

Monochromatic Colors of #eafd7e

#eafd7e

Complementary Color

#eafd7e #917efd

#eafd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd7e Color CSS Codes

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

#eafd7e Text Font Color

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

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


#eafd7e Background Color

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

This div background color is #eafd7e


#eafd7e Border Color

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

This div border color is #eafd7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #eafd7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd7e


Comments

No comments written yet.

Please login to write comment.