Color Hex Logo

#ebfa4e Color Hex

#EBFA4E
(235,250,78)
0 Favorites   0 Comments

Color spaces of #ebfa4e

RGB 23525078
HSL0.180.950.64
HSV65°69°98°
CMYK 0.060.000.69   0.02
XYZ69.821786.583420.2400
Yxy86.58340.39530.4902
Hunter Lab93.0502-28.897552.2386
CIE-Lab94.5612-25.407376.4805

#ebfa4e color RGB value is (235,250,78).

#ebfa4e hex color red value is 235, green value is 250 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebfa4e hue: 0.18 , saturation: 0.95 and the lightness value of ebfa4e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01001110
Octal 353 372 116
Decimal 235 250 78
Hex EB FA 4E

RGB Percentages of Color #ebfa4e

%41.74
%44.40
%13.85

CMYK Percentages of Color #ebfa4e

%6
%0
%69
%2

Triadic Colors of #ebfa4e

#ebfa4e #4eebfa #fa4eeb

Analogous Colors of #ebfa4e

#ebfa4e #95fa4e #fab34e

Monochromatic Colors of #ebfa4e

#ebfa4e

Complementary Color

#ebfa4e #5d4efa

#ebfa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa4e Color CSS Codes

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

#ebfa4e Text Font Color

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

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


#ebfa4e Background Color

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

This div background color is #ebfa4e


#ebfa4e Border Color

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

This div border color is #ebfa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa4e


Comments

No comments written yet.

Please login to write comment.