Color Hex Logo

#ebfb4a Color Hex

#EBFB4A
(235,251,74)
0 Favorites   0 Comments

Color spaces of #ebfb4a

RGB 23525174
HSL0.180.960.64
HSV65°71°98°
CMYK 0.060.000.71   0.02
XYZ69.994287.150919.6113
Yxy87.15090.39600.4931
Hunter Lab93.3546-29.537352.8930
CIE-Lab94.8023-26.075078.0903

#ebfb4a color RGB value is (235,251,74).

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

The process color (four color CMYK) of #ebfb4a color hex is 0.06, 0.00, 0.71, 0.02. Web safe color of #ebfb4a is #ffff33. Color #ebfb4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 01001010
Octal 353 373 112
Decimal 235 251 74
Hex EB FB 4A

RGB Percentages of Color #ebfb4a

%41.96
%44.82
%13.21

CMYK Percentages of Color #ebfb4a

%6
%0
%71
%2

Triadic Colors of #ebfb4a

#ebfb4a #4aebfb #fb4aeb

Analogous Colors of #ebfb4a

#ebfb4a #93fb4a #fbb34a

Monochromatic Colors of #ebfb4a

#ebfb4a

Complementary Color

#ebfb4a #5a4afb

#ebfb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb4a Color CSS Codes

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

#ebfb4a Text Font Color

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

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


#ebfb4a Background Color

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

This div background color is #ebfb4a


#ebfb4a Border Color

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

This div border color is #ebfb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb4a


Comments

No comments written yet.

Please login to write comment.