Color Hex Logo

#edeffe Color Hex

#EDEFFE
(237,239,254)
0 Favorites   0 Comments

Color spaces of #edeffe

RGB 237239254
HSL0.650.890.96
HSV233°100°
CMYK 0.070.060.00   0.00
XYZ83.680986.8933106.1276
Yxy86.89330.30240.3140
Hunter Lab93.2166-2.8888-2.2504
CIE-Lab94.69302.0926-7.4485

#edeffe color RGB value is (237,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11111110
Octal 355 357 376
Decimal 237 239 254
Hex ED EF FE

RGB Percentages of Color #edeffe

%32.47
%32.74
%34.79

CMYK Percentages of Color #edeffe

%7
%6
%0
%0

Triadic Colors of #edeffe

#edeffe #feedef #effeed

Analogous Colors of #edeffe

#edeffe #f4edfe #edf8fe

Monochromatic Colors of #edeffe

#edeffe

Complementary Color

#edeffe #fefced

#edeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeffe Color CSS Codes

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

#edeffe Text Font Color

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

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


#edeffe Background Color

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

This div background color is #edeffe


#edeffe Border Color

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

This div border color is #edeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.