Color Hex Logo

#edf64e Color Hex

#EDF64E
(237,246,78)
0 Favorites   0 Comments

Color spaces of #edf64e

RGB 23724678
HSL0.180.900.64
HSV63°68°96°
CMYK 0.040.000.68   0.04
XYZ69.256084.466119.8611
Yxy84.46610.39900.4866
Hunter Lab91.9054-26.324651.5210
CIE-Lab93.6526-22.712475.6306

#edf64e color RGB value is (237,246,78).

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

The process color (four color CMYK) of #edf64e color hex is 0.04, 0.00, 0.68, 0.04. Web safe color of #edf64e is #ffff66. Color #edf64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 01001110
Octal 355 366 116
Decimal 237 246 78
Hex ED F6 4E

RGB Percentages of Color #edf64e

%42.25
%43.85
%13.90

CMYK Percentages of Color #edf64e

%4
%0
%68
%4

Triadic Colors of #edf64e

#edf64e #4eedf6 #f64eed

Analogous Colors of #edf64e

#edf64e #99f64e #f6ab4e

Monochromatic Colors of #edf64e

#edf64e

Complementary Color

#edf64e #574ef6

#edf64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf64e Color CSS Codes

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

#edf64e Text Font Color

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

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


#edf64e Background Color

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

This div background color is #edf64e


#edf64e Border Color

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

This div border color is #edf64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf64e


Comments

No comments written yet.

Please login to write comment.