Color Hex Logo

#0e874c Color Hex

#0E874C
(14,135,76)
0 Favorites   0 Comments

Color spaces of #0e874c

RGB 1413576
HSL0.420.810.29
HSV151°90°53°
CMYK 0.900.000.44   0.47
XYZ10.149617.94319.7659
Yxy17.94310.26810.4740
Hunter Lab42.3593-31.358915.9822
CIE-Lab49.4270-44.799123.2796

#0e874c color RGB value is (14,135,76).

#0e874c hex color red value is 14, green value is 135 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #0e874c hue: 0.42 , saturation: 0.81 and the lightness value of 0e874c is 0.29.

The process color (four color CMYK) of #0e874c color hex is 0.90, 0.00, 0.44, 0.47. Web safe color of #0e874c is #009933. Color #0e874c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10000111 01001100
Octal 16 207 114
Decimal 14 135 76
Hex E 87 4C

RGB Percentages of Color #0e874c

%6.22
%60.00
%33.78

CMYK Percentages of Color #0e874c

%90
%0
%44
%47

Triadic Colors of #0e874c

#0e874c #4c0e87 #874c0e

Analogous Colors of #0e874c

#0e874c #0e8687 #0e8710

Monochromatic Colors of #0e874c

#0e874c

Complementary Color

#0e874c #870e49

#0e874c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e874c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e874c Color CSS Codes

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

#0e874c Text Font Color

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

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


#0e874c Background Color

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

This div background color is #0e874c


#0e874c Border Color

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

This div border color is #0e874c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e874c


Comments

No comments written yet.

Please login to write comment.