Color Hex Logo

#ebfa7c Color Hex

#EBFA7C
(235,250,124)
0 Favorites   0 Comments

Color spaces of #ebfa7c

RGB 235250124
HSL0.190.930.73
HSV67°50°98°
CMYK 0.060.000.50   0.02
XYZ72.084687.488632.1565
Yxy87.48860.37600.4563
Hunter Lab93.5353-26.122845.0914
CIE-Lab94.9452-22.240258.0965

#ebfa7c color RGB value is (235,250,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01111100
Octal 353 372 174
Decimal 235 250 124
Hex EB FA 7C

RGB Percentages of Color #ebfa7c

%38.59
%41.05
%20.36

CMYK Percentages of Color #ebfa7c

%6
%0
%50
%2

Triadic Colors of #ebfa7c

#ebfa7c #7cebfa #fa7ceb

Analogous Colors of #ebfa7c

#ebfa7c #acfa7c #faca7c

Monochromatic Colors of #ebfa7c

#ebfa7c

Complementary Color

#ebfa7c #8b7cfa

#ebfa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa7c Color CSS Codes

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

#ebfa7c Text Font Color

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

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


#ebfa7c Background Color

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

This div background color is #ebfa7c


#ebfa7c Border Color

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

This div border color is #ebfa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa7c


Comments

No comments written yet.

Please login to write comment.