Color Hex Logo

#0e466f Color Hex

#0E466F
(14,70,111)
0 Favorites   0 Comments

Color spaces of #0e466f

RGB 1470111
HSL0.570.780.25
HSV205°87°44°
CMYK 0.870.370.00   0.56
XYZ5.24055.621415.8478
Yxy5.62140.19620.2105
Hunter Lab23.7095-2.0378-23.0337
CIE-Lab28.4365-1.2324-28.5896

#0e466f color RGB value is (14,70,111).

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

The process color (four color CMYK) of #0e466f color hex is 0.87, 0.37, 0.00, 0.56. Web safe color of #0e466f is #003366. Color #0e466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000110 01101111
Octal 16 106 157
Decimal 14 70 111
Hex E 46 6F

RGB Percentages of Color #0e466f

%7.18
%35.90
%56.92

CMYK Percentages of Color #0e466f

%87
%37
%0
%56

Triadic Colors of #0e466f

#0e466f #6f0e46 #466f0e

Analogous Colors of #0e466f

#0e466f #0e156f #0e6f68

Monochromatic Colors of #0e466f

#0e466f

Complementary Color

#0e466f #6f370e

#0e466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e466f Color CSS Codes

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

#0e466f Text Font Color

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

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


#0e466f Background Color

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

This div background color is #0e466f


#0e466f Border Color

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

This div border color is #0e466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e466f


Comments

No comments written yet.

Please login to write comment.