Color Hex Logo

#eaf98e Color Hex

#EAF98E
(234,249,142)
0 Favorites   0 Comments

Color spaces of #eaf98e

RGB 234249142
HSL0.190.900.77
HSV68°43°98°
CMYK 0.060.000.43   0.02
XYZ72.689987.196838.5907
Yxy87.19680.36620.4393
Hunter Lab93.3792-24.462540.8628
CIE-Lab94.8217-20.435249.5346

#eaf98e color RGB value is (234,249,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 10001110
Octal 352 371 216
Decimal 234 249 142
Hex EA F9 8E

RGB Percentages of Color #eaf98e

%37.44
%39.84
%22.72

CMYK Percentages of Color #eaf98e

%6
%0
%43
%2

Triadic Colors of #eaf98e

#eaf98e #8eeaf9 #f98eea

Analogous Colors of #eaf98e

#eaf98e #b5f98e #f9d38e

Monochromatic Colors of #eaf98e

#eaf98e

Complementary Color

#eaf98e #9d8ef9

#eaf98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf98e Color CSS Codes

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

#eaf98e Text Font Color

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

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


#eaf98e Background Color

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

This div background color is #eaf98e


#eaf98e Border Color

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

This div border color is #eaf98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf98e


Comments

No comments written yet.

Please login to write comment.