Color Hex Logo

#edff8f Color Hex

#EDFF8F
(237,255,143)
0 Favorites   0 Comments

Color spaces of #edff8f

RGB 237255143
HSL0.191.000.78
HSV70°44°100°
CMYK 0.070.000.44   0.00
XYZ75.643091.507739.6625
Yxy91.50770.36580.4425
Hunter Lab95.6597-26.255342.3789
CIE-Lab96.6187-22.070951.3345

#edff8f color RGB value is (237,255,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10001111
Octal 355 377 217
Decimal 237 255 143
Hex ED FF 8F

RGB Percentages of Color #edff8f

%37.32
%40.16
%22.52

CMYK Percentages of Color #edff8f

%7
%0
%44
%0

Triadic Colors of #edff8f

#edff8f #8fedff #ff8fed

Analogous Colors of #edff8f

#edff8f #b5ff8f #ffd98f

Monochromatic Colors of #edff8f

#edff8f

Complementary Color

#edff8f #a18fff

#edff8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff8f Color CSS Codes

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

#edff8f Text Font Color

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

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


#edff8f Background Color

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

This div background color is #edff8f


#edff8f Border Color

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

This div border color is #edff8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff8f

Related Colors

#edff8f Color Palettes


Comments

No comments written yet.

Please login to write comment.