Color Hex Logo

#edfe4a Color Hex

#EDFE4A
(237,254,74)
0 Favorites   0 Comments

Color spaces of #edfe4a

RGB 23725474
HSL0.180.990.64
HSV66°71°100°
CMYK 0.070.000.71   0.00
XYZ71.602989.382619.9573
Yxy89.38260.39570.4940
Hunter Lab94.5424-30.259853.6639
CIE-Lab95.7401-26.684479.0469

#edfe4a color RGB value is (237,254,74).

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

The process color (four color CMYK) of #edfe4a color hex is 0.07, 0.00, 0.71, 0.00. Web safe color of #edfe4a is #ffff33. Color #edfe4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 01001010
Octal 355 376 112
Decimal 237 254 74
Hex ED FE 4A

RGB Percentages of Color #edfe4a

%41.95
%44.96
%13.10

CMYK Percentages of Color #edfe4a

%7
%0
%71
%0

Triadic Colors of #edfe4a

#edfe4a #4aedfe #fe4aed

Analogous Colors of #edfe4a

#edfe4a #93fe4a #feb54a

Monochromatic Colors of #edfe4a

#edfe4a

Complementary Color

#edfe4a #5b4afe

#edfe4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfe4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfe4a Color CSS Codes

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

#edfe4a Text Font Color

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

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


#edfe4a Background Color

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

This div background color is #edfe4a


#edfe4a Border Color

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

This div border color is #edfe4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfe4a


Comments

No comments written yet.

Please login to write comment.