Color Hex Logo

#ebfa7e Color Hex

#EBFA7E
(235,250,126)
0 Favorites   0 Comments

Color spaces of #ebfa7e

RGB 235250126
HSL0.190.930.74
HSV67°50°98°
CMYK 0.060.000.50   0.02
XYZ72.212587.539732.8295
Yxy87.53970.37500.4546
Hunter Lab93.5627-25.966744.6900
CIE-Lab94.9668-22.063757.2109

#ebfa7e color RGB value is (235,250,126).

#ebfa7e hex color red value is 235, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebfa7e hue: 0.19 , saturation: 0.93 and the lightness value of ebfa7e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01111110
Octal 353 372 176
Decimal 235 250 126
Hex EB FA 7E

RGB Percentages of Color #ebfa7e

%38.46
%40.92
%20.62

CMYK Percentages of Color #ebfa7e

%6
%0
%50
%2

Triadic Colors of #ebfa7e

#ebfa7e #7eebfa #fa7eeb

Analogous Colors of #ebfa7e

#ebfa7e #adfa7e #facb7e

Monochromatic Colors of #ebfa7e

#ebfa7e

Complementary Color

#ebfa7e #8d7efa

#ebfa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa7e Color CSS Codes

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

#ebfa7e Text Font Color

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

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


#ebfa7e Background Color

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

This div background color is #ebfa7e


#ebfa7e Border Color

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

This div border color is #ebfa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa7e


Comments

No comments written yet.

Please login to write comment.