Color Hex Logo

#edfc9e Color Hex

#EDFC9E
(237,252,158)
0 Favorites   0 Comments

Color spaces of #edfc9e

RGB 237252158
HSL0.190.940.80
HSV70°37°99°
CMYK 0.060.000.37   0.01
XYZ75.907090.094045.7369
Yxy90.09400.35850.4255
Hunter Lab94.9179-23.357637.8732
CIE-Lab96.0357-19.019743.3810

#edfc9e color RGB value is (237,252,158).

#edfc9e hex color red value is 237, green value is 252 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #edfc9e hue: 0.19 , saturation: 0.94 and the lightness value of edfc9e is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10011110
Octal 355 374 236
Decimal 237 252 158
Hex ED FC 9E

RGB Percentages of Color #edfc9e

%36.63
%38.95
%24.42

CMYK Percentages of Color #edfc9e

%6
%0
%37
%1

Triadic Colors of #edfc9e

#edfc9e #9eedfc #fc9eed

Analogous Colors of #edfc9e

#edfc9e #befc9e #fcdc9e

Monochromatic Colors of #edfc9e

#edfc9e

Complementary Color

#edfc9e #ad9efc

#edfc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc9e Color CSS Codes

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

#edfc9e Text Font Color

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

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


#edfc9e Background Color

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

This div background color is #edfc9e


#edfc9e Border Color

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

This div border color is #edfc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc9e


Comments

No comments written yet.

Please login to write comment.