COLOR #EDEEFA

HEX: #EDEEFA
RGB: (237,238,250)

Renk bilgisi

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

RGB renk modeli

#EDEEFA color RGB value is (237,238,250).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 238 of 255 = 93%
B 250 of 255 = 98%

237
238
250

R + G + B ~ 95%. #EDEEFA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 238 + 250 = 725 (100%)
R 237 of 725 ~ 32.69%
G 238 of 725 ~ 32.83%
B 250 of 725 ~ 34.48%

%32.69
%32.83
%34.48

CMYK RENK MODELİ

#EDEEFA rengi CMYK tonu (5,5,0,2).

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

CMYK yüzdeleri

%5.2
%4.8
%0
%1.96

Codes

Color #EDEEFA in popluar color models

EDEEFA
RGB237238250
HSL235°56.52%95.49%
HSB/HSV235°5.20%98.04%
CMYK5.20%4.80%0.00%
1.96%

Color #EDEEFA in popluar number systems.

HEXEDEEFA
Decimal237238250
Binary111011011110111011111010
Octal355356372

Shades and tints

Shades of #EDEEFA

#EDEEFA
(237,238,250)
#D8D9E4
(216,217,228)
#C3C4CE
(195,196,206)
#AEAFB8
(174,175,184)
#999AA2
(153,154,162)
#84858C
(132,133,140)
#6F7076
(111,112,118)
#5A5B60
(90,91,96)
#45464A
(69,70,74)
#303134
(48,49,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDEEFA

#EDEEFA
(237,238,250)
#EEEFFA
(238,239,250)
#EFF0FA
(239,240,250)
#F0F1FA
(240,241,250)
#F1F2FA
(241,242,250)
#F2F3FA
(242,243,250)
#F3F4FA
(243,244,250)
#F4F5FA
(244,245,250)
#F5F6FA
(245,246,250)
#F6F7FA
(246,247,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEFA; }

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

This text font color is #EDEEFA.


Background Color

.myBgColor { background-color: #EDEEFA; }

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

This div background color is #EDEEFA.


Border color

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

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

This div border color is #EDEEFA.


Opacity

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

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

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

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

This text has shadow with #EDEEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEFA on black background.


Color preview on white background

This text has color #EDEEFA on white background.



Black color preview on #EDEEFA background

This text has black color on #EDEEFA background.


White color preview on #EDEEFA background

This text has white color on #EDEEFA background.