Color Hex Logo

#0fed00 Color Hex

#0FED00
(15,237,0)
0 Favorites   0 Comments

Color spaces of #0fed00

RGB 152370
HSL0.321.000.46
HSV116°100°93°
CMYK 0.940.001.00   0.07
XYZ30.481260.669910.1039
Yxy60.66990.30100.5992
Hunter Lab77.8909-66.456346.8326
CIE-Lab82.2010-81.037078.7652

#0fed00 color RGB value is (15,237,0).

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

The process color (four color CMYK) of #0fed00 color hex is 0.94, 0.00, 1.00, 0.07. Web safe color of #0fed00 is #00ff00. Color #0fed00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 00000000
Octal 17 355 0
Decimal 15 237 0
Hex F ED 0

RGB Percentages of Color #0fed00

%5.95
%94.05
%0.00

CMYK Percentages of Color #0fed00

%94
%0
%100
%7

Triadic Colors of #0fed00

#0fed00 #000fed #ed000f

Analogous Colors of #0fed00

#0fed00 #00ed68 #86ed00

Monochromatic Colors of #0fed00

#0fed00

Complementary Color

#0fed00 #de00ed

#0fed00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fed00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fed00 Color CSS Codes

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

#0fed00 Text Font Color

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

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


#0fed00 Background Color

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

This div background color is #0fed00


#0fed00 Border Color

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

This div border color is #0fed00


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,237,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 #0fed00">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fed00


Comments

No comments written yet.

Please login to write comment.