COLOR #EBFA84

HEX: #EBFA84
RGB: (235,250,132)

Color info

#EBFA84 contains mainly red and green colors. Web safe color of #EBFA84 is #FFFF99 (or #FF9).

RGB color model

#EBFA84 color RGB value is (235,250,132).

  • red value is 235;
  • green value is 250;
  • blue value is 132.
RGB:
(235,250,132)
(92%,98%,52%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 132 of 255 = 52%

235
250
132

R + G + B ~ 81%. #EBFA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 132 = 617 (100%)
R 235 of 617 ~ 38.09%
G 250 of 617 ~ 40.52%
B 132 of 617 ~ 21.39%

%38.09
%40.52
%21.39

CMYK color model

#EBFA84 color CMYK value is (6,0,47,2).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 1.96%
CMYK:
(6,0,47,2)
C6M0Y47K2 
(6%,0%,47%,2%)
(0.06/0.00/0.47/0.02)	

CMYK percentages

%6
%0
%47.2
%1.96

Codes

Color #EBFA84 in popluar color models

EBFA84
RGB235250132
HSL68°92.19%74.90%
HSB/HSV68°47.20%98.04%
CMYK6.00%0.00%47.20%
1.96%

Color #EBFA84 in popluar number systems.

HEXEBFA84
Decimal235250132
Binary111010111111101010000100
Octal353372204

Shades and tints

Shades of #EBFA84

#EBFA84
(235,250,132)
#D6E478
(214,228,120)
#C1CE6C
(193,206,108)
#ACB860
(172,184,96)
#97A254
(151,162,84)
#828C48
(130,140,72)
#6D763C
(109,118,60)
#586030
(88,96,48)
#434A24
(67,74,36)
#2E3418
(46,52,24)
#191E0C
(25,30,12)
#000000
(0,0,0)

Tints of #EBFA84

#EBFA84
(235,250,132)
#ECFA8F
(236,250,143)
#EDFA9A
(237,250,154)
#EEFAA5
(238,250,165)
#EFFAB0
(239,250,176)
#F0FABB
(240,250,187)
#F1FAC6
(241,250,198)
#F2FAD1
(242,250,209)
#F3FADC
(243,250,220)
#F4FAE7
(244,250,231)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFA84 color. Also use rgb(235,250,132) instead hex code.

Text Font Color

.myTextColor { color: #EBFA84; }

<p style="color:#EBFA84">This sample text font color is #EBFA84.</p>

This text font color is #EBFA84.


Background Color

.myBgColor { background-color: #EBFA84; }

<div style="background-color:#EBFA84">Inner text</div>

This div background color is #EBFA84.


Border color

.myBorderColor { border: 1px solid #EBFA84; }

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

This div border color is #EBFA84.


Opacity

.myOpacity80 { color: #EBFA84; opacity: 0.8; }

<p style="color:#EBFA84;opacity:0.8;">80%</p>

Text with #EBFA84 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBFA84;}

<p style="text-shadow: 3px 3px 1px #EBFA84">Text here.</p>

This text has shadow with #EBFA84 color.

.textShadow {text-shadow: 3px 3px 1px #EBFA84, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBFA84, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBFA84 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBFA84, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBFA84, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBFA84 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBFA84;
  -webkit-box-shadow:	1px 1px 3px 2px #EBFA84;
  box-shadow:		1px 1px 3px 2px #EBFA84;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBFA84;
-webkit-box-shadow: 1px 1px 3px 2px #EBFA84;
box-shadow:1px 1px 3px 2px #EBFA84;">
Div content here</div>
This div box has shadow with color #EBFA84.

Preview

Color preview on black background

This text has color #EBFA84 on black background.


Color preview on white background

This text has color #EBFA84 on white background.



Black color preview on #EBFA84 background

This text has black color on #EBFA84 background.


White color preview on #EBFA84 background

This text has white color on #EBFA84 background.