Color Hex Logo

#0ec70a Color Hex

#0EC70A
(14,199,10)
0 Favorites   0 Comments

Color spaces of #0ec70a

RGB 1419910
HSL0.330.900.41
HSV119°95°78°
CMYK 0.930.000.95   0.22
XYZ20.659340.96217.1048
Yxy40.96210.30060.5960
Hunter Lab64.0016-54.384338.2194
CIE-Lab70.1494-70.705768.0152

#0ec70a color RGB value is (14,199,10).

#0ec70a hex color red value is 14, green value is 199 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #0ec70a hue: 0.33 , saturation: 0.90 and the lightness value of 0ec70a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11000111 00001010
Octal 16 307 12
Decimal 14 199 10
Hex E C7 A

RGB Percentages of Color #0ec70a

%6.28
%89.24
%4.48

CMYK Percentages of Color #0ec70a

%93
%0
%95
%22

Triadic Colors of #0ec70a

#0ec70a #0a0ec7 #c70a0e

Analogous Colors of #0ec70a

#0ec70a #0ac765 #6dc70a

Monochromatic Colors of #0ec70a

#0ec70a

Complementary Color

#0ec70a #c30ac7

#0ec70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec70a Color CSS Codes

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

#0ec70a Text Font Color

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

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


#0ec70a Background Color

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

This div background color is #0ec70a


#0ec70a Border Color

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

This div border color is #0ec70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec70a


Comments

No comments written yet.

Please login to write comment.