Color Hex Logo

#0ea40c Color Hex

#0EA40C
(14,164,12)
0 Favorites   0 Comments

Color spaces of #0ea40c

RGB 1416412
HSL0.330.860.35
HSV119°93°64°
CMYK 0.910.000.93   0.36
XYZ13.522926.67084.7831
Yxy26.67080.30070.5930
Hunter Lab51.6438-43.636530.6594
CIE-Lab58.6684-60.822458.1697

#0ea40c color RGB value is (14,164,12).

#0ea40c hex color red value is 14, green value is 164 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #0ea40c hue: 0.33 , saturation: 0.86 and the lightness value of 0ea40c is 0.35.

The process color (four color CMYK) of #0ea40c color hex is 0.91, 0.00, 0.93, 0.36. Web safe color of #0ea40c is #009900. Color #0ea40c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100100 00001100
Octal 16 244 14
Decimal 14 164 12
Hex E A4 C

RGB Percentages of Color #0ea40c

%7.37
%86.32
%6.32

CMYK Percentages of Color #0ea40c

%91
%0
%93
%36

Triadic Colors of #0ea40c

#0ea40c #0c0ea4 #a40c0e

Analogous Colors of #0ea40c

#0ea40c #0ca456 #5aa40c

Monochromatic Colors of #0ea40c

#0ea40c

Complementary Color

#0ea40c #a20ca4

#0ea40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea40c Color CSS Codes

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

#0ea40c Text Font Color

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

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


#0ea40c Background Color

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

This div background color is #0ea40c


#0ea40c Border Color

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

This div border color is #0ea40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea40c


Comments

No comments written yet.

Please login to write comment.