COLOR #EDFAE0

HEX: #EDFAE0
RGB: (237,250,224)

Renk bilgisi

#EDFAE0 contains red, green and blue colors in about the same proportion. #EDFAE0 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDFAE0 color RGB value is (237,250,224).

  • kırmız ton 237;
  • yeşil ton 250;
  • mavi ton 224.
RGB:
(237,250,224)
(93%,98%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 250 of 255 = 98%
B 224 of 255 = 88%

237
250
224

R + G + B ~ 93%. #EDFAE0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 224 = 711 (100%)
R 237 of 711 ~ 33.33%
G 250 of 711 ~ 35.16%
B 224 of 711 ~ 31.5%

%33.33
%35.16
%31.5

CMYK RENK MODELİ

#EDFAE0 rengi CMYK tonu (5,0,10,2).

  • camgöbeği tonu 5.20%
  • eflatun tonu 0.00%
  • sarı tonu 10.40%
  • ana renk tonu 1.96%
CMYK:
(5,0,10,2)
C5M0Y10K2 
(5%,0%,10%,2%)
(0.05/0.00/0.10/0.02)	

CMYK yüzdeleri

%5.2
%0
%10.4
%1.96

Codes

Color #EDFAE0 in popluar color models

EDFAE0
RGB237250224
HSL90°72.22%92.94%
HSB/HSV90°10.40%98.04%
CMYK5.20%0.00%10.40%
1.96%

Color #EDFAE0 in popluar number systems.

HEXEDFAE0
Decimal237250224
Binary111011011111101011100000
Octal355372340

Shades and tints

Shades of #EDFAE0

#EDFAE0
(237,250,224)
#D8E4CC
(216,228,204)
#C3CEB8
(195,206,184)
#AEB8A4
(174,184,164)
#99A290
(153,162,144)
#848C7C
(132,140,124)
#6F7668
(111,118,104)
#5A6054
(90,96,84)
#454A40
(69,74,64)
#30342C
(48,52,44)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #EDFAE0

#EDFAE0
(237,250,224)
#EEFAE2
(238,250,226)
#EFFAE4
(239,250,228)
#F0FAE6
(240,250,230)
#F1FAE8
(241,250,232)
#F2FAEA
(242,250,234)
#F3FAEC
(243,250,236)
#F4FAEE
(244,250,238)
#F5FAF0
(245,250,240)
#F6FAF2
(246,250,242)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFAE0 color. Also use rgb(237,250,224) instead hex code.

Text Font Color

.myTextColor { color: #EDFAE0; }

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

This text font color is #EDFAE0.


Background Color

.myBgColor { background-color: #EDFAE0; }

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

This div background color is #EDFAE0.


Border color

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

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

This div border color is #EDFAE0.


Opacity

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

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

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

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

This text has shadow with #EDFAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAE0 on black background.


Color preview on white background

This text has color #EDFAE0 on white background.



Black color preview on #EDFAE0 background

This text has black color on #EDFAE0 background.


White color preview on #EDFAE0 background

This text has white color on #EDFAE0 background.