Color Hex Logo

#0e5974 Color Hex

#0E5974
(14,89,116)
0 Favorites   0 Comments

Color spaces of #0e5974

RGB 1489116
HSL0.540.780.25
HSV196°88°45°
CMYK 0.880.230.00   0.55
XYZ6.90598.499117.7995
Yxy8.49910.20800.2560
Hunter Lab29.1532-8.7345-15.7923
CIE-Lab35.0014-11.1939-21.4233

#0e5974 color RGB value is (14,89,116).

#0e5974 hex color red value is 14, green value is 89 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #0e5974 hue: 0.54 , saturation: 0.78 and the lightness value of 0e5974 is 0.25.

The process color (four color CMYK) of #0e5974 color hex is 0.88, 0.23, 0.00, 0.55. Web safe color of #0e5974 is #006666. Color #0e5974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011001 01110100
Octal 16 131 164
Decimal 14 89 116
Hex E 59 74

RGB Percentages of Color #0e5974

%6.39
%40.64
%52.97

CMYK Percentages of Color #0e5974

%88
%23
%0
%55

Triadic Colors of #0e5974

#0e5974 #740e59 #59740e

Monochromatic Colors of #0e5974

#0e5974

Complementary Color

#0e5974 #74290e

#0e5974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e5974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e5974 Color CSS Codes

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

#0e5974 Text Font Color

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

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


#0e5974 Background Color

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

This div background color is #0e5974


#0e5974 Border Color

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

This div border color is #0e5974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e5974


Comments

No comments written yet.

Please login to write comment.