Color Hex Logo

#edff86 Color Hex

#EDFF86
(237,255,134)
0 Favorites   0 Comments

Color spaces of #edff86

RGB 237255134
HSL0.191.000.76
HSV69°47°100°
CMYK 0.070.000.47   0.00
XYZ74.988191.245836.2142
Yxy91.24580.37040.4507
Hunter Lab95.5227-27.036944.3881
CIE-Lab96.5112-22.948455.4146

#edff86 color RGB value is (237,255,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10000110
Octal 355 377 206
Decimal 237 255 134
Hex ED FF 86

RGB Percentages of Color #edff86

%37.86
%40.73
%21.41

CMYK Percentages of Color #edff86

%7
%0
%47
%0

Triadic Colors of #edff86

#edff86 #86edff #ff86ed

Analogous Colors of #edff86

#edff86 #b1ff86 #ffd586

Monochromatic Colors of #edff86

#edff86

Complementary Color

#edff86 #9886ff

#edff86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff86 Color CSS Codes

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

#edff86 Text Font Color

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

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


#edff86 Background Color

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

This div background color is #edff86


#edff86 Border Color

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

This div border color is #edff86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff86


Comments

No comments written yet.

Please login to write comment.