Color Hex Logo

#0e884f Color Hex

#0E884F
(14,136,79)
0 Favorites   0 Comments

Color spaces of #0e884f

RGB 1413679
HSL0.420.810.29
HSV152°90°53°
CMYK 0.900.000.42   0.47
XYZ10.396518.266210.3749
Yxy18.26620.26630.4679
Hunter Lab42.7390-31.372115.5246
CIE-Lab49.8174-44.573722.1291

#0e884f color RGB value is (14,136,79).

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

The process color (four color CMYK) of #0e884f color hex is 0.90, 0.00, 0.42, 0.47. Web safe color of #0e884f is #009966. Color #0e884f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001000 01001111
Octal 16 210 117
Decimal 14 136 79
Hex E 88 4F

RGB Percentages of Color #0e884f

%6.11
%59.39
%34.50

CMYK Percentages of Color #0e884f

%90
%0
%42
%47

Triadic Colors of #0e884f

#0e884f #4f0e88 #884f0e

Analogous Colors of #0e884f

#0e884f #0e8488 #0e8812

Monochromatic Colors of #0e884f

#0e884f

Complementary Color

#0e884f #880e47

#0e884f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e884f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e884f Color CSS Codes

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

#0e884f Text Font Color

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

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


#0e884f Background Color

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

This div background color is #0e884f


#0e884f Border Color

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

This div border color is #0e884f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e884f


Comments

No comments written yet.

Please login to write comment.