Color Hex Logo

#0ec66f Color Hex

#0EC66F
(14,198,111)
0 Favorites   0 Comments

Color spaces of #0ec66f

RGB 14198111
HSL0.420.870.42
HSV152°93°78°
CMYK 0.930.000.44   0.22
XYZ23.244441.629221.8491
Yxy41.62920.26800.4800
Hunter Lab64.5207-48.604325.0867
CIE-Lab70.6145-60.660932.2450

#0ec66f color RGB value is (14,198,111).

#0ec66f hex color red value is 14, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #0ec66f hue: 0.42 , saturation: 0.87 and the lightness value of 0ec66f is 0.42.

The process color (four color CMYK) of #0ec66f color hex is 0.93, 0.00, 0.44, 0.22. Web safe color of #0ec66f is #00cc66. Color #0ec66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11000110 01101111
Octal 16 306 157
Decimal 14 198 111
Hex E C6 6F

RGB Percentages of Color #0ec66f

%4.33
%61.30
%34.37

CMYK Percentages of Color #0ec66f

%93
%0
%44
%22

Triadic Colors of #0ec66f

#0ec66f #6f0ec6 #c66f0e

Analogous Colors of #0ec66f

#0ec66f #0ec1c6 #0ec613

Monochromatic Colors of #0ec66f

#0ec66f

Complementary Color

#0ec66f #c60e65

#0ec66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec66f Color CSS Codes

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

#0ec66f Text Font Color

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

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


#0ec66f Background Color

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

This div background color is #0ec66f


#0ec66f Border Color

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

This div border color is #0ec66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec66f


Comments

No comments written yet.

Please login to write comment.