COLOR #EDFEB3

HEX: #EDFEB3
RGB: (237,254,179)

Renk bilgisi

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

RGB renk modeli

#EDFEB3 color RGB value is (237,254,179).

  • kırmız ton 237;
  • yeşil ton 254;
  • mavi ton 179.
RGB:
(237,254,179)
(93%,100%,70%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 254 of 255 = 100%
B 179 of 255 = 70%

237
254
179

R + G + B ~ 88%. #EDFEB3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 254 + 179 = 670 (100%)
R 237 of 670 ~ 35.37%
G 254 of 670 ~ 37.91%
B 179 of 670 ~ 26.72%

%35.37
%37.91
%26.72

CMYK RENK MODELİ

#EDFEB3 rengi CMYK tonu (7,0,30,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 0.00%
  • sarı tonu 29.53%
  • ana renk tonu 0.39%
CMYK:
(7,0,30,0)
C7M0Y30K0 
(7%,0%,30%,0%)
(0.07/0.00/0.30/0.00)	

CMYK yüzdeleri

%6.69
%0
%29.53
%0.39

Codes

Color #EDFEB3 in popluar color models

EDFEB3
RGB237254179
HSL74°97.40%84.90%
HSB/HSV74°29.53%99.61%
CMYK6.69%0.00%29.53%
0.39%

Color #EDFEB3 in popluar number systems.

HEXEDFEB3
Decimal237254179
Binary111011011111111010110011
Octal355376263

Shades and tints

Shades of #EDFEB3

#EDFEB3
(237,254,179)
#D8E7A3
(216,231,163)
#C3D093
(195,208,147)
#AEB983
(174,185,131)
#99A273
(153,162,115)
#848B63
(132,139,99)
#6F7453
(111,116,83)
#5A5D43
(90,93,67)
#454633
(69,70,51)
#302F23
(48,47,35)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDFEB3

#EDFEB3
(237,254,179)
#EEFEB9
(238,254,185)
#EFFEBF
(239,254,191)
#F0FEC5
(240,254,197)
#F1FECB
(241,254,203)
#F2FED1
(242,254,209)
#F3FED7
(243,254,215)
#F4FEDD
(244,254,221)
#F5FEE3
(245,254,227)
#F6FEE9
(246,254,233)
#F7FEEF
(247,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFEB3 color. Also use rgb(237,254,179) instead hex code.

Text Font Color

.myTextColor { color: #EDFEB3; }

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

This text font color is #EDFEB3.


Background Color

.myBgColor { background-color: #EDFEB3; }

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

This div background color is #EDFEB3.


Border color

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

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

This div border color is #EDFEB3.


Opacity

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

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

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

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

This text has shadow with #EDFEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEB3 on black background.


Color preview on white background

This text has color #EDFEB3 on white background.



Black color preview on #EDFEB3 background

This text has black color on #EDFEB3 background.


White color preview on #EDFEB3 background

This text has white color on #EDFEB3 background.