Color Hex Logo

#0fef1e Color Hex

#0FEF1E
(15,239,30)
0 Favorites   0 Comments

Color spaces of #0fef1e

RGB 1523930
HSL0.340.880.50
HSV124°94°94°
CMYK 0.940.000.87   0.06
XYZ31.297861.928311.5321
Yxy61.92830.29880.5912
Hunter Lab78.6945-66.723846.3977
CIE-Lab82.8753-80.914275.8481

#0fef1e color RGB value is (15,239,30).

#0fef1e hex color red value is 15, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #0fef1e hue: 0.34 , saturation: 0.88 and the lightness value of 0fef1e is 0.50.

The process color (four color CMYK) of #0fef1e color hex is 0.94, 0.00, 0.87, 0.06. Web safe color of #0fef1e is #00ff33. Color #0fef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 00011110
Octal 17 357 36
Decimal 15 239 30
Hex F EF 1E

RGB Percentages of Color #0fef1e

%5.28
%84.15
%10.56

CMYK Percentages of Color #0fef1e

%94
%0
%87
%6

Triadic Colors of #0fef1e

#0fef1e #1e0fef #ef1e0f

Analogous Colors of #0fef1e

#0fef1e #0fef8e #70ef0f

Monochromatic Colors of #0fef1e

#0fef1e

Complementary Color

#0fef1e #ef0fe0

#0fef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fef1e Color CSS Codes

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

#0fef1e Text Font Color

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

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


#0fef1e Background Color

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

This div background color is #0fef1e


#0fef1e Border Color

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

This div border color is #0fef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fef1e


Comments

No comments written yet.

Please login to write comment.