Color Hex Logo

#edff9d Color Hex

#EDFF9D
(237,255,157)
0 Favorites   0 Comments

Color spaces of #edff9d

RGB 237255157
HSL0.201.000.81
HSV71°38°100°
CMYK 0.070.000.38   0.00
XYZ76.770991.958845.6019
Yxy91.95880.35820.4290
Hunter Lab95.8952-24.914538.9319
CIE-Lab96.8035-20.575644.8522

#edff9d color RGB value is (237,255,157).

#edff9d hex color red value is 237, green value is 255 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edff9d hue: 0.20 , saturation: 1.00 and the lightness value of edff9d is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10011101
Octal 355 377 235
Decimal 237 255 157
Hex ED FF 9D

RGB Percentages of Color #edff9d

%36.52
%39.29
%24.19

CMYK Percentages of Color #edff9d

%7
%0
%38
%0

Triadic Colors of #edff9d

#edff9d #9dedff #ff9ded

Analogous Colors of #edff9d

#edff9d #bcff9d #ffe09d

Monochromatic Colors of #edff9d

#edff9d

Complementary Color

#edff9d #af9dff

#edff9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff9d Color CSS Codes

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

#edff9d Text Font Color

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

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


#edff9d Background Color

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

This div background color is #edff9d


#edff9d Border Color

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

This div border color is #edff9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff9d


Comments

No comments written yet.

Please login to write comment.