Color Hex Logo

#edf1fa Color Hex

#EDF1FA
(237,241,250)
0 Favorites   0 Comments

Color spaces of #edf1fa

RGB 237241250
HSL0.620.570.95
HSV222°98°
CMYK 0.050.040.00   0.02
XYZ83.635787.8172102.9848
Yxy87.81720.30480.3200
Hunter Lab93.7108-4.68500.4400
CIE-Lab95.08390.3212-4.7974

#edf1fa color RGB value is (237,241,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 11111010
Octal 355 361 372
Decimal 237 241 250
Hex ED F1 FA

RGB Percentages of Color #edf1fa

%32.55
%33.10
%34.34

CMYK Percentages of Color #edf1fa

%5
%4
%0
%2

Triadic Colors of #edf1fa

#edf1fa #faedf1 #f1faed

Analogous Colors of #edf1fa

#edf1fa #f0edfa #edf8fa

Monochromatic Colors of #edf1fa

#edf1fa

Complementary Color

#edf1fa #faf6ed

#edf1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf1fa Color CSS Codes

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

#edf1fa Text Font Color

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

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


#edf1fa Background Color

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

This div background color is #edf1fa


#edf1fa Border Color

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

This div border color is #edf1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.