COLOR #EDF89C

HEX: #EDF89C
RGB: (237,248,156)

Renk bilgisi

#EDF89C contains mainly red and green colors. #EDF89C ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDF89C color RGB value is (237,248,156).

  • kırmız ton 237;
  • yeşil ton 248;
  • mavi ton 156.
RGB:
(237,248,156)
(93%,97%,61%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 156 of 255 = 61%

237
248
156

R + G + B ~ 84%. #EDF89C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 156 = 641 (100%)
R 237 of 641 ~ 36.97%
G 248 of 641 ~ 38.69%
B 156 of 641 ~ 24.34%

%36.97
%38.69
%24.34

CMYK RENK MODELİ

#EDF89C rengi CMYK tonu (4,0,37,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 37.10%
  • ana renk tonu 2.75%
CMYK:
(4,0,37,3)
C4M0Y37K3 
(4%,0%,37%,3%)
(0.04/0.00/0.37/0.03)	

CMYK yüzdeleri

%4.44
%0
%37.1
%2.75

Codes

Color #EDF89C in popluar color models

EDF89C
RGB237248156
HSL67°86.79%79.22%
HSB/HSV67°37.10%97.25%
CMYK4.44%0.00%37.10%
2.75%

Color #EDF89C in popluar number systems.

HEXEDF89C
Decimal237248156
Binary111011011111100010011100
Octal355370234

Shades and tints

Shades of #EDF89C

#EDF89C
(237,248,156)
#D8E28E
(216,226,142)
#C3CC80
(195,204,128)
#AEB672
(174,182,114)
#99A064
(153,160,100)
#848A56
(132,138,86)
#6F7448
(111,116,72)
#5A5E3A
(90,94,58)
#45482C
(69,72,44)
#30321E
(48,50,30)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #EDF89C

#EDF89C
(237,248,156)
#EEF8A5
(238,248,165)
#EFF8AE
(239,248,174)
#F0F8B7
(240,248,183)
#F1F8C0
(241,248,192)
#F2F8C9
(242,248,201)
#F3F8D2
(243,248,210)
#F4F8DB
(244,248,219)
#F5F8E4
(245,248,228)
#F6F8ED
(246,248,237)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF89C color. Also use rgb(237,248,156) instead hex code.

Text Font Color

.myTextColor { color: #EDF89C; }

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

This text font color is #EDF89C.


Background Color

.myBgColor { background-color: #EDF89C; }

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

This div background color is #EDF89C.


Border color

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

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

This div border color is #EDF89C.


Opacity

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

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

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

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

This text has shadow with #EDF89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF89C on black background.


Color preview on white background

This text has color #EDF89C on white background.



Black color preview on #EDF89C background

This text has black color on #EDF89C background.


White color preview on #EDF89C background

This text has white color on #EDF89C background.