Color Hex Logo

#0eef64 Color Hex

#0EEF64
(14,239,100)
0 Favorites   0 Comments

Color spaces of #0eef64

RGB 14239100
HSL0.400.890.50
HSV143°94°94°
CMYK 0.940.000.58   0.06
XYZ33.347962.746522.4103
Yxy62.74650.28140.5295
Hunter Lab79.2127-63.475238.6750
CIE-Lab83.3088-75.403053.1377

#0eef64 color RGB value is (14,239,100).

#0eef64 hex color red value is 14, green value is 239 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #0eef64 hue: 0.40 , saturation: 0.89 and the lightness value of 0eef64 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 01100100
Octal 16 357 144
Decimal 14 239 100
Hex E EF 64

RGB Percentages of Color #0eef64

%3.97
%67.71
%28.33

CMYK Percentages of Color #0eef64

%94
%0
%58
%6

Triadic Colors of #0eef64

#0eef64 #640eef #ef640e

Analogous Colors of #0eef64

#0eef64 #0eefd5 #28ef0e

Monochromatic Colors of #0eef64

#0eef64

Complementary Color

#0eef64 #ef0e99

#0eef64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eef64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eef64 Color CSS Codes

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

#0eef64 Text Font Color

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

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


#0eef64 Background Color

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

This div background color is #0eef64


#0eef64 Border Color

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

This div border color is #0eef64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eef64


Comments

No comments written yet.

Please login to write comment.