Color Hex Logo

#eaff7c Color Hex

#EAFF7C
(234,255,124)
0 Favorites   0 Comments

Color spaces of #eaff7c

RGB 234255124
HSL0.191.000.74
HSV70°51°100°
CMYK 0.080.000.51   0.00
XYZ73.329890.467732.6659
Yxy90.46770.37320.4605
Hunter Lab95.1145-28.833446.2177
CIE-Lab96.1904-24.997159.5438

#eaff7c color RGB value is (234,255,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 01111100
Octal 352 377 174
Decimal 234 255 124
Hex EA FF 7C

RGB Percentages of Color #eaff7c

%38.17
%41.60
%20.23

CMYK Percentages of Color #eaff7c

%8
%0
%51
%0

Triadic Colors of #eaff7c

#eaff7c #7ceaff #ff7cea

Analogous Colors of #eaff7c

#eaff7c #a9ff7c #ffd37c

Monochromatic Colors of #eaff7c

#eaff7c

Complementary Color

#eaff7c #917cff

#eaff7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaff7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaff7c Color CSS Codes

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

#eaff7c Text Font Color

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

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


#eaff7c Background Color

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

This div background color is #eaff7c


#eaff7c Border Color

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

This div border color is #eaff7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaff7c

Related Colors

#eaff7c Color Palettes


Comments

No comments written yet.

Please login to write comment.