COLOR #E5F28B

HEX: #E5F28B
RGB: (229,242,139)

Renk bilgisi

#E5F28B contains mainly red and green colors. #E5F28B ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E5F28B color RGB value is (229,242,139).

  • kırmız ton 229;
  • yeşil ton 242;
  • mavi ton 139.
RGB:
(229,242,139)
(90%,95%,55%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 139 of 255 = 55%

229
242
139

R + G + B ~ 80%. #E5F28B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 139 = 610 (100%)
R 229 of 610 ~ 37.54%
G 242 of 610 ~ 39.67%
B 139 of 610 ~ 22.79%

%37.54
%39.67
%22.79

CMYK RENK MODELİ

#E5F28B rengi CMYK tonu (5,0,43,5).

  • camgöbeği tonu 5.37%
  • eflatun tonu 0.00%
  • sarı tonu 42.56%
  • ana renk tonu 5.10%
CMYK:
(5,0,43,5)
C5M0Y43K5 
(5%,0%,43%,5%)
(0.05/0.00/0.43/0.05)	

CMYK yüzdeleri

%5.37
%0
%42.56
%5.1

Codes

Color #E5F28B in popluar color models

E5F28B
RGB229242139
HSL68°79.84%74.71%
HSB/HSV68°42.56%94.90%
CMYK5.37%0.00%42.56%
5.10%

Color #E5F28B in popluar number systems.

HEXE5F28B
Decimal229242139
Binary111001011111001010001011
Octal345362213

Shades and tints

Shades of #E5F28B

#E5F28B
(229,242,139)
#D1DC7F
(209,220,127)
#BDC673
(189,198,115)
#A9B067
(169,176,103)
#959A5B
(149,154,91)
#81844F
(129,132,79)
#6D6E43
(109,110,67)
#595837
(89,88,55)
#45422B
(69,66,43)
#312C1F
(49,44,31)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5F28B

#E5F28B
(229,242,139)
#E7F395
(231,243,149)
#E9F49F
(233,244,159)
#EBF5A9
(235,245,169)
#EDF6B3
(237,246,179)
#EFF7BD
(239,247,189)
#F1F8C7
(241,248,199)
#F3F9D1
(243,249,209)
#F5FADB
(245,250,219)
#F7FBE5
(247,251,229)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F28B color. Also use rgb(229,242,139) instead hex code.

Text Font Color

.myTextColor { color: #E5F28B; }

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

This text font color is #E5F28B.


Background Color

.myBgColor { background-color: #E5F28B; }

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

This div background color is #E5F28B.


Border color

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

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

This div border color is #E5F28B.


Opacity

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

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

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

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

This text has shadow with #E5F28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F28B on black background.


Color preview on white background

This text has color #E5F28B on white background.



Black color preview on #E5F28B background

This text has black color on #E5F28B background.


White color preview on #E5F28B background

This text has white color on #E5F28B background.