Color Hex Logo

#edf41f Color Hex

#EDF41F
(237,244,31)
0 Favorites   0 Comments

Color spaces of #edf41f

RGB 23724431
HSL0.170.910.54
HSV62°87°96°
CMYK 0.030.000.87   0.04
XYZ67.523182.804813.7204
Yxy82.80480.41160.5048
Hunter Lab90.9971-26.791754.7584
CIE-Lab92.9289-23.377687.5397

#edf41f color RGB value is (237,244,31).

#edf41f hex color red value is 237, green value is 244 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #edf41f hue: 0.17 , saturation: 0.91 and the lightness value of edf41f is 0.54.

The process color (four color CMYK) of #edf41f color hex is 0.03, 0.00, 0.87, 0.04. Web safe color of #edf41f is #ffff33. Color #edf41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 00011111
Octal 355 364 37
Decimal 237 244 31
Hex ED F4 1F

RGB Percentages of Color #edf41f

%46.29
%47.66
%6.05

CMYK Percentages of Color #edf41f

%3
%0
%87
%4

Triadic Colors of #edf41f

#edf41f #1fedf4 #f41fed

Analogous Colors of #edf41f

#edf41f #83f41f #f4911f

Monochromatic Colors of #edf41f

#edf41f

Complementary Color

#edf41f #261ff4

#edf41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf41f Color CSS Codes

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

#edf41f Text Font Color

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

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


#edf41f Background Color

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

This div background color is #edf41f


#edf41f Border Color

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

This div border color is #edf41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf41f

Related Colors


Comments

No comments written yet.

Please login to write comment.