Color Hex Logo

#eafb7e Color Hex

#EAFB7E
(234,251,126)
0 Favorites   0 Comments

Color spaces of #eafb7e

RGB 234251126
HSL0.190.940.74
HSV68°50°98°
CMYK 0.070.000.50   0.02
XYZ72.194887.993132.9180
Yxy87.99310.37390.4557
Hunter Lab93.8046-26.779344.8572
CIE-Lab95.1580-22.925457.4203

#eafb7e color RGB value is (234,251,126).

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

The process color (four color CMYK) of #eafb7e color hex is 0.07, 0.00, 0.50, 0.02. Web safe color of #eafb7e is #ffff66. Color #eafb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 01111110
Octal 352 373 176
Decimal 234 251 126
Hex EA FB 7E

RGB Percentages of Color #eafb7e

%38.30
%41.08
%20.62

CMYK Percentages of Color #eafb7e

%7
%0
%50
%2

Triadic Colors of #eafb7e

#eafb7e #7eeafb #fb7eea

Analogous Colors of #eafb7e

#eafb7e #acfb7e #fbce7e

Monochromatic Colors of #eafb7e

#eafb7e

Complementary Color

#eafb7e #8f7efb

#eafb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb7e Color CSS Codes

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

#eafb7e Text Font Color

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

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


#eafb7e Background Color

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

This div background color is #eafb7e


#eafb7e Border Color

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

This div border color is #eafb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb7e


Comments

No comments written yet.

Please login to write comment.