Color Hex Logo

#0ea74c Color Hex

#0EA74C
(14,167,76)
0 Favorites   0 Comments

Color spaces of #0ea74c

RGB 1416776
HSL0.400.850.35
HSV144°92°65°
CMYK 0.920.000.54   0.35
XYZ15.304328.252611.4842
Yxy28.25260.27810.5133
Hunter Lab53.1532-41.622924.3971
CIE-Lab60.1163-56.071036.7396

#0ea74c color RGB value is (14,167,76).

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

The process color (four color CMYK) of #0ea74c color hex is 0.92, 0.00, 0.54, 0.35. Web safe color of #0ea74c is #009933. Color #0ea74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100111 01001100
Octal 16 247 114
Decimal 14 167 76
Hex E A7 4C

RGB Percentages of Color #0ea74c

%5.45
%64.98
%29.57

CMYK Percentages of Color #0ea74c

%92
%0
%54
%35

Triadic Colors of #0ea74c

#0ea74c #4c0ea7 #a74c0e

Analogous Colors of #0ea74c

#0ea74c #0ea799 #1da70e

Monochromatic Colors of #0ea74c

#0ea74c

Complementary Color

#0ea74c #a70e69

#0ea74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea74c Color CSS Codes

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

#0ea74c Text Font Color

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

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


#0ea74c Background Color

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

This div background color is #0ea74c


#0ea74c Border Color

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

This div border color is #0ea74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea74c


Comments

No comments written yet.

Please login to write comment.