Color Hex Logo

#edeefa Color Hex

#EDEEFA
(237,238,250)
0 Favorites   0 Comments

Color spaces of #edeefa

RGB 237238250
HSL0.650.570.95
HSV235°98°
CMYK 0.050.050.00   0.02
XYZ82.754986.0557102.6912
Yxy86.05570.30480.3170
Hunter Lab92.7662-3.1046-0.6970
CIE-Lab94.33621.8564-5.8999

#edeefa color RGB value is (237,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11111010
Octal 355 356 372
Decimal 237 238 250
Hex ED EE FA

RGB Percentages of Color #edeefa

%32.69
%32.83
%34.48

CMYK Percentages of Color #edeefa

%5
%5
%0
%2

Triadic Colors of #edeefa

#edeefa #faedee #eefaed

Analogous Colors of #edeefa

#edeefa #f3edfa #edf5fa

Monochromatic Colors of #edeefa

#edeefa

Complementary Color

#edeefa #faf9ed

#edeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeefa Color CSS Codes

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

#edeefa Text Font Color

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

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


#edeefa Background Color

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

This div background color is #edeefa


#edeefa Border Color

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

This div border color is #edeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeefa


Comments

No comments written yet.

Please login to write comment.