Color Hex Logo

#0fec66 Color Hex

#0FEC66
(15,236,102)
0 Favorites   0 Comments

Color spaces of #0fec66

RGB 15236102
HSL0.400.880.49
HSV144°94°93°
CMYK 0.940.000.57   0.07
XYZ32.590761.051822.6368
Yxy61.05180.28030.5250
Hunter Lab78.1357-62.284337.5180
CIE-Lab82.4066-74.203651.1856

#0fec66 color RGB value is (15,236,102).

#0fec66 hex color red value is 15, green value is 236 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #0fec66 hue: 0.40 , saturation: 0.88 and the lightness value of 0fec66 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 01100110
Octal 17 354 146
Decimal 15 236 102
Hex F EC 66

RGB Percentages of Color #0fec66

%4.25
%66.86
%28.90

CMYK Percentages of Color #0fec66

%94
%0
%57
%7

Triadic Colors of #0fec66

#0fec66 #660fec #ec660f

Analogous Colors of #0fec66

#0fec66 #0fecd5 #26ec0f

Monochromatic Colors of #0fec66

#0fec66

Complementary Color

#0fec66 #ec0f95

#0fec66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fec66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fec66 Color CSS Codes

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

#0fec66 Text Font Color

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

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


#0fec66 Background Color

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

This div background color is #0fec66


#0fec66 Border Color

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

This div border color is #0fec66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fec66


Comments

No comments written yet.

Please login to write comment.