Color Hex Logo

#0efe66 Color Hex

#0EFE66
(14,254,102)
0 Favorites   0 Comments

Color spaces of #0efe66

RGB 14254102
HSL0.390.990.53
HSV142°94°100°
CMYK 0.940.000.60   0.00
XYZ38.021271.936324.4515
Yxy71.93630.28290.5352
Hunter Lab84.8153-68.408342.2779
CIE-Lab87.9379-79.597457.6374

#0efe66 color RGB value is (14,254,102).

#0efe66 hex color red value is 14, green value is 254 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #0efe66 hue: 0.39 , saturation: 0.99 and the lightness value of 0efe66 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 01100110
Octal 16 376 146
Decimal 14 254 102
Hex E FE 66

RGB Percentages of Color #0efe66

%3.78
%68.65
%27.57

CMYK Percentages of Color #0efe66

%94
%0
%60
%0

Triadic Colors of #0efe66

#0efe66 #660efe #fe660e

Analogous Colors of #0efe66

#0efe66 #0efede #2efe0e

Monochromatic Colors of #0efe66

#0efe66

Complementary Color

#0efe66 #fe0ea6

#0efe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efe66 Color CSS Codes

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

#0efe66 Text Font Color

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

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


#0efe66 Background Color

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

This div background color is #0efe66


#0efe66 Border Color

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

This div border color is #0efe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efe66


Comments

No comments written yet.

Please login to write comment.