Color Hex Logo

#eafa5a Color Hex

#EAFA5A
(234,250,90)
0 Favorites   0 Comments

Color spaces of #eafa5a

RGB 23425090
HSL0.180.940.67
HSV66°64°98°
CMYK 0.060.000.64   0.02
XYZ69.962886.601822.7013
Yxy86.60180.39030.4831
Hunter Lab93.0601-28.658450.6787
CIE-Lab94.5691-25.137472.0430

#eafa5a color RGB value is (234,250,90).

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

The process color (four color CMYK) of #eafa5a color hex is 0.06, 0.00, 0.64, 0.02. Web safe color of #eafa5a is #ffff66. Color #eafa5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 01011010
Octal 352 372 132
Decimal 234 250 90
Hex EA FA 5A

RGB Percentages of Color #eafa5a

%40.77
%43.55
%15.68

CMYK Percentages of Color #eafa5a

%6
%0
%64
%2

Triadic Colors of #eafa5a

#eafa5a #5aeafa #fa5aea

Analogous Colors of #eafa5a

#eafa5a #9afa5a #faba5a

Monochromatic Colors of #eafa5a

#eafa5a

Complementary Color

#eafa5a #6a5afa

#eafa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa5a Color CSS Codes

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

#eafa5a Text Font Color

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

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


#eafa5a Background Color

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

This div background color is #eafa5a


#eafa5a Border Color

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

This div border color is #eafa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa5a


Comments

No comments written yet.

Please login to write comment.