Color Hex Logo

#0e984d Color Hex

#0E984D
(14,152,77)
0 Favorites   0 Comments

Color spaces of #0e984d

RGB 1415277
HSL0.410.830.33
HSV147°91°60°
CMYK 0.910.000.49   0.40
XYZ12.748923.085710.8052
Yxy23.08570.27330.4950
Hunter Lab48.0476-36.720220.2999
CIE-Lab55.1605-50.780430.0955

#0e984d color RGB value is (14,152,77).

#0e984d hex color red value is 14, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0e984d hue: 0.41 , saturation: 0.83 and the lightness value of 0e984d is 0.33.

The process color (four color CMYK) of #0e984d color hex is 0.91, 0.00, 0.49, 0.40. Web safe color of #0e984d is #009966. Color #0e984d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011000 01001101
Octal 16 230 115
Decimal 14 152 77
Hex E 98 4D

RGB Percentages of Color #0e984d

%5.76
%62.55
%31.69

CMYK Percentages of Color #0e984d

%91
%0
%49
%40

Triadic Colors of #0e984d

#0e984d #4d0e98 #984d0e

Analogous Colors of #0e984d

#0e984d #0e9892 #14980e

Monochromatic Colors of #0e984d

#0e984d

Complementary Color

#0e984d #980e59

#0e984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e984d Color CSS Codes

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

#0e984d Text Font Color

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

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


#0e984d Background Color

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

This div background color is #0e984d


#0e984d Border Color

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

This div border color is #0e984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e984d


Comments

No comments written yet.

Please login to write comment.