Color Hex Logo

#0e253e Color Hex

#0E253E
(14,37,62)
0 Favorites   0 Comments

Color spaces of #0e253e

RGB 143762
HSL0.590.630.15
HSV211°77°24°
CMYK 0.770.400.00   0.76
XYZ1.71221.76434.8077
Yxy1.76430.20670.2130
Hunter Lab13.2827-0.2353-12.1623
CIE-Lab14.19830.9067-18.6236

#0e253e color RGB value is (14,37,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00100101 00111110
Octal 16 45 76
Decimal 14 37 62
Hex E 25 3E

RGB Percentages of Color #0e253e

%12.39
%32.74
%54.87

CMYK Percentages of Color #0e253e

%77
%40
%0
%76

Triadic Colors of #0e253e

#0e253e #3e0e25 #253e0e

Analogous Colors of #0e253e

#0e253e #0f0e3e #0e3d3e

Monochromatic Colors of #0e253e

#0e253e

Complementary Color

#0e253e #3e270e

#0e253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e253e Color CSS Codes

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

#0e253e Text Font Color

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

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


#0e253e Background Color

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

This div background color is #0e253e


#0e253e Border Color

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

This div border color is #0e253e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e253e

#0e253e Color Palettes


Comments

No comments written yet.

Please login to write comment.