COLOR #EDF984

HEX: #EDF984
RGB: (237,249,132)

Color info

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

RGB color model

#EDF984 color RGB value is (237,249,132).

  • red value is 237;
  • green value is 249;
  • blue value is 132.
RGB:
(237,249,132)
(93%,98%,52%)

RGB channels and saturation

R 237 of 255 = 93%
G 249 of 255 = 98%
B 132 of 255 = 52%

237
249
132

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

Portions of RGB colors in percentages

R + G + B =
237 + 249 + 132 = 618 (100%)
R 237 of 618 ~ 38.35%
G 249 of 618 ~ 40.29%
B 132 of 618 ~ 21.36%

%38.35
%40.29
%21.36

CMYK color model

#EDF984 color CMYK value is (5,0,47,2).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 2.35%
CMYK:
(5,0,47,2)
C5M0Y47K2 
(5%,0%,47%,2%)
(0.05/0.00/0.47/0.02)	

CMYK percentages

%4.82
%0
%46.99
%2.35

Codes

Color #EDF984 in popluar color models

EDF984
RGB237249132
HSL66°90.70%74.71%
HSB/HSV66°46.99%97.65%
CMYK4.82%0.00%46.99%
2.35%

Color #EDF984 in popluar number systems.

HEXEDF984
Decimal237249132
Binary111011011111100110000100
Octal355371204

Shades and tints

Shades of #EDF984

#EDF984
(237,249,132)
#D8E378
(216,227,120)
#C3CD6C
(195,205,108)
#AEB760
(174,183,96)
#99A154
(153,161,84)
#848B48
(132,139,72)
#6F753C
(111,117,60)
#5A5F30
(90,95,48)
#454924
(69,73,36)
#303318
(48,51,24)
#1B1D0C
(27,29,12)
#000000
(0,0,0)

Tints of #EDF984

#EDF984
(237,249,132)
#EEF98F
(238,249,143)
#EFF99A
(239,249,154)
#F0F9A5
(240,249,165)
#F1F9B0
(241,249,176)
#F2F9BB
(242,249,187)
#F3F9C6
(243,249,198)
#F4F9D1
(244,249,209)
#F5F9DC
(245,249,220)
#F6F9E7
(246,249,231)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF984 color. Also use rgb(237,249,132) instead hex code.

Text Font Color

.myTextColor { color: #EDF984; }

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

This text font color is #EDF984.


Background Color

.myBgColor { background-color: #EDF984; }

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

This div background color is #EDF984.


Border color

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

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

This div border color is #EDF984.


Opacity

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

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

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

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

This text has shadow with #EDF984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF984 on black background.


Color preview on white background

This text has color #EDF984 on white background.



Black color preview on #EDF984 background

This text has black color on #EDF984 background.


White color preview on #EDF984 background

This text has white color on #EDF984 background.