Color Hex Logo

#edfb4e Color Hex

#EDFB4E
(237,251,78)
0 Favorites   0 Comments

Color spaces of #edfb4e

RGB 23725178
HSL0.180.960.65
HSV65°69°98°
CMYK 0.060.000.69   0.02
XYZ70.797487.548920.3749
Yxy87.54890.39610.4899
Hunter Lab93.5676-28.682252.5865
CIE-Lab94.9707-25.080476.9334

#edfb4e color RGB value is (237,251,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 01001110
Octal 355 373 116
Decimal 237 251 78
Hex ED FB 4E

RGB Percentages of Color #edfb4e

%41.87
%44.35
%13.78

CMYK Percentages of Color #edfb4e

%6
%0
%69
%2

Triadic Colors of #edfb4e

#edfb4e #4eedfb #fb4eed

Analogous Colors of #edfb4e

#edfb4e #97fb4e #fbb34e

Monochromatic Colors of #edfb4e

#edfb4e

Complementary Color

#edfb4e #5c4efb

#edfb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb4e Color CSS Codes

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

#edfb4e Text Font Color

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

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


#edfb4e Background Color

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

This div background color is #edfb4e


#edfb4e Border Color

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

This div border color is #edfb4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,251,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 #edfb4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb4e


Comments

No comments written yet.

Please login to write comment.