Color Hex Logo

#edf000 Color Hex

#EDF000
(237,240,0)
0 Favorites   0 Comments

Color spaces of #edf000

RGB 2372400
HSL0.171.000.47
HSV61°100°94°
CMYK 0.010.001.00   0.06
XYZ66.085180.324712.0212
Yxy80.32470.41710.5070
Hunter Lab89.6240-25.223554.7843
CIE-Lab91.8304-21.832389.9686

#edf000 color RGB value is (237,240,0).

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

The process color (four color CMYK) of #edf000 color hex is 0.01, 0.00, 1.00, 0.06. Web safe color of #edf000 is #ffff00. Color #edf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00000000
Octal 355 360 0
Decimal 237 240 0
Hex ED F0 0

RGB Percentages of Color #edf000

%49.69
%50.31
%0.00

CMYK Percentages of Color #edf000

%1
%0
%100
%6

Triadic Colors of #edf000

#edf000 #00edf0 #f000ed

Analogous Colors of #edf000

#edf000 #75f000 #f07b00

Monochromatic Colors of #edf000

#edf000

Complementary Color

#edf000 #0300f0

#edf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf000 Color CSS Codes

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

#edf000 Text Font Color

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

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


#edf000 Background Color

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

This div background color is #edf000


#edf000 Border Color

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

This div border color is #edf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf000


Comments

No comments written yet.

Please login to write comment.