Color Hex Logo

#edff6f Color Hex

#EDFF6F
(237,255,111)
0 Favorites   0 Comments

Color spaces of #edff6f

RGB 237255111
HSL0.191.000.72
HSV68°56°100°
CMYK 0.070.000.56   0.00
XYZ73.554390.672228.6637
Yxy90.67220.38130.4701
Hunter Lab95.2220-28.755948.8079
CIE-Lab96.2749-24.893765.3973

#edff6f color RGB value is (237,255,111).

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

The process color (four color CMYK) of #edff6f color hex is 0.07, 0.00, 0.56, 0.00. Web safe color of #edff6f is #ffff66. Color #edff6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 01101111
Octal 355 377 157
Decimal 237 255 111
Hex ED FF 6F

RGB Percentages of Color #edff6f

%39.30
%42.29
%18.41

CMYK Percentages of Color #edff6f

%7
%0
%56
%0

Triadic Colors of #edff6f

#edff6f #6fedff #ff6fed

Analogous Colors of #edff6f

#edff6f #a5ff6f #ffc96f

Monochromatic Colors of #edff6f

#edff6f

Complementary Color

#edff6f #816fff

#edff6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff6f Color CSS Codes

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

#edff6f Text Font Color

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

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


#edff6f Background Color

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

This div background color is #edff6f


#edff6f Border Color

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

This div border color is #edff6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff6f

Related Colors


Comments

No comments written yet.

Please login to write comment.