Color Hex Logo

#eafb3a Color Hex

#EAFB3A
(234,251,58)
0 Favorites   0 Comments

Color spaces of #eafb3a

RGB 23425158
HSL0.180.960.61
HSV65°77°98°
CMYK 0.070.000.77   0.02
XYZ69.192686.792317.1087
Yxy86.79230.39970.5014
Hunter Lab93.1624-30.460554.3254
CIE-Lab94.6501-27.149382.8526

#eafb3a color RGB value is (234,251,58).

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

The process color (four color CMYK) of #eafb3a color hex is 0.07, 0.00, 0.77, 0.02. Web safe color of #eafb3a is #ffff33. Color #eafb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 00111010
Octal 352 373 72
Decimal 234 251 58
Hex EA FB 3A

RGB Percentages of Color #eafb3a

%43.09
%46.22
%10.68

CMYK Percentages of Color #eafb3a

%7
%0
%77
%2

Triadic Colors of #eafb3a

#eafb3a #3aeafb #fb3aea

Analogous Colors of #eafb3a

#eafb3a #8afb3a #fbac3a

Monochromatic Colors of #eafb3a

#eafb3a

Complementary Color

#eafb3a #4b3afb

#eafb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb3a Color CSS Codes

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

#eafb3a Text Font Color

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

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


#eafb3a Background Color

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

This div background color is #eafb3a


#eafb3a Border Color

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

This div border color is #eafb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb3a


Comments

No comments written yet.

Please login to write comment.