COLOR #EDFDE0

HEX: #EDFDE0
RGB: (237,253,224)

Renk bilgisi

#EDFDE0 contains red, green and blue colors in about the same proportion. #EDFDE0 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDFDE0 color RGB value is (237,253,224).

  • kırmız ton 237;
  • yeşil ton 253;
  • mavi ton 224.
RGB:
(237,253,224)
(93%,99%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 253 of 255 = 99%
B 224 of 255 = 88%

237
253
224

R + G + B ~ 93%. #EDFDE0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 253 + 224 = 714 (100%)
R 237 of 714 ~ 33.19%
G 253 of 714 ~ 35.43%
B 224 of 714 ~ 31.37%

%33.19
%35.43
%31.37

CMYK RENK MODELİ

#EDFDE0 rengi CMYK tonu (6,0,11,1).

  • camgöbeği tonu 6.32%
  • eflatun tonu 0.00%
  • sarı tonu 11.46%
  • ana renk tonu 0.78%
CMYK:
(6,0,11,1)
C6M0Y11K1 
(6%,0%,11%,1%)
(0.06/0.00/0.11/0.01)	

CMYK yüzdeleri

%6.32
%0
%11.46
%0.78

Codes

Color #EDFDE0 in popluar color models

EDFDE0
RGB237253224
HSL93°87.88%93.53%
HSB/HSV93°11.46%99.22%
CMYK6.32%0.00%11.46%
0.78%

Color #EDFDE0 in popluar number systems.

HEXEDFDE0
Decimal237253224
Binary111011011111110111100000
Octal355375340

Shades and tints

Shades of #EDFDE0

#EDFDE0
(237,253,224)
#D8E6CC
(216,230,204)
#C3CFB8
(195,207,184)
#AEB8A4
(174,184,164)
#99A190
(153,161,144)
#848A7C
(132,138,124)
#6F7368
(111,115,104)
#5A5C54
(90,92,84)
#454540
(69,69,64)
#302E2C
(48,46,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDFDE0

#EDFDE0
(237,253,224)
#EEFDE2
(238,253,226)
#EFFDE4
(239,253,228)
#F0FDE6
(240,253,230)
#F1FDE8
(241,253,232)
#F2FDEA
(242,253,234)
#F3FDEC
(243,253,236)
#F4FDEE
(244,253,238)
#F5FDF0
(245,253,240)
#F6FDF2
(246,253,242)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFDE0 color. Also use rgb(237,253,224) instead hex code.

Text Font Color

.myTextColor { color: #EDFDE0; }

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

This text font color is #EDFDE0.


Background Color

.myBgColor { background-color: #EDFDE0; }

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

This div background color is #EDFDE0.


Border color

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

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

This div border color is #EDFDE0.


Opacity

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

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

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

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

This text has shadow with #EDFDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFDE0 on black background.


Color preview on white background

This text has color #EDFDE0 on white background.



Black color preview on #EDFDE0 background

This text has black color on #EDFDE0 background.


White color preview on #EDFDE0 background

This text has white color on #EDFDE0 background.