Color Hex Logo

#edfd9f Color Hex

#EDFD9F
(237,253,159)
0 Favorites   0 Comments

Color spaces of #edfd9f

RGB 237253159
HSL0.200.960.81
HSV70°37°99°
CMYK 0.060.000.37   0.01
XYZ76.308390.758346.2971
Yxy90.75830.35760.4254
Hunter Lab95.2672-23.740337.8738
CIE-Lab96.3104-19.387743.2456

#edfd9f color RGB value is (237,253,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10011111
Octal 355 375 237
Decimal 237 253 159
Hex ED FD 9F

RGB Percentages of Color #edfd9f

%36.52
%38.98
%24.50

CMYK Percentages of Color #edfd9f

%6
%0
%37
%1

Triadic Colors of #edfd9f

#edfd9f #9fedfd #fd9fed

Analogous Colors of #edfd9f

#edfd9f #befd9f #fdde9f

Monochromatic Colors of #edfd9f

#edfd9f

Complementary Color

#edfd9f #af9ffd

#edfd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd9f Color CSS Codes

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

#edfd9f Text Font Color

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

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


#edfd9f Background Color

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

This div background color is #edfd9f


#edfd9f Border Color

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

This div border color is #edfd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd9f


Comments

No comments written yet.

Please login to write comment.