COLOR #EDFCBE

HEX: #EDFCBE RGB: (237,252,190)

Color info

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

RGB color model

#EDFCBE color RGB value is (237,252,190).

RGB: (237,252,190) (93%, 99%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 190 of 255 = 75%

237
252
190

R + G + B ~ 89%. #EDFCBE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 190 = 679 (100%)
R 237 of 679 ~ 34.9%
G 252 of 679 ~ 37.11%
B 190 of 679 ~ 27.98'%

%34.9
%37.11
%27.98

CMYK color model

#EDFCBE color CMYK value is (6,0,25,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 1.18%

CMYK: (6,0,25,1)
C6M0Y25K1 (6%, 0%, 25%, 1%)
(0.06 / 0.00 / 0.25 / 0.01)

CMYK percentages

%5.95
%0
%24.6
%1.18

Codes

Color #EDFCBE in popluar color models

ED FC BE
RGB 237 252 190
HSL 75° 91.18% 86.67%
HSB/HSV 75° 24.60% 98.82%
CMYK 5.95% 0.00% 24.60%
1.18%

Color #EDFCBE in popluar number systems.

HEX ED FC BE
Decimal 237 252 190
Binary 11101101 11111100 10111110
Octal 355 374 276

Shades and tints

Shades of #EDFCBE

#EDFCBE
(237,252,190)
#D8E6AD
(216,230,173)
#C3D09C
(195,208,156)
#AEBA8B
(174,186,139)
#99A47A
(153,164,122)
#848E69
(132,142,105)
#6F7858
(111,120,88)
#5A6247
(90,98,71)
#454C36
(69,76,54)
#303625
(48,54,37)
#1B2014
(27,32,20)
#000000
(0,0,0)

Tints of #EDFCBE

#EDFCBE
(237,252,190)
#EEFCC3
(238,252,195)
#EFFCC8
(239,252,200)
#F0FCCD
(240,252,205)
#F1FCD2
(241,252,210)
#F2FCD7
(242,252,215)
#F3FCDC
(243,252,220)
#F4FCE1
(244,252,225)
#F5FCE6
(245,252,230)
#F6FCEB
(246,252,235)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCBE; }

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

This text font color is #EDFCBE.

Background Color

.myBgColor { background-color: #EDFCBE; }

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

This div background color is #EDFCBE.

Border color

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

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

This div border color is #EDFCBE.

Opacity

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

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

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

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

This text has shadow with #EDFCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCBE.

Preview

Color preview on black background

This text has color #EDFCBE on black background.


Color preview on white background

This text has color #EDFCBE on white background.


Black color preview on #EDFCBE background

This text has black color on #EDFCBE background.


White color preview on #EDFCBE background

This text has white color on #EDFCBE background.


Related colors

Complementary color

Complementary color for #hex is #120341.


I love getcolorcode.com

Triadic colors

1 #BEEDFC and #FCBEED with #EDFCBE are triadic colors.

2 #BEFCED and #FCEDBE with #EDFCBE are triadic colors.