Color Hex Logo

#eafe71 Color Hex

#EAFE71
(234,254,113)
0 Favorites   0 Comments

Color spaces of #eafe71

RGB 234254113
HSL0.190.990.72
HSV69°56°100°
CMYK 0.080.000.56   0.00
XYZ72.354189.568329.0977
Yxy89.56830.37880.4689
Hunter Lab94.6405-29.155048.0194
CIE-Lab95.8174-25.432263.9648

#eafe71 color RGB value is (234,254,113).

#eafe71 hex color red value is 234, green value is 254 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eafe71 hue: 0.19 , saturation: 0.99 and the lightness value of eafe71 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 01110001
Octal 352 376 161
Decimal 234 254 113
Hex EA FE 71

RGB Percentages of Color #eafe71

%38.94
%42.26
%18.80

CMYK Percentages of Color #eafe71

%8
%0
%56
%0

Triadic Colors of #eafe71

#eafe71 #71eafe #fe71ea

Analogous Colors of #eafe71

#eafe71 #a4fe71 #fecc71

Monochromatic Colors of #eafe71

#eafe71

Complementary Color

#eafe71 #8571fe

#eafe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe71 Color CSS Codes

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

#eafe71 Text Font Color

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

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


#eafe71 Background Color

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

This div background color is #eafe71


#eafe71 Border Color

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

This div border color is #eafe71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,254,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe71

Related Colors


Comments

No comments written yet.

Please login to write comment.