Color Hex Logo

#0e493e Color Hex

#0E493E
(14,73,62)
0 Favorites   0 Comments

Color spaces of #0e493e

RGB 147362
HSL0.470.680.17
HSV169°81°29°
CMYK 0.810.000.15   0.71
XYZ3.43315.20625.3814
Yxy5.20620.24490.3713
Hunter Lab22.8171-13.07251.9885
CIE-Lab27.3143-21.42011.2834

#0e493e color RGB value is (14,73,62).

#0e493e hex color red value is 14, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0e493e hue: 0.47 , saturation: 0.68 and the lightness value of 0e493e is 0.17.

The process color (four color CMYK) of #0e493e color hex is 0.81, 0.00, 0.15, 0.71. Web safe color of #0e493e is #003333. Color #0e493e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001001 00111110
Octal 16 111 76
Decimal 14 73 62
Hex E 49 3E

RGB Percentages of Color #0e493e

%9.40
%48.99
%41.61

CMYK Percentages of Color #0e493e

%81
%0
%15
%71

Triadic Colors of #0e493e

#0e493e #3e0e49 #493e0e

Analogous Colors of #0e493e

#0e493e #0e3749 #0e4921

Monochromatic Colors of #0e493e

#0e493e

Complementary Color

#0e493e #490e19

#0e493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e493e Color CSS Codes

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

#0e493e Text Font Color

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

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


#0e493e Background Color

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

This div background color is #0e493e


#0e493e Border Color

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

This div border color is #0e493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e493e


Comments

No comments written yet.

Please login to write comment.