COLOR #EDFED5

HEX: #EDFED5
RGB: (237,254,213)

Renk bilgisi

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

RGB renk modeli

#EDFED5 color RGB value is (237,254,213).

  • kırmız ton 237;
  • yeşil ton 254;
  • mavi ton 213.
RGB:
(237,254,213)
(93%,100%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 254 of 255 = 100%
B 213 of 255 = 84%

237
254
213

R + G + B ~ 92%. #EDFED5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 254 + 213 = 704 (100%)
R 237 of 704 ~ 33.66%
G 254 of 704 ~ 36.08%
B 213 of 704 ~ 30.26%

%33.66
%36.08
%30.26

CMYK RENK MODELİ

#EDFED5 rengi CMYK tonu (7,0,16,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 0.00%
  • sarı tonu 16.14%
  • ana renk tonu 0.39%
CMYK:
(7,0,16,0)
C7M0Y16K0 
(7%,0%,16%,0%)
(0.07/0.00/0.16/0.00)	

CMYK yüzdeleri

%6.69
%0
%16.14
%0.39

Codes

Color #EDFED5 in popluar color models

EDFED5
RGB237254213
HSL85°95.35%91.57%
HSB/HSV85°16.14%99.61%
CMYK6.69%0.00%16.14%
0.39%

Color #EDFED5 in popluar number systems.

HEXEDFED5
Decimal237254213
Binary111011011111111011010101
Octal355376325

Shades and tints

Shades of #EDFED5

#EDFED5
(237,254,213)
#D8E7C2
(216,231,194)
#C3D0AF
(195,208,175)
#AEB99C
(174,185,156)
#99A289
(153,162,137)
#848B76
(132,139,118)
#6F7463
(111,116,99)
#5A5D50
(90,93,80)
#45463D
(69,70,61)
#302F2A
(48,47,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDFED5

#EDFED5
(237,254,213)
#EEFED8
(238,254,216)
#EFFEDB
(239,254,219)
#F0FEDE
(240,254,222)
#F1FEE1
(241,254,225)
#F2FEE4
(242,254,228)
#F3FEE7
(243,254,231)
#F4FEEA
(244,254,234)
#F5FEED
(245,254,237)
#F6FEF0
(246,254,240)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFED5; }

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

This text font color is #EDFED5.


Background Color

.myBgColor { background-color: #EDFED5; }

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

This div background color is #EDFED5.


Border color

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

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

This div border color is #EDFED5.


Opacity

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

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

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

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

This text has shadow with #EDFED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFED5 on black background.


Color preview on white background

This text has color #EDFED5 on white background.



Black color preview on #EDFED5 background

This text has black color on #EDFED5 background.


White color preview on #EDFED5 background

This text has white color on #EDFED5 background.