Color Hex Logo

#edeef0 Color Hex

#EDEEF0
(237,238,240)
1 Favorites   0 Comments

Color spaces of #edeef0

RGB 237238240
HSL0.610.090.94
HSV220°94°
CMYK 0.010.010.00   0.06
XYZ81.227885.444994.6494
Yxy85.44490.31080.3270
Hunter Lab92.4364-4.90823.9960
CIE-Lab94.07450.0292-1.0915

#edeef0 color RGB value is (237,238,240).

#edeef0 hex color red value is 237, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #edeef0 hue: 0.61 , saturation: 0.09 and the lightness value of edeef0 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11110000
Octal 355 356 360
Decimal 237 238 240
Hex ED EE F0

RGB Percentages of Color #edeef0

%33.15
%33.29
%33.57

CMYK Percentages of Color #edeef0

%1
%1
%0
%6

Triadic Colors of #edeef0

#edeef0 #f0edee #eef0ed

Analogous Colors of #edeef0

#edeef0 #eeedf0 #edf0f0

Monochromatic Colors of #edeef0

#edeef0

Complementary Color

#edeef0 #f0efed

#edeef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeef0 Color CSS Codes

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

#edeef0 Text Font Color

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

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


#edeef0 Background Color

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

This div background color is #edeef0


#edeef0 Border Color

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

This div border color is #edeef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeef0


Comments

No comments written yet.

Please login to write comment.