Color Hex Logo

#eafb3b Color Hex

#EAFB3B
(234,251,59)
0 Favorites   0 Comments

Color spaces of #eafb3b

RGB 23425159
HSL0.180.960.61
HSV65°76°98°
CMYK 0.070.000.76   0.02
XYZ69.218386.802617.2441
Yxy86.80260.39950.5010
Hunter Lab93.1679-30.428854.2438
CIE-Lab94.6545-27.112582.5762

#eafb3b color RGB value is (234,251,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 00111011
Octal 352 373 73
Decimal 234 251 59
Hex EA FB 3B

RGB Percentages of Color #eafb3b

%43.01
%46.14
%10.85

CMYK Percentages of Color #eafb3b

%7
%0
%76
%2

Triadic Colors of #eafb3b

#eafb3b #3beafb #fb3bea

Analogous Colors of #eafb3b

#eafb3b #8afb3b #fbac3b

Monochromatic Colors of #eafb3b

#eafb3b

Complementary Color

#eafb3b #4c3bfb

#eafb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb3b Color CSS Codes

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

#eafb3b Text Font Color

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

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


#eafb3b Background Color

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

This div background color is #eafb3b


#eafb3b Border Color

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

This div border color is #eafb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb3b


Comments

No comments written yet.

Please login to write comment.