Color Hex Logo

#edf4fe Color Hex

#EDF4FE
(237,244,254)
0 Favorites   0 Comments

Color spaces of #edf4fe

RGB 237244254
HSL0.600.890.96
HSV215°100°
CMYK 0.070.040.00   0.00
XYZ85.165189.8616106.6223
Yxy89.86160.30240.3191
Hunter Lab94.7954-5.5257-0.3304
CIE-Lab95.9393-0.4630-5.6073

#edf4fe color RGB value is (237,244,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 11111110
Octal 355 364 376
Decimal 237 244 254
Hex ED F4 FE

RGB Percentages of Color #edf4fe

%32.24
%33.20
%34.56

CMYK Percentages of Color #edf4fe

%7
%4
%0
%0

Triadic Colors of #edf4fe

#edf4fe #feedf4 #f4feed

Analogous Colors of #edf4fe

#edf4fe #efedfe #edfdfe

Monochromatic Colors of #edf4fe

#edf4fe

Complementary Color

#edf4fe #fef7ed

#edf4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf4fe Color CSS Codes

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

#edf4fe Text Font Color

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

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


#edf4fe Background Color

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

This div background color is #edf4fe


#edf4fe Border Color

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

This div border color is #edf4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf4fe

Related Colors

#edf4fe Color Palettes


Comments

No comments written yet.

Please login to write comment.