Color Hex Logo

#0eca6f Color Hex

#0ECA6F
(14,202,111)
0 Favorites   0 Comments

Color spaces of #0eca6f

RGB 14202111
HSL0.420.870.42
HSV151°93°79°
CMYK 0.930.000.45   0.21
XYZ24.170943.482122.1579
Yxy43.48210.26910.4842
Hunter Lab65.9410-49.966826.2357
CIE-Lab71.8810-62.019433.8795

#0eca6f color RGB value is (14,202,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 01101111
Octal 16 312 157
Decimal 14 202 111
Hex E CA 6F

RGB Percentages of Color #0eca6f

%4.28
%61.77
%33.94

CMYK Percentages of Color #0eca6f

%93
%0
%45
%21

Triadic Colors of #0eca6f

#0eca6f #6f0eca #ca6f0e

Analogous Colors of #0eca6f

#0eca6f #0ec7ca #0eca11

Monochromatic Colors of #0eca6f

#0eca6f

Complementary Color

#0eca6f #ca0e69

#0eca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eca6f Color CSS Codes

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

#0eca6f Text Font Color

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

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


#0eca6f Background Color

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

This div background color is #0eca6f


#0eca6f Border Color

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

This div border color is #0eca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eca6f


Comments

No comments written yet.

Please login to write comment.