Color Hex Logo

#edf02e Color Hex

#EDF02E
(237,240,46)
0 Favorites   0 Comments

Color spaces of #edf02e

RGB 23724046
HSL0.170.870.56
HSV61°81°94°
CMYK 0.010.000.81   0.06
XYZ66.578380.522014.6180
Yxy80.52200.41170.4979
Hunter Lab89.7341-24.596353.1553
CIE-Lab91.9186-21.113383.6572

#edf02e color RGB value is (237,240,46).

#edf02e hex color red value is 237, green value is 240 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #edf02e hue: 0.17 , saturation: 0.87 and the lightness value of edf02e is 0.56.

The process color (four color CMYK) of #edf02e color hex is 0.01, 0.00, 0.81, 0.06. Web safe color of #edf02e is #ffff33. Color #edf02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00101110
Octal 355 360 56
Decimal 237 240 46
Hex ED F0 2E

RGB Percentages of Color #edf02e

%45.32
%45.89
%8.80

CMYK Percentages of Color #edf02e

%1
%0
%81
%6

Triadic Colors of #edf02e

#edf02e #2eedf0 #f02eed

Analogous Colors of #edf02e

#edf02e #8cf02e #f0922e

Monochromatic Colors of #edf02e

#edf02e

Complementary Color

#edf02e #312ef0

#edf02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf02e Color CSS Codes

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

#edf02e Text Font Color

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

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


#edf02e Background Color

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

This div background color is #edf02e


#edf02e Border Color

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

This div border color is #edf02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf02e


Comments

No comments written yet.

Please login to write comment.