Color Hex Logo

#edff4e Color Hex

#EDFF4E
(237,255,78)
0 Favorites   0 Comments

Color spaces of #edff4e

RGB 23725578
HSL0.181.000.65
HSV66°69°100°
CMYK 0.070.000.69   0.00
XYZ72.060290.074620.7959
Yxy90.07460.39390.4924
Hunter Lab94.9076-30.559353.4439
CIE-Lab96.0277-26.957677.9733

#edff4e color RGB value is (237,255,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 01001110
Octal 355 377 116
Decimal 237 255 78
Hex ED FF 4E

RGB Percentages of Color #edff4e

%41.58
%44.74
%13.68

CMYK Percentages of Color #edff4e

%7
%0
%69
%0

Triadic Colors of #edff4e

#edff4e #4eedff #ff4eed

Analogous Colors of #edff4e

#edff4e #95ff4e #ffb94e

Monochromatic Colors of #edff4e

#edff4e

Complementary Color

#edff4e #604eff

#edff4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff4e Color CSS Codes

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

#edff4e Text Font Color

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

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


#edff4e Background Color

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

This div background color is #edff4e


#edff4e Border Color

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

This div border color is #edff4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff4e

Related Colors


Comments

No comments written yet.

Please login to write comment.