Color Hex Logo

#edf01e Color Hex

#EDF01E
(237,240,30)
0 Favorites   0 Comments

Color spaces of #edf01e

RGB 23724030
HSL0.170.880.53
HSV61°88°94°
CMYK 0.010.000.88   0.06
XYZ66.319580.418413.2552
Yxy80.41840.41450.5026
Hunter Lab89.6763-24.925154.0097
CIE-Lab91.8723-21.489886.8642

#edf01e color RGB value is (237,240,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00011110
Octal 355 360 36
Decimal 237 240 30
Hex ED F0 1E

RGB Percentages of Color #edf01e

%46.75
%47.34
%5.92

CMYK Percentages of Color #edf01e

%1
%0
%88
%6

Triadic Colors of #edf01e

#edf01e #1eedf0 #f01eed

Analogous Colors of #edf01e

#edf01e #84f01e #f08a1e

Monochromatic Colors of #edf01e

#edf01e

Complementary Color

#edf01e #211ef0

#edf01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf01e Color CSS Codes

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

#edf01e Text Font Color

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

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


#edf01e Background Color

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

This div background color is #edf01e


#edf01e Border Color

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

This div border color is #edf01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf01e


Comments

No comments written yet.

Please login to write comment.