COLOR #EDFEB4

HEX: #EDFEB4
RGB: (237,254,180)

Color info

#EDFEB4 contains mainly red and green colors. Web safe color of #EDFEB4 is #FFFFCC (or #FFC).

RGB color model

#EDFEB4 color RGB value is (237,254,180).

  • red value is 237;
  • green value is 254;
  • blue value is 180.
RGB:
(237,254,180)
(93%,100%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 180 of 255 = 71%

237
254
180

R + G + B ~ 88%. #EDFEB4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 254 + 180 = 671 (100%)
R 237 of 671 ~ 35.32%
G 254 of 671 ~ 37.85%
B 180 of 671 ~ 26.83%

%35.32
%37.85
%26.83

CMYK color model

#EDFEB4 color CMYK value is (7,0,29,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(7,0,29,0)
C7M0Y29K0 
(7%,0%,29%,0%)
(0.07/0.00/0.29/0.00)	

CMYK percentages

%6.69
%0
%29.13
%0.39

Codes

Color #EDFEB4 in popluar color models

EDFEB4
RGB237254180
HSL74°97.37%85.10%
HSB/HSV74°29.13%99.61%
CMYK6.69%0.00%29.13%
0.39%

Color #EDFEB4 in popluar number systems.

HEXEDFEB4
Decimal237254180
Binary111011011111111010110100
Octal355376264

Shades and tints

Shades of #EDFEB4

#EDFEB4
(237,254,180)
#D8E7A4
(216,231,164)
#C3D094
(195,208,148)
#AEB984
(174,185,132)
#99A274
(153,162,116)
#848B64
(132,139,100)
#6F7454
(111,116,84)
#5A5D44
(90,93,68)
#454634
(69,70,52)
#302F24
(48,47,36)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDFEB4

#EDFEB4
(237,254,180)
#EEFEBA
(238,254,186)
#EFFEC0
(239,254,192)
#F0FEC6
(240,254,198)
#F1FECC
(241,254,204)
#F2FED2
(242,254,210)
#F3FED8
(243,254,216)
#F4FEDE
(244,254,222)
#F5FEE4
(245,254,228)
#F6FEEA
(246,254,234)
#F7FEF0
(247,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFEB4 color. Also use rgb(237,254,180) instead hex code.

Text Font Color

.myTextColor { color: #EDFEB4; }

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

This text font color is #EDFEB4.


Background Color

.myBgColor { background-color: #EDFEB4; }

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

This div background color is #EDFEB4.


Border color

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

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

This div border color is #EDFEB4.


Opacity

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

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

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

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

This text has shadow with #EDFEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEB4 on black background.


Color preview on white background

This text has color #EDFEB4 on white background.



Black color preview on #EDFEB4 background

This text has black color on #EDFEB4 background.


White color preview on #EDFEB4 background

This text has white color on #EDFEB4 background.