COLOR #EDF8A4

HEX: #EDF8A4
RGB: (237,248,164)

Renk bilgisi

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

RGB renk modeli

#EDF8A4 color RGB value is (237,248,164).

  • kırmız ton 237;
  • yeşil ton 248;
  • mavi ton 164.
RGB:
(237,248,164)
(93%,97%,64%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 164 of 255 = 64%

237
248
164

R + G + B ~ 85%. #EDF8A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 164 = 649 (100%)
R 237 of 649 ~ 36.52%
G 248 of 649 ~ 38.21%
B 164 of 649 ~ 25.27%

%36.52
%38.21
%25.27

CMYK RENK MODELİ

#EDF8A4 rengi CMYK tonu (4,0,34,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 33.87%
  • ana renk tonu 2.75%
CMYK:
(4,0,34,3)
C4M0Y34K3 
(4%,0%,34%,3%)
(0.04/0.00/0.34/0.03)	

CMYK yüzdeleri

%4.44
%0
%33.87
%2.75

Codes

Color #EDF8A4 in popluar color models

EDF8A4
RGB237248164
HSL68°85.71%80.78%
HSB/HSV68°33.87%97.25%
CMYK4.44%0.00%33.87%
2.75%

Color #EDF8A4 in popluar number systems.

HEXEDF8A4
Decimal237248164
Binary111011011111100010100100
Octal355370244

Shades and tints

Shades of #EDF8A4

#EDF8A4
(237,248,164)
#D8E296
(216,226,150)
#C3CC88
(195,204,136)
#AEB67A
(174,182,122)
#99A06C
(153,160,108)
#848A5E
(132,138,94)
#6F7450
(111,116,80)
#5A5E42
(90,94,66)
#454834
(69,72,52)
#303226
(48,50,38)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDF8A4

#EDF8A4
(237,248,164)
#EEF8AC
(238,248,172)
#EFF8B4
(239,248,180)
#F0F8BC
(240,248,188)
#F1F8C4
(241,248,196)
#F2F8CC
(242,248,204)
#F3F8D4
(243,248,212)
#F4F8DC
(244,248,220)
#F5F8E4
(245,248,228)
#F6F8EC
(246,248,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF8A4 color. Also use rgb(237,248,164) instead hex code.

Text Font Color

.myTextColor { color: #EDF8A4; }

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

This text font color is #EDF8A4.


Background Color

.myBgColor { background-color: #EDF8A4; }

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

This div background color is #EDF8A4.


Border color

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

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

This div border color is #EDF8A4.


Opacity

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

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

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

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

This text has shadow with #EDF8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF8A4 on black background.


Color preview on white background

This text has color #EDF8A4 on white background.



Black color preview on #EDF8A4 background

This text has black color on #EDF8A4 background.


White color preview on #EDF8A4 background

This text has white color on #EDF8A4 background.