COLOR #EDFCEB

HEX: #EDFCEB RGB: (237,252,235)

Color info

#EDFCEB contains red, green and blue colors in about the same proportion. Web safe color of #EDFCEB is #FFFFFF (or #FFF).

RGB color model

#EDFCEB color RGB value is (237,252,235).

RGB: (237,252,235) (93%, 99%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 235 of 255 = 92%

237
252
235

R + G + B ~ 95%. #EDFCEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 252 + 235 = 724 (100%)
R 237 of 724 ~ 32.73%
G 252 of 724 ~ 34.81%
B 235 of 724 ~ 32.46'%

%32.73
%34.81
%32.46

CMYK color model

#EDFCEB color CMYK value is (6,0,7,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK: (6,0,7,1) C6M0Y7K1 (6%,0%,7%,1%) (0.06/0.00/0.07/0.01) 

CMYK percentages

%5.95
%0
%6.75
%1.18

Codes

Color #EDFCEB in popluar color models

ED FC EB
RGB 237 252 235
HSL 113° 73.91% 95.49%
HSB/HSV 113° 6.75% 98.82%
CMYK 5.95% 0.00% 6.75%
1.18%

Color #EDFCEB in popluar number systems.

HEX ED FC EB
Decimal 237 252 235
Binary 11101101 11111100 11101011
Octal 355 374 353

Shades and tints

Shades of #EDFCEB

#EDFCEB
(237,252,235)
#D8E6D6
(216,230,214)
#C3D0C1
(195,208,193)
#AEBAAC
(174,186,172)
#99A497
(153,164,151)
#848E82
(132,142,130)
#6F786D
(111,120,109)
#5A6258
(90,98,88)
#454C43
(69,76,67)
#30362E
(48,54,46)
#1B2019
(27,32,25)
#000000
(0,0,0)

Tints of #EDFCEB

#EDFCEB
(237,252,235)
#EEFCEC
(238,252,236)
#EFFCED
(239,252,237)
#F0FCEE
(240,252,238)
#F1FCEF
(241,252,239)
#F2FCF0
(242,252,240)
#F3FCF1
(243,252,241)
#F4FCF2
(244,252,242)
#F5FCF3
(245,252,243)
#F6FCF4
(246,252,244)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCEB; }

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

This text font color is #EDFCEB.

Background Color

.myBgColor { background-color: #EDFCEB; }

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

This div background color is #EDFCEB.

Border color

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

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

This div border color is #EDFCEB.

Opacity

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

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

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

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

This text has shadow with #EDFCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFCEB.

Preview

Color preview on black background

This text has color #EDFCEB on black background.


Color preview on white background

This text has color #EDFCEB on white background.


Black color preview on #EDFCEB background

This text has black color on #EDFCEB background.


White color preview on #EDFCEB background

This text has white color on #EDFCEB background.


Related colors

Complementary color

Complementary color for #hex is #120314.


I love getcolorcode.com

Triadic colors

1 #EBEDFC and #FCEBED with #EDFCEB are triadic colors.

2 #EBFCED and #FCEDEB with #EDFCEB are triadic colors.