COLOR #EBFB6D

HEX: #EBFB6D
RGB: (235,251,109)

Color info

#EBFB6D contains mainly red and green colors. Web safe color of #EBFB6D is #FFFF66 (or #FF6).

RGB color model

#EBFB6D color RGB value is (235,251,109).

  • red value is 235;
  • green value is 251;
  • blue value is 109.
RGB:
(235,251,109)
(92%,98%,43%)

RGB channels and saturation

R 235 of 255 = 92%
G 251 of 255 = 98%
B 109 of 255 = 43%

235
251
109

R + G + B ~ 78%. #EBFB6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 251 + 109 = 595 (100%)
R 235 of 595 ~ 39.5%
G 251 of 595 ~ 42.18%
B 109 of 595 ~ 18.32%

%39.5
%42.18
%18.32

CMYK color model

#EBFB6D color CMYK value is (6,0,57,2).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 56.57%
  • key color value is 1.57%
CMYK:
(6,0,57,2)
C6M0Y57K2 
(6%,0%,57%,2%)
(0.06/0.00/0.57/0.02)	

CMYK percentages

%6.37
%0
%56.57
%1.57

Codes

Color #EBFB6D in popluar color models

EBFB6D
RGB235251109
HSL67°94.67%70.59%
HSB/HSV67°56.57%98.43%
CMYK6.37%0.00%56.57%
1.57%

Color #EBFB6D in popluar number systems.

HEXEBFB6D
Decimal235251109
Binary11101011111110111101101
Octal353373155

Shades and tints

Shades of #EBFB6D

#EBFB6D
(235,251,109)
#D6E564
(214,229,100)
#C1CF5B
(193,207,91)
#ACB952
(172,185,82)
#97A349
(151,163,73)
#828D40
(130,141,64)
#6D7737
(109,119,55)
#58612E
(88,97,46)
#434B25
(67,75,37)
#2E351C
(46,53,28)
#191F13
(25,31,19)
#000000
(0,0,0)

Tints of #EBFB6D

#EBFB6D
(235,251,109)
#ECFB7A
(236,251,122)
#EDFB87
(237,251,135)
#EEFB94
(238,251,148)
#EFFBA1
(239,251,161)
#F0FBAE
(240,251,174)
#F1FBBB
(241,251,187)
#F2FBC8
(242,251,200)
#F3FBD5
(243,251,213)
#F4FBE2
(244,251,226)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFB6D color. Also use rgb(235,251,109) instead hex code.

Text Font Color

.myTextColor { color: #EBFB6D; }

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

This text font color is #EBFB6D.


Background Color

.myBgColor { background-color: #EBFB6D; }

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

This div background color is #EBFB6D.


Border color

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

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

This div border color is #EBFB6D.


Opacity

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

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

Text with #EBFB6D 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 #EBFB6D;}

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

This text has shadow with #EBFB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFB6D on black background.


Color preview on white background

This text has color #EBFB6D on white background.



Black color preview on #EBFB6D background

This text has black color on #EBFB6D background.


White color preview on #EBFB6D background

This text has white color on #EBFB6D background.