Color Hex Logo

#edefed Color Hex

#EDEFED
(237,239,237)
0 Favorites   0 Comments

Color spaces of #edefed

RGB 237239237
HSL0.330.060.93
HSV120°94°
CMYK 0.010.000.01   0.06
XYZ81.077685.852092.4186
Yxy85.85200.31260.3310
Hunter Lab92.6564-5.95485.7216
CIE-Lab94.2490-1.01580.7210

#edefed color RGB value is (237,239,237).

#edefed hex color red value is 237, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edefed hue: 0.33 , saturation: 0.06 and the lightness value of edefed is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11101101
Octal 355 357 355
Decimal 237 239 237
Hex ED EF ED

RGB Percentages of Color #edefed

%33.24
%33.52
%33.24

CMYK Percentages of Color #edefed

%1
%0
%1
%6

Triadic Colors of #edefed

#edefed #ededef #efeded

Analogous Colors of #edefed

#edefed #edefee #eeefed

Monochromatic Colors of #edefed

#edefed

Complementary Color

#edefed #efedef

#edefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefed Color CSS Codes

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

#edefed Text Font Color

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

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


#edefed Background Color

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

This div background color is #edefed


#edefed Border Color

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

This div border color is #edefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefed

#edefed Color Palettes


Comments

No comments written yet.

Please login to write comment.