Color Hex Logo

#eaf989 Color Hex

#EAF989
(234,249,137)
0 Favorites   0 Comments

Color spaces of #eaf989

RGB 234249137
HSL0.190.900.76
HSV68°45°98°
CMYK 0.060.000.45   0.02
XYZ72.322787.049936.6574
Yxy87.04990.36890.4441
Hunter Lab93.3005-24.910242.0156
CIE-Lab94.7594-20.938051.8314

#eaf989 color RGB value is (234,249,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 10001001
Octal 352 371 211
Decimal 234 249 137
Hex EA F9 89

RGB Percentages of Color #eaf989

%37.74
%40.16
%22.10

CMYK Percentages of Color #eaf989

%6
%0
%45
%2

Triadic Colors of #eaf989

#eaf989 #89eaf9 #f989ea

Analogous Colors of #eaf989

#eaf989 #b2f989 #f9d089

Monochromatic Colors of #eaf989

#eaf989

Complementary Color

#eaf989 #9889f9

#eaf989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf989 Color CSS Codes

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

#eaf989 Text Font Color

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

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


#eaf989 Background Color

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

This div background color is #eaf989


#eaf989 Border Color

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

This div border color is #eaf989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf989


Comments

No comments written yet.

Please login to write comment.