Color Hex Logo

#edf9fb Color Hex

#EDF9FB
(237,249,251)
0 Favorites   0 Comments

Color spaces of #edf9fb

RGB 237249251
HSL0.520.640.96
HSV189°98°
CMYK 0.060.010.00   0.02
XYZ86.213392.7209104.6198
Yxy92.72090.30400.3270
Hunter Lab96.2917-8.69322.9863
CIE-Lab97.1142-3.5577-2.3304

#edf9fb color RGB value is (237,249,251).

#edf9fb hex color red value is 237, green value is 249 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edf9fb hue: 0.52 , saturation: 0.64 and the lightness value of edf9fb is 0.96.

The process color (four color CMYK) of #edf9fb color hex is 0.06, 0.01, 0.00, 0.02. Web safe color of #edf9fb is #ffffff. Color #edf9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 11111011
Octal 355 371 373
Decimal 237 249 251
Hex ED F9 FB

RGB Percentages of Color #edf9fb

%32.16
%33.79
%34.06

CMYK Percentages of Color #edf9fb

%6
%1
%0
%2

Triadic Colors of #edf9fb

#edf9fb #fbedf9 #f9fbed

Analogous Colors of #edf9fb

#edf9fb #edf2fb #edfbf6

Monochromatic Colors of #edf9fb

#edf9fb

Complementary Color

#edf9fb #fbefed

#edf9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf9fb Color CSS Codes

.mybgcolor {background-color:#edf9fb; } 
.myforecolor {color:#edf9fb; }
.mybordercolor {border:3px solid #edf9fb; }

#edf9fb Text Font Color

<p style="color:#edf9fb">Text here</p>

This sample text font color is #edf9fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#edf9fb Background Color

<div style="background-color:#edf9fb">
Div content here</div>

This div background color is #edf9fb


#edf9fb Border Color

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

This div border color is #edf9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,249,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edf9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edf9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #edf9fb;
  box-shadow:         1px 1px 3px 2px #edf9fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,249,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edf9fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #edf9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #edf9fb;
  box-shadow:         1px 1px 3px 2px #edf9fb;">
Div content here</div>

This div box has shadow with color #edf9fb

Related Colors

#edf9fb Color Palettes


Comments

No comments written yet.

Please login to write comment.