Color Hex Logo

#edeef5 Color Hex

#EDEEF5
(237,238,245)
0 Favorites   0 Comments

Color spaces of #edeef5

RGB 237238245
HSL0.650.290.95
HSV233°96°
CMYK 0.030.030.00   0.04
XYZ81.981085.746298.6160
Yxy85.74620.30780.3219
Hunter Lab92.5992-4.01711.6770
CIE-Lab94.20370.9342-3.4987

#edeef5 color RGB value is (237,238,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11110101
Octal 355 356 365
Decimal 237 238 245
Hex ED EE F5

RGB Percentages of Color #edeef5

%32.92
%33.06
%34.03

CMYK Percentages of Color #edeef5

%3
%3
%0
%4

Triadic Colors of #edeef5

#edeef5 #f5edee #eef5ed

Analogous Colors of #edeef5

#edeef5 #f0edf5 #edf2f5

Monochromatic Colors of #edeef5

#edeef5

Complementary Color

#edeef5 #f5f4ed

#edeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeef5 Color CSS Codes

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

#edeef5 Text Font Color

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

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


#edeef5 Background Color

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

This div background color is #edeef5


#edeef5 Border Color

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

This div border color is #edeef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeef5

#edeef5 Color Palettes


Comments

No comments written yet.

Please login to write comment.