Color Hex Logo

#eafa8f Color Hex

#EAFA8F
(234,250,143)
0 Favorites   0 Comments

Color spaces of #eafa8f

RGB 234250143
HSL0.190.910.77
HSV69°43°98°
CMYK 0.060.000.43   0.02
XYZ73.075287.846839.0913
Yxy87.84680.36540.4392
Hunter Lab93.7266-24.851740.8801
CIE-Lab95.0964-20.812749.3988

#eafa8f color RGB value is (234,250,143).

#eafa8f hex color red value is 234, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eafa8f hue: 0.19 , saturation: 0.91 and the lightness value of eafa8f is 0.77.

The process color (four color CMYK) of #eafa8f color hex is 0.06, 0.00, 0.43, 0.02. Web safe color of #eafa8f is #ffff99. Color #eafa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 10001111
Octal 352 372 217
Decimal 234 250 143
Hex EA FA 8F

RGB Percentages of Color #eafa8f

%37.32
%39.87
%22.81

CMYK Percentages of Color #eafa8f

%6
%0
%43
%2

Triadic Colors of #eafa8f

#eafa8f #8feafa #fa8fea

Analogous Colors of #eafa8f

#eafa8f #b5fa8f #fad58f

Monochromatic Colors of #eafa8f

#eafa8f

Complementary Color

#eafa8f #9f8ffa

#eafa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa8f Color CSS Codes

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

#eafa8f Text Font Color

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

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


#eafa8f Background Color

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

This div background color is #eafa8f


#eafa8f Border Color

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

This div border color is #eafa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa8f


Comments

No comments written yet.

Please login to write comment.