Color Hex Logo

#eaf089 Color Hex

#EAF089
(234,240,137)
0 Favorites   0 Comments

Color spaces of #eaf089

RGB 234240137
HSL0.180.770.74
HSV63°43°94°
CMYK 0.030.000.43   0.06
XYZ69.607181.618735.7522
Yxy81.61870.37230.4365
Hunter Lab90.3431-20.570539.7768
CIE-Lab92.4063-16.581548.9291

#eaf089 color RGB value is (234,240,137).

#eaf089 hex color red value is 234, green value is 240 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #eaf089 hue: 0.18 , saturation: 0.77 and the lightness value of eaf089 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 10001001
Octal 352 360 211
Decimal 234 240 137
Hex EA F0 89

RGB Percentages of Color #eaf089

%38.30
%39.28
%22.42

CMYK Percentages of Color #eaf089

%3
%0
%43
%6

Triadic Colors of #eaf089

#eaf089 #89eaf0 #f089ea

Analogous Colors of #eaf089

#eaf089 #b7f089 #f0c389

Monochromatic Colors of #eaf089

#eaf089

Complementary Color

#eaf089 #8f89f0

#eaf089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf089 Color CSS Codes

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

#eaf089 Text Font Color

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

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


#eaf089 Background Color

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

This div background color is #eaf089


#eaf089 Border Color

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

This div border color is #eaf089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf089


Comments

No comments written yet.

Please login to write comment.