Color Hex Logo

#edfeed Color Hex

#EDFEED
(237,254,237)
2 Favorites   0 Comments

Color spaces of #edfeed

RGB 237254237
HSL0.330.890.96
HSV120°100°
CMYK 0.070.000.07   0.00
XYZ85.652995.002693.9437
Yxy95.00260.31190.3460
Hunter Lab97.4693-13.711111.0831
CIE-Lab98.0346-8.57566.2118

#edfeed color RGB value is (237,254,237).

#edfeed hex color red value is 237, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edfeed hue: 0.33 , saturation: 0.89 and the lightness value of edfeed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11101101
Octal 355 376 355
Decimal 237 254 237
Hex ED FE ED

RGB Percentages of Color #edfeed

%32.55
%34.89
%32.55

CMYK Percentages of Color #edfeed

%7
%0
%7
%0

Triadic Colors of #edfeed

#edfeed #ededfe #feeded

Analogous Colors of #edfeed

#edfeed #edfef6 #f6feed

Monochromatic Colors of #edfeed

#edfeed

Complementary Color

#edfeed #feedfe

#edfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeed Color CSS Codes

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

#edfeed Text Font Color

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

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


#edfeed Background Color

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

This div background color is #edfeed


#edfeed Border Color

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

This div border color is #edfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeed

#edfeed Color Palettes


Comments

No comments written yet.

Please login to write comment.