Color Hex Logo

#0ef618 Color Hex

#0EF618
(14,246,24)
0 Favorites   0 Comments

Color spaces of #0ef618

RGB 1424624
HSL0.340.930.51
HSV123°94°96°
CMYK 0.940.000.90   0.04
XYZ33.301766.070811.8619
Yxy66.07080.29940.5940
Hunter Lab81.2839-69.116248.2465
CIE-Lab85.0325-82.995678.6739

#0ef618 color RGB value is (14,246,24).

#0ef618 hex color red value is 14, green value is 246 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #0ef618 hue: 0.34 , saturation: 0.93 and the lightness value of 0ef618 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110110 00011000
Octal 16 366 30
Decimal 14 246 24
Hex E F6 18

RGB Percentages of Color #0ef618

%4.93
%86.62
%8.45

CMYK Percentages of Color #0ef618

%94
%0
%90
%4

Triadic Colors of #0ef618

#0ef618 #180ef6 #f6180e

Analogous Colors of #0ef618

#0ef618 #0ef68c #78f60e

Monochromatic Colors of #0ef618

#0ef618

Complementary Color

#0ef618 #f60eec

#0ef618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef618 Color CSS Codes

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

#0ef618 Text Font Color

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

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


#0ef618 Background Color

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

This div background color is #0ef618


#0ef618 Border Color

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

This div border color is #0ef618


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,246,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ef618; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ef618;
  -webkit-box-shadow: 1px 1px 3px 2px #0ef618;
  box-shadow:         1px 1px 3px 2px #0ef618; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,246,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef618


Comments

No comments written yet.

Please login to write comment.