Color Hex Logo

#eafb59 Color Hex

#EAFB59
(234,251,89)
0 Favorites   0 Comments

Color spaces of #eafb59

RGB 23425189
HSL0.180.950.67
HSV66°65°98°
CMYK 0.070.000.65   0.02
XYZ70.232087.208122.5824
Yxy87.20810.39010.4844
Hunter Lab93.3853-29.180251.0322
CIE-Lab94.8265-25.668772.6943

#eafb59 color RGB value is (234,251,89).

#eafb59 hex color red value is 234, green value is 251 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #eafb59 hue: 0.18 , saturation: 0.95 and the lightness value of eafb59 is 0.67.

The process color (four color CMYK) of #eafb59 color hex is 0.07, 0.00, 0.65, 0.02. Web safe color of #eafb59 is #ffff66. Color #eafb59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 01011001
Octal 352 373 131
Decimal 234 251 89
Hex EA FB 59

RGB Percentages of Color #eafb59

%40.77
%43.73
%15.51

CMYK Percentages of Color #eafb59

%7
%0
%65
%2

Triadic Colors of #eafb59

#eafb59 #59eafb #fb59ea

Analogous Colors of #eafb59

#eafb59 #99fb59 #fbbb59

Monochromatic Colors of #eafb59

#eafb59

Complementary Color

#eafb59 #6a59fb

#eafb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb59 Color CSS Codes

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

#eafb59 Text Font Color

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

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


#eafb59 Background Color

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

This div background color is #eafb59


#eafb59 Border Color

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

This div border color is #eafb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb59


Comments

No comments written yet.

Please login to write comment.