COLOR #EDFC17

HEX: #EDFC17
RGB: (237,252,23)

Color info

#EDFC17 contains mainly red and green colors. Web safe color of #EDFC17 is #FFFF00 (or #FF0).

RGB color model

#EDFC17 color RGB value is (237,252,23).

  • red value is 237;
  • green value is 252;
  • blue value is 23.
RGB:
(237,252,23)
(93%,99%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 23 of 255 = 9%

237
252
23

R + G + B ~ 67%. #EDFC17 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 23 = 512 (100%)
R 237 of 512 ~ 46.29%
G 252 of 512 ~ 49.22%
B 23 of 512 ~ 4.49%

%46.29
%49.22

CMYK color model

#EDFC17 color CMYK value is (6,0,91,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 1.18%
CMYK:
(6,0,91,1)
C6M0Y91K1 
(6%,0%,91%,1%)
(0.06/0.00/0.91/0.01)	

CMYK percentages

%5.95
%0
%90.87
%1.18

Codes

Color #EDFC17 in popluar color models

EDFC17
RGB23725223
HSL64°97.45%53.92%
HSB/HSV64°90.87%98.82%
CMYK5.95%0.00%90.87%
1.18%

Color #EDFC17 in popluar number systems.

HEXEDFC17
Decimal23725223
Binary111011011111110010111
Octal35537427

Shades and tints

Shades of #EDFC17

#EDFC17
(237,252,23)
#D8E615
(216,230,21)
#C3D013
(195,208,19)
#AEBA11
(174,186,17)
#99A40F
(153,164,15)
#848E0D
(132,142,13)
#6F780B
(111,120,11)
#5A6209
(90,98,9)
#454C07
(69,76,7)
#303605
(48,54,5)
#1B2003
(27,32,3)
#000000
(0,0,0)

Tints of #EDFC17

#EDFC17
(237,252,23)
#EEFC2C
(238,252,44)
#EFFC41
(239,252,65)
#F0FC56
(240,252,86)
#F1FC6B
(241,252,107)
#F2FC80
(242,252,128)
#F3FC95
(243,252,149)
#F4FCAA
(244,252,170)
#F5FCBF
(245,252,191)
#F6FCD4
(246,252,212)
#F7FCE9
(247,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFC17 color. Also use rgb(237,252,23) instead hex code.

Text Font Color

.myTextColor { color: #EDFC17; }

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

This text font color is #EDFC17.


Background Color

.myBgColor { background-color: #EDFC17; }

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

This div background color is #EDFC17.


Border color

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

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

This div border color is #EDFC17.


Opacity

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

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

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

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

This text has shadow with #EDFC17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFC17 on black background.


Color preview on white background

This text has color #EDFC17 on white background.



Black color preview on #EDFC17 background

This text has black color on #EDFC17 background.


White color preview on #EDFC17 background

This text has white color on #EDFC17 background.