COLOR #EDFAFB

HEX: #EDFAFB
RGB: (237,250,251)

Renk bilgisi

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

RGB renk modeli

#EDFAFB color RGB value is (237,250,251).

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

RGB bağlantıları ve doygunluk

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

237
250
251

R + G + B ~ 96%. #EDFAFB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 250 + 251 = 738 (100%)
R 237 of 738 ~ 32.11%
G 250 of 738 ~ 33.88%
B 251 of 738 ~ 34.01%

%32.11
%33.88
%34.01

CMYK RENK MODELİ

#EDFAFB rengi CMYK tonu (6,0,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 0.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,0,0,2)
C6M0Y0K2 
(6%,0%,0%,2%)
(0.06/0.00/0.00/0.02)	

CMYK yüzdeleri

%5.58
%0.4
%0
%1.57

Codes

Color #EDFAFB in popluar color models

EDFAFB
RGB237250251
HSL184°63.64%95.69%
HSB/HSV184°5.58%98.43%
CMYK5.58%0.40%0.00%
1.57%

Color #EDFAFB in popluar number systems.

HEXEDFAFB
Decimal237250251
Binary111011011111101011111011
Octal355372373

Shades and tints

Shades of #EDFAFB

#EDFAFB
(237,250,251)
#D8E4E5
(216,228,229)
#C3CECF
(195,206,207)
#AEB8B9
(174,184,185)
#99A2A3
(153,162,163)
#848C8D
(132,140,141)
#6F7677
(111,118,119)
#5A6061
(90,96,97)
#454A4B
(69,74,75)
#303435
(48,52,53)
#1B1E1F
(27,30,31)
#000000
(0,0,0)

Tints of #EDFAFB

#EDFAFB
(237,250,251)
#EEFAFB
(238,250,251)
#EFFAFB
(239,250,251)
#F0FAFB
(240,250,251)
#F1FAFB
(241,250,251)
#F2FAFB
(242,250,251)
#F3FAFB
(243,250,251)
#F4FAFB
(244,250,251)
#F5FAFB
(245,250,251)
#F6FAFB
(246,250,251)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAFB; }

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

This text font color is #EDFAFB.


Background Color

.myBgColor { background-color: #EDFAFB; }

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

This div background color is #EDFAFB.


Border color

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

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

This div border color is #EDFAFB.


Opacity

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

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

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

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

This text has shadow with #EDFAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAFB on black background.


Color preview on white background

This text has color #EDFAFB on white background.



Black color preview on #EDFAFB background

This text has black color on #EDFAFB background.


White color preview on #EDFAFB background

This text has white color on #EDFAFB background.