Color Hex Logo

#edf4fb Color Hex

#EDF4FB
(237,244,251)
0 Favorites   0 Comments

Color spaces of #edf4fb

RGB 237244251
HSL0.580.640.96
HSV210°98°
CMYK 0.060.030.00   0.02
XYZ84.688389.6709104.1115
Yxy89.67090.30410.3220
Hunter Lab94.6947-6.07791.1003
CIE-Lab95.8601-1.0227-4.1725

#edf4fb color RGB value is (237,244,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 11111011
Octal 355 364 373
Decimal 237 244 251
Hex ED F4 FB

RGB Percentages of Color #edf4fb

%32.38
%33.33
%34.29

CMYK Percentages of Color #edf4fb

%6
%3
%0
%2

Triadic Colors of #edf4fb

#edf4fb #fbedf4 #f4fbed

Analogous Colors of #edf4fb

#edf4fb #ededfb #edfbfb

Monochromatic Colors of #edf4fb

#edf4fb

Complementary Color

#edf4fb #fbf4ed

#edf4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf4fb Color CSS Codes

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

#edf4fb Text Font Color

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

This sample text font color is #edf4fb
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.


#edf4fb Background Color

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

This div background color is #edf4fb


#edf4fb Border Color

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

This div border color is #edf4fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,244,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 #edf4fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf4fb

#edf4fb Color Palettes


Comments

No comments written yet.

Please login to write comment.