COLOR #EDF27C

HEX: #EDF27C RGB: (237,242,124)

Color info

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

RGB color model

#EDF27C color RGB value is (237,242,124).

RGB: (237,242,124) (93%, 95%, 49%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 124 of 255 = 49%

237
242
124

R + G + B ~ 79%. #EDF27C is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 242 + 124 = 603 (100%)
R 237 of 603 ~ 39.3%
G 242 of 603 ~ 40.13%
B 124 of 603 ~ 20.56'%

%39.3
%40.13
%20.56

CMYK color model

#EDF27C color CMYK value is (2,0,49,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 48.76%
  • key color value is 5.10%

CMYK: (2,0,49,5)
C2M0Y49K5 (2%, 0%, 49%, 5%)
(0.02 / 0.00 / 0.49 / 0.05)

CMYK percentages

%2.07
%0
%48.76
%5.1

Codes

Color #EDF27C in popluar color models

ED F2 7C
RGB 237 242 124
HSL 63° 81.94% 71.76%
HSB/HSV 63° 48.76% 94.90%
CMYK 2.07% 0.00% 48.76%
5.10%

Color #EDF27C in popluar number systems.

HEX ED F2 7C
Decimal 237 242 124
Binary 11101101 11110010 1111100
Octal 355 362 174

Shades and tints

Shades of #EDF27C

#EDF27C
(237,242,124)
#D8DC71
(216,220,113)
#C3C666
(195,198,102)
#AEB05B
(174,176,91)
#999A50
(153,154,80)
#848445
(132,132,69)
#6F6E3A
(111,110,58)
#5A582F
(90,88,47)
#454224
(69,66,36)
#302C19
(48,44,25)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #EDF27C

#EDF27C
(237,242,124)
#EEF387
(238,243,135)
#EFF492
(239,244,146)
#F0F59D
(240,245,157)
#F1F6A8
(241,246,168)
#F2F7B3
(242,247,179)
#F3F8BE
(243,248,190)
#F4F9C9
(244,249,201)
#F5FAD4
(245,250,212)
#F6FBDF
(246,251,223)
#F7FCEA
(247,252,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF27C color. Also use rgb(237,242,124) instead hex code.

Text Font Color

.myTextColor { color: #EDF27C; }

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

This text font color is #EDF27C.

Background Color

.myBgColor { background-color: #EDF27C; }

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

This div background color is #EDF27C.

Border color

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

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

This div border color is #EDF27C.

Opacity

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

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

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

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

This text has shadow with #EDF27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF27C.

Preview

Color preview on black background

This text has color #EDF27C on black background.


Color preview on white background

This text has color #EDF27C on white background.


Black color preview on #EDF27C background

This text has black color on #EDF27C background.


White color preview on #EDF27C background

This text has white color on #EDF27C background.


Related colors

Complementary color

Complementary color for #hex is #120D83.


I love getcolorcode.com

Triadic colors

1 #7CEDF2 and #F27CED with #EDF27C are triadic colors.

2 #7CF2ED and #F2ED7C with #EDF27C are triadic colors.