COLOR #EDFEB0

HEX: #EDFEB0 RGB: (237,254,176)

Color info

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

RGB color model

#EDFEB0 color RGB value is (237,254,176).

RGB: (237,254,176) (93%, 100%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 176 of 255 = 69%

237
254
176

R + G + B ~ 87%. #EDFEB0 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 176 = 667 (100%)
R 237 of 667 ~ 35.53%
G 254 of 667 ~ 38.08%
B 176 of 667 ~ 26.39'%

%35.53
%38.08
%26.39

CMYK color model

#EDFEB0 color CMYK value is (7,0,31,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 0.39%

CMYK: (7,0,31,0)
C7M0Y31K0 (7%, 0%, 31%, 0%)
(0.07 / 0.00 / 0.31 / 0.00)

CMYK percentages

%6.69
%0
%30.71
%0.39

Codes

Color #EDFEB0 in popluar color models

ED FE B0
RGB 237 254 176
HSL 73° 97.50% 84.31%
HSB/HSV 73° 30.71% 99.61%
CMYK 6.69% 0.00% 30.71%
0.39%

Color #EDFEB0 in popluar number systems.

HEX ED FE B0
Decimal 237 254 176
Binary 11101101 11111110 10110000
Octal 355 376 260

Shades and tints

Shades of #EDFEB0

#EDFEB0
(237,254,176)
#D8E7A0
(216,231,160)
#C3D090
(195,208,144)
#AEB980
(174,185,128)
#99A270
(153,162,112)
#848B60
(132,139,96)
#6F7450
(111,116,80)
#5A5D40
(90,93,64)
#454630
(69,70,48)
#302F20
(48,47,32)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #EDFEB0

#EDFEB0
(237,254,176)
#EEFEB7
(238,254,183)
#EFFEBE
(239,254,190)
#F0FEC5
(240,254,197)
#F1FECC
(241,254,204)
#F2FED3
(242,254,211)
#F3FEDA
(243,254,218)
#F4FEE1
(244,254,225)
#F5FEE8
(245,254,232)
#F6FEEF
(246,254,239)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEB0; }

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

This text font color is #EDFEB0.

Background Color

.myBgColor { background-color: #EDFEB0; }

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

This div background color is #EDFEB0.

Border color

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

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

This div border color is #EDFEB0.

Opacity

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

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

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

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

This text has shadow with #EDFEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEB0.

Preview

Color preview on black background

This text has color #EDFEB0 on black background.


Color preview on white background

This text has color #EDFEB0 on white background.


Black color preview on #EDFEB0 background

This text has black color on #EDFEB0 background.


White color preview on #EDFEB0 background

This text has white color on #EDFEB0 background.


Related colors

Complementary color

Complementary color for #hex is #12014F.


I love getcolorcode.com

Triadic colors

1 #B0EDFE and #FEB0ED with #EDFEB0 are triadic colors.

2 #B0FEED and #FEEDB0 with #EDFEB0 are triadic colors.