Color Hex Logo

#ebfa7a Color Hex

#EBFA7A
(235,250,122)
0 Favorites   0 Comments

Color spaces of #ebfa7a

RGB 235250122
HSL0.190.930.73
HSV67°51°98°
CMYK 0.060.000.51   0.02
XYZ71.959487.438531.4970
Yxy87.43850.37700.4580
Hunter Lab93.5086-26.275545.4850
CIE-Lab94.9240-22.413058.9768

#ebfa7a color RGB value is (235,250,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01111010
Octal 353 372 172
Decimal 235 250 122
Hex EB FA 7A

RGB Percentages of Color #ebfa7a

%38.71
%41.19
%20.10

CMYK Percentages of Color #ebfa7a

%6
%0
%51
%2

Triadic Colors of #ebfa7a

#ebfa7a #7aebfa #fa7aeb

Analogous Colors of #ebfa7a

#ebfa7a #abfa7a #fac97a

Monochromatic Colors of #ebfa7a

#ebfa7a

Complementary Color

#ebfa7a #897afa

#ebfa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa7a Color CSS Codes

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

#ebfa7a Text Font Color

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

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


#ebfa7a Background Color

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

This div background color is #ebfa7a


#ebfa7a Border Color

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

This div border color is #ebfa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa7a


Comments

No comments written yet.

Please login to write comment.