Color Hex Logo

#0e5fab Color Hex

#0E5FAB
(14,95,171)
0 Favorites   0 Comments

Color spaces of #0e5fab

RGB 1495171
HSL0.580.850.36
HSV209°92°67°
CMYK 0.920.440.00   0.33
XYZ11.624011.218140.0807
Yxy11.21810.18470.1783
Hunter Lab33.49343.3355-47.5054
CIE-Lab39.94547.0411-46.8783

#0e5fab color RGB value is (14,95,171).

#0e5fab hex color red value is 14, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0e5fab hue: 0.58 , saturation: 0.85 and the lightness value of 0e5fab is 0.36.

The process color (four color CMYK) of #0e5fab color hex is 0.92, 0.44, 0.00, 0.33. Web safe color of #0e5fab is #006699. Color #0e5fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011111 10101011
Octal 16 137 253
Decimal 14 95 171
Hex E 5F AB

RGB Percentages of Color #0e5fab

%5.00
%33.93
%61.07

CMYK Percentages of Color #0e5fab

%92
%44
%0
%33

Triadic Colors of #0e5fab

#0e5fab #ab0e5f #5fab0e

Analogous Colors of #0e5fab

#0e5fab #0e11ab #0eaba9

Monochromatic Colors of #0e5fab

#0e5fab

Complementary Color

#0e5fab #ab5a0e

#0e5fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e5fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e5fab Color CSS Codes

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

#0e5fab Text Font Color

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

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


#0e5fab Background Color

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

This div background color is #0e5fab


#0e5fab Border Color

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

This div border color is #0e5fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e5fab


Comments

No comments written yet.

Please login to write comment.