Color Hex Logo

#edf5eb Color Hex

#EDF5EB
(237,245,235)
0 Favorites   0 Comments

Color spaces of #edf5eb

RGB 237245235
HSL0.300.330.94
HSV108°96°
CMYK 0.030.000.04   0.04
XYZ82.572989.307591.4833
Yxy89.30750.31350.3391
Hunter Lab94.5026-9.41308.7562
CIE-Lab95.7088-4.41043.8787

#edf5eb color RGB value is (237,245,235).

#edf5eb hex color red value is 237, green value is 245 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edf5eb hue: 0.30 , saturation: 0.33 and the lightness value of edf5eb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 11101011
Octal 355 365 353
Decimal 237 245 235
Hex ED F5 EB

RGB Percentages of Color #edf5eb

%33.05
%34.17
%32.78

CMYK Percentages of Color #edf5eb

%3
%0
%4
%4

Triadic Colors of #edf5eb

#edf5eb #ebedf5 #f5ebed

Analogous Colors of #edf5eb

#edf5eb #ebf5ee #f2f5eb

Monochromatic Colors of #edf5eb

#edf5eb

Complementary Color

#edf5eb #f3ebf5

#edf5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf5eb Color CSS Codes

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

#edf5eb Text Font Color

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

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


#edf5eb Background Color

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

This div background color is #edf5eb


#edf5eb Border Color

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

This div border color is #edf5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf5eb


Comments

No comments written yet.

Please login to write comment.