COLOR #EDFAE1

HEX: #EDFAE1
RGB: (237,250,225)

Renk bilgisi

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

RGB renk modeli

#EDFAE1 color RGB value is (237,250,225).

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

RGB bağlantıları ve doygunluk

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

237
250
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 225 = 712 (100%)
R 237 of 712 ~ 33.29%
G 250 of 712 ~ 35.11%
B 225 of 712 ~ 31.6%

%33.29
%35.11
%31.6

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.20%
  • eflatun tonu 0.00%
  • sarı tonu 10.00%
  • 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
%1.96

Codes

Color #EDFAE1 in popluar color models

EDFAE1
RGB237250225
HSL91°71.43%93.14%
HSB/HSV91°10.00%98.04%
CMYK5.20%0.00%10.00%
1.96%

Color #EDFAE1 in popluar number systems.

HEXEDFAE1
Decimal237250225
Binary111011011111101011100001
Octal355372341

Shades and tints

Shades of #EDFAE1

#EDFAE1
(237,250,225)
#D8E4CD
(216,228,205)
#C3CEB9
(195,206,185)
#AEB8A5
(174,184,165)
#99A291
(153,162,145)
#848C7D
(132,140,125)
#6F7669
(111,118,105)
#5A6055
(90,96,85)
#454A41
(69,74,65)
#30342D
(48,52,45)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDFAE1

#EDFAE1
(237,250,225)
#EEFAE3
(238,250,227)
#EFFAE5
(239,250,229)
#F0FAE7
(240,250,231)
#F1FAE9
(241,250,233)
#F2FAEB
(242,250,235)
#F3FAED
(243,250,237)
#F4FAEF
(244,250,239)
#F5FAF1
(245,250,241)
#F6FAF3
(246,250,243)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAE1; }

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

This text font color is #EDFAE1.


Background Color

.myBgColor { background-color: #EDFAE1; }

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

This div background color is #EDFAE1.


Border color

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

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

This div border color is #EDFAE1.


Opacity

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

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

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

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

This text has shadow with #EDFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAE1 on black background.


Color preview on white background

This text has color #EDFAE1 on white background.



Black color preview on #EDFAE1 background

This text has black color on #EDFAE1 background.


White color preview on #EDFAE1 background

This text has white color on #EDFAE1 background.