Color Hex Logo

#edff57 Color Hex

#EDFF57
(237,255,87)
0 Favorites   0 Comments

Color spaces of #edff57

RGB 23725587
HSL0.181.000.67
HSV66°66°100°
CMYK 0.070.000.66   0.00
XYZ72.405490.212622.6134
Yxy90.21260.39090.4870
Hunter Lab94.9803-30.141452.3702
CIE-Lab96.0849-26.477374.8098

#edff57 color RGB value is (237,255,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 01010111
Octal 355 377 127
Decimal 237 255 87
Hex ED FF 57

RGB Percentages of Color #edff57

%40.93
%44.04
%15.03

CMYK Percentages of Color #edff57

%7
%0
%66
%0

Triadic Colors of #edff57

#edff57 #57edff #ff57ed

Analogous Colors of #edff57

#edff57 #99ff57 #ffbd57

Monochromatic Colors of #edff57

#edff57

Complementary Color

#edff57 #6957ff

#edff57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff57 Color CSS Codes

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

#edff57 Text Font Color

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

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


#edff57 Background Color

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

This div background color is #edff57


#edff57 Border Color

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

This div border color is #edff57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff57

Related Colors

#edff57 Color Palettes


Comments

No comments written yet.

Please login to write comment.