Color Hex Logo

#0ea34a Color Hex

#0EA34A
(14,163,74)
0 Favorites   0 Comments

Color spaces of #0ea34a

RGB 1416374
HSL0.400.840.35
HSV144°91°64°
CMYK 0.910.000.55   0.36
XYZ14.514326.782210.8831
Yxy26.78220.27820.5133
Hunter Lab51.7515-40.502823.7577
CIE-Lab58.7722-55.040936.1006

#0ea34a color RGB value is (14,163,74).

#0ea34a hex color red value is 14, green value is 163 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #0ea34a hue: 0.40 , saturation: 0.84 and the lightness value of 0ea34a is 0.35.

The process color (four color CMYK) of #0ea34a color hex is 0.91, 0.00, 0.55, 0.36. Web safe color of #0ea34a is #009933. Color #0ea34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100011 01001010
Octal 16 243 112
Decimal 14 163 74
Hex E A3 4A

RGB Percentages of Color #0ea34a

%5.58
%64.94
%29.48

CMYK Percentages of Color #0ea34a

%91
%0
%55
%36

Triadic Colors of #0ea34a

#0ea34a #4a0ea3 #a34a0e

Analogous Colors of #0ea34a

#0ea34a #0ea395 #1da30e

Monochromatic Colors of #0ea34a

#0ea34a

Complementary Color

#0ea34a #a30e67

#0ea34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea34a Color CSS Codes

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

#0ea34a Text Font Color

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

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


#0ea34a Background Color

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

This div background color is #0ea34a


#0ea34a Border Color

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

This div border color is #0ea34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea34a


Comments

No comments written yet.

Please login to write comment.