Color Hex Logo

#0e56ae Color Hex

#0E56AE
(14,86,174)
0 Favorites   0 Comments

Color spaces of #0e56ae

RGB 1486174
HSL0.590.850.37
HSV213°92°68°
CMYK 0.920.510.00   0.32
XYZ11.14899.804941.3493
Yxy9.80490.17890.1574
Hunter Lab31.31288.7575-56.3750
CIE-Lab37.490014.1964-52.6084

#0e56ae color RGB value is (14,86,174).

#0e56ae hex color red value is 14, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0e56ae hue: 0.59 , saturation: 0.85 and the lightness value of 0e56ae is 0.37.

The process color (four color CMYK) of #0e56ae color hex is 0.92, 0.51, 0.00, 0.32. Web safe color of #0e56ae is #006699. Color #0e56ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01010110 10101110
Octal 16 126 256
Decimal 14 86 174
Hex E 56 AE

RGB Percentages of Color #0e56ae

%5.11
%31.39
%63.50

CMYK Percentages of Color #0e56ae

%92
%51
%0
%32

Triadic Colors of #0e56ae

#0e56ae #ae0e56 #56ae0e

Analogous Colors of #0e56ae

#0e56ae #160eae #0ea6ae

Monochromatic Colors of #0e56ae

#0e56ae

Complementary Color

#0e56ae #ae660e

#0e56ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e56ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e56ae Color CSS Codes

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

#0e56ae Text Font Color

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

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


#0e56ae Background Color

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

This div background color is #0e56ae


#0e56ae Border Color

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

This div border color is #0e56ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e56ae


Comments

No comments written yet.

Please login to write comment.