COLOR #EDF394

HEX: #EDF394
RGB: (237,243,148)

Renk bilgisi

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

RGB renk modeli

#EDF394 color RGB value is (237,243,148).

  • kırmız ton 237;
  • yeşil ton 243;
  • mavi ton 148.
RGB:
(237,243,148)
(93%,95%,58%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 243 of 255 = 95%
B 148 of 255 = 58%

237
243
148

R + G + B ~ 82%. #EDF394 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 243 + 148 = 628 (100%)
R 237 of 628 ~ 37.74%
G 243 of 628 ~ 38.69%
B 148 of 628 ~ 23.57%

%37.74
%38.69
%23.57

CMYK RENK MODELİ

#EDF394 rengi CMYK tonu (2,0,39,5).

  • camgöbeği tonu 2.47%
  • eflatun tonu 0.00%
  • sarı tonu 39.09%
  • ana renk tonu 4.71%
CMYK:
(2,0,39,5)
C2M0Y39K5 
(2%,0%,39%,5%)
(0.02/0.00/0.39/0.05)	

CMYK yüzdeleri

%2.47
%0
%39.09
%4.71

Codes

Color #EDF394 in popluar color models

EDF394
RGB237243148
HSL64°79.83%76.67%
HSB/HSV64°39.09%95.29%
CMYK2.47%0.00%39.09%
4.71%

Color #EDF394 in popluar number systems.

HEXEDF394
Decimal237243148
Binary111011011111001110010100
Octal355363224

Shades and tints

Shades of #EDF394

#EDF394
(237,243,148)
#D8DD87
(216,221,135)
#C3C77A
(195,199,122)
#AEB16D
(174,177,109)
#999B60
(153,155,96)
#848553
(132,133,83)
#6F6F46
(111,111,70)
#5A5939
(90,89,57)
#45432C
(69,67,44)
#302D1F
(48,45,31)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #EDF394

#EDF394
(237,243,148)
#EEF49D
(238,244,157)
#EFF5A6
(239,245,166)
#F0F6AF
(240,246,175)
#F1F7B8
(241,247,184)
#F2F8C1
(242,248,193)
#F3F9CA
(243,249,202)
#F4FAD3
(244,250,211)
#F5FBDC
(245,251,220)
#F6FCE5
(246,252,229)
#F7FDEE
(247,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF394 color. Also use rgb(237,243,148) instead hex code.

Text Font Color

.myTextColor { color: #EDF394; }

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

This text font color is #EDF394.


Background Color

.myBgColor { background-color: #EDF394; }

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

This div background color is #EDF394.


Border color

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

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

This div border color is #EDF394.


Opacity

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

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

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

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

This text has shadow with #EDF394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF394 on black background.


Color preview on white background

This text has color #EDF394 on white background.



Black color preview on #EDF394 background

This text has black color on #EDF394 background.


White color preview on #EDF394 background

This text has white color on #EDF394 background.