Color Hex Logo

#edf0fe Color Hex

#EDF0FE
(237,240,254)
1 Favorites   0 Comments

Color spaces of #edf0fe

RGB 237240254
HSL0.640.890.96
HSV229°100°
CMYK 0.070.060.00   0.00
XYZ83.974587.4805106.2254
Yxy87.48050.30240.3150
Hunter Lab93.5310-3.4175-1.8654
CIE-Lab94.94181.5800-7.0805

#edf0fe color RGB value is (237,240,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 11111110
Octal 355 360 376
Decimal 237 240 254
Hex ED F0 FE

RGB Percentages of Color #edf0fe

%32.42
%32.83
%34.75

CMYK Percentages of Color #edf0fe

%7
%6
%0
%0

Triadic Colors of #edf0fe

#edf0fe #feedf0 #f0feed

Analogous Colors of #edf0fe

#edf0fe #f3edfe #edf9fe

Monochromatic Colors of #edf0fe

#edf0fe

Complementary Color

#edf0fe #fefbed

#edf0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf0fe Color CSS Codes

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

#edf0fe Text Font Color

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

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


#edf0fe Background Color

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

This div background color is #edf0fe


#edf0fe Border Color

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

This div border color is #edf0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf0fe


Comments

No comments written yet.

Please login to write comment.