Color Hex Logo

#edf7fe Color Hex

#EDF7FE
(237,247,254)
0 Favorites   0 Comments

Color spaces of #edf7fe

RGB 237247254
HSL0.570.890.96
HSV205°100°
CMYK 0.070.030.00   0.00
XYZ86.075291.6818106.9256
Yxy91.68180.30240.3220
Hunter Lab95.7506-7.10070.8157
CIE-Lab96.6901-1.9881-4.5010

#edf7fe color RGB value is (237,247,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 11111110
Octal 355 367 376
Decimal 237 247 254
Hex ED F7 FE

RGB Percentages of Color #edf7fe

%32.11
%33.47
%34.42

CMYK Percentages of Color #edf7fe

%7
%3
%0
%0

Triadic Colors of #edf7fe

#edf7fe #feedf7 #f7feed

Analogous Colors of #edf7fe

#edf7fe #edeffe #edfefd

Monochromatic Colors of #edf7fe

#edf7fe

Complementary Color

#edf7fe #fef4ed

#edf7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf7fe Color CSS Codes

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

#edf7fe Text Font Color

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

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


#edf7fe Background Color

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

This div background color is #edf7fe


#edf7fe Border Color

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

This div border color is #edf7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf7fe


Comments

No comments written yet.

Please login to write comment.