Color Hex Logo

#0e263d Color Hex

#0E263D
(14,38,61)
0 Favorites   0 Comments

Color spaces of #0e263d

RGB 143861
HSL0.580.630.15
HSV209°77°24°
CMYK 0.770.380.00   0.76
XYZ1.71651.81654.6750
Yxy1.81650.20910.2213
Hunter Lab13.4778-0.8527-11.1314
CIE-Lab14.4932-0.2550-17.4587

#0e263d color RGB value is (14,38,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100110 00111101
Octal 16 46 75
Decimal 14 38 61
Hex E 26 3D

RGB Percentages of Color #0e263d

%12.39
%33.63
%53.98

CMYK Percentages of Color #0e263d

%77
%38
%0
%76

Triadic Colors of #0e263d

#0e263d #3d0e26 #263d0e

Analogous Colors of #0e263d

#0e263d #0e0f3d #0e3d3d

Monochromatic Colors of #0e263d

#0e263d

Complementary Color

#0e263d #3d250e

#0e263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e263d Color CSS Codes

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

#0e263d Text Font Color

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

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


#0e263d Background Color

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

This div background color is #0e263d


#0e263d Border Color

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

This div border color is #0e263d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e263d


Comments

No comments written yet.

Please login to write comment.