COLOR #EFFC8C

HEX: #EFFC8C
RGB: (239,252,140)

Renk bilgisi

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

RGB renk modeli

#EFFC8C color RGB value is (239,252,140).

  • kırmız ton 239;
  • yeşil ton 252;
  • mavi ton 140.
RGB:
(239,252,140)
(94%,99%,55%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 252 of 255 = 99%
B 140 of 255 = 55%

239
252
140

R + G + B ~ 83%. #EFFC8C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 252 + 140 = 631 (100%)
R 239 of 631 ~ 37.88%
G 252 of 631 ~ 39.94%
B 140 of 631 ~ 22.19%

%37.88
%39.94
%22.19

CMYK RENK MODELİ

#EFFC8C rengi CMYK tonu (5,0,44,1).

  • camgöbeği tonu 5.16%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 1.18%
CMYK:
(5,0,44,1)
C5M0Y44K1 
(5%,0%,44%,1%)
(0.05/0.00/0.44/0.01)	

CMYK yüzdeleri

%5.16
%0
%44.44
%1.18

Codes

Color #EFFC8C in popluar color models

EFFC8C
RGB239252140
HSL67°94.92%76.86%
HSB/HSV67°44.44%98.82%
CMYK5.16%0.00%44.44%
1.18%

Color #EFFC8C in popluar number systems.

HEXEFFC8C
Decimal239252140
Binary111011111111110010001100
Octal357374214

Shades and tints

Shades of #EFFC8C

#EFFC8C
(239,252,140)
#DAE680
(218,230,128)
#C5D074
(197,208,116)
#B0BA68
(176,186,104)
#9BA45C
(155,164,92)
#868E50
(134,142,80)
#717844
(113,120,68)
#5C6238
(92,98,56)
#474C2C
(71,76,44)
#323620
(50,54,32)
#1D2014
(29,32,20)
#000000
(0,0,0)

Tints of #EFFC8C

#EFFC8C
(239,252,140)
#F0FC96
(240,252,150)
#F1FCA0
(241,252,160)
#F2FCAA
(242,252,170)
#F3FCB4
(243,252,180)
#F4FCBE
(244,252,190)
#F5FCC8
(245,252,200)
#F6FCD2
(246,252,210)
#F7FCDC
(247,252,220)
#F8FCE6
(248,252,230)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFC8C color. Also use rgb(239,252,140) instead hex code.

Text Font Color

.myTextColor { color: #EFFC8C; }

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

This text font color is #EFFC8C.


Background Color

.myBgColor { background-color: #EFFC8C; }

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

This div background color is #EFFC8C.


Border color

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

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

This div border color is #EFFC8C.


Opacity

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

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

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

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

This text has shadow with #EFFC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFC8C on black background.


Color preview on white background

This text has color #EFFC8C on white background.



Black color preview on #EFFC8C background

This text has black color on #EFFC8C background.


White color preview on #EFFC8C background

This text has white color on #EFFC8C background.