Color Hex Logo

#eaf389 Color Hex

#EAF389
(234,243,137)
0 Favorites   0 Comments

Color spaces of #eaf389

RGB 234243137
HSL0.180.820.75
HSV65°44°95°
CMYK 0.040.000.44   0.05
XYZ70.497683.399836.0491
Yxy83.39980.37110.4391
Hunter Lab91.3235-22.022240.5223
CIE-Lab93.1892-18.042349.8980

#eaf389 color RGB value is (234,243,137).

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

The process color (four color CMYK) of #eaf389 color hex is 0.04, 0.00, 0.44, 0.05. Web safe color of #eaf389 is #ffff99. Color #eaf389 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 10001001
Octal 352 363 211
Decimal 234 243 137
Hex EA F3 89

RGB Percentages of Color #eaf389

%38.11
%39.58
%22.31

CMYK Percentages of Color #eaf389

%4
%0
%44
%5

Triadic Colors of #eaf389

#eaf389 #89eaf3 #f389ea

Analogous Colors of #eaf389

#eaf389 #b5f389 #f3c789

Monochromatic Colors of #eaf389

#eaf389

Complementary Color

#eaf389 #9289f3

#eaf389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf389 Color CSS Codes

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

#eaf389 Text Font Color

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

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


#eaf389 Background Color

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

This div background color is #eaf389


#eaf389 Border Color

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

This div border color is #eaf389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf389


Comments

No comments written yet.

Please login to write comment.