COLOR #EDF080

HEX: #EDF080 RGB: (237,240,128)

Renk bilgisi

#EDF080 contains mainly red and green colors. #EDF080 ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#EDF080 color RGB value is (237,240,128).

RGB: (237,240,128) (93%, 94%, 50%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 128 of 255 = 50%

237
240
128

R + G + B ~ 79%. #EDF080 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 237 + 240 + 128 = 605 (100%)
R 237 of 605 ~ 39.17%
G 240 of 605 ~ 39.67%
B 128 of 605 ~ 21.16'%

%39.17
%39.67
%21.16

CMYK RENK MODELİ

#EDF080 rengi CMYK tonu (1,0,47,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 46.67%
  • ana renk tonu 5.88%

CMYK: (1,0,47,6)
C1M0Y47K6 (1%, 0%, 47%, 6%)
(0.01 / 0.00 / 0.47 / 0.06)

CMYK yüzdeleri

%1.25
%0
%46.67
%5.88

Codes

Color #EDF080 in popluar color models

ED F0 80
RGB 237 240 128
HSL 62° 78.87% 72.16%
HSB/HSV 62° 46.67% 94.12%
CMYK 1.25% 0.00% 46.67%
5.88%

Color #EDF080 in popluar number systems.

HEX ED F0 80
Decimal 237 240 128
Binary 11101101 11110000 10000000
Octal 355 360 200

Shades and tints

Shades of #EDF080

#EDF080
(237,240,128)
#D8DB75
(216,219,117)
#C3C66A
(195,198,106)
#AEB15F
(174,177,95)
#999C54
(153,156,84)
#848749
(132,135,73)
#6F723E
(111,114,62)
#5A5D33
(90,93,51)
#454828
(69,72,40)
#30331D
(48,51,29)
#1B1E12
(27,30,18)
#000000
(0,0,0)

Tints of #EDF080

#EDF080
(237,240,128)
#EEF18B
(238,241,139)
#EFF296
(239,242,150)
#F0F3A1
(240,243,161)
#F1F4AC
(241,244,172)
#F2F5B7
(242,245,183)
#F3F6C2
(243,246,194)
#F4F7CD
(244,247,205)
#F5F8D8
(245,248,216)
#F6F9E3
(246,249,227)
#F7FAEE
(247,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF080 color. Also use rgb(237,240,128) instead hex code.

Text Font Color

.myTextColor { color: #EDF080; }

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

This text font color is #EDF080.

Background Color

.myBgColor { background-color: #EDF080; }

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

This div background color is #EDF080.

Border color

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

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

This div border color is #EDF080.

Opacity

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

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

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

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

This text has shadow with #EDF080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF080.

Preview

Color preview on black background

This text has color #EDF080 on black background.


Color preview on white background

This text has color #EDF080 on white background.


Black color preview on #EDF080 background

This text has black color on #EDF080 background.


White color preview on #EDF080 background

This text has white color on #EDF080 background.


Related colors

Complementary color

Complementary color for #hex is #120F7F.


I love getcolorcode.com

Triadic colors

1 #80EDF0 and #F080ED with #EDF080 are triadic colors.

2 #80F0ED and #F0ED80 with #EDF080 are triadic colors.