Color Hex Logo

#edf3fa Color Hex

#EDF3FA
(237,243,250)
0 Favorites   0 Comments

Color spaces of #edf3fa

RGB 237243250
HSL0.590.570.95
HSV212°98°
CMYK 0.050.030.00   0.02
XYZ84.231089.0078103.1833
Yxy89.00780.30470.3220
Hunter Lab94.3439-5.73571.1957
CIE-Lab95.5837-0.6989-4.0618

#edf3fa color RGB value is (237,243,250).

#edf3fa hex color red value is 237, green value is 243 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #edf3fa hue: 0.59 , saturation: 0.57 and the lightness value of edf3fa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 11111010
Octal 355 363 372
Decimal 237 243 250
Hex ED F3 FA

RGB Percentages of Color #edf3fa

%32.47
%33.29
%34.25

CMYK Percentages of Color #edf3fa

%5
%3
%0
%2

Triadic Colors of #edf3fa

#edf3fa #faedf3 #f3faed

Analogous Colors of #edf3fa

#edf3fa #eeedfa #edfafa

Monochromatic Colors of #edf3fa

#edf3fa

Complementary Color

#edf3fa #faf4ed

#edf3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf3fa Color CSS Codes

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

#edf3fa Text Font Color

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

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


#edf3fa Background Color

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

This div background color is #edf3fa


#edf3fa Border Color

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

This div border color is #edf3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf3fa


Comments

No comments written yet.

Please login to write comment.