Color Hex Logo

#0e393d Color Hex

#0E393D
(14,57,61)
0 Favorites   0 Comments

Color spaces of #0e393d

RGB 145761
HSL0.510.630.15
HSV185°77°24°
CMYK 0.770.070.00   0.76
XYZ2.48653.35654.9317
Yxy3.35650.23080.3115
Hunter Lab18.3208-7.8352-3.1355
CIE-Lab21.4185-12.8574-6.7775

#0e393d color RGB value is (14,57,61).

#0e393d hex color red value is 14, green value is 57 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0e393d hue: 0.51 , saturation: 0.63 and the lightness value of 0e393d is 0.15.

The process color (four color CMYK) of #0e393d color hex is 0.77, 0.07, 0.00, 0.76. Web safe color of #0e393d is #003333. Color #0e393d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00111001 00111101
Octal 16 71 75
Decimal 14 57 61
Hex E 39 3D

RGB Percentages of Color #0e393d

%10.61
%43.18
%46.21

CMYK Percentages of Color #0e393d

%77
%7
%0
%76

Triadic Colors of #0e393d

#0e393d #3d0e39 #393d0e

Analogous Colors of #0e393d

#0e393d #0e213d #0e3d2a

Monochromatic Colors of #0e393d

#0e393d

Complementary Color

#0e393d #3d120e

#0e393d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e393d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e393d Color CSS Codes

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

#0e393d Text Font Color

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

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


#0e393d Background Color

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

This div background color is #0e393d


#0e393d Border Color

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

This div border color is #0e393d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e393d


Comments

No comments written yet.

Please login to write comment.