color codes Logo

#0e4cbb color codes

#0E4CBB
(14,76,187)
0 Favorites   0 Comments

Color spaces of #0e4cbb

RGB 1476187
HSL0.610.860.39
HSV218°93°73°
CMYK 0.930.590.00   0.27
XYZ11.73528.850148.1034
Yxy8.85010.17080.1288
Hunter Lab29.749118.3523-75.0457
CIE-Lab35.694126.1548-63.1964

#0e4cbb color RGB value is (14,76,187).

#0e4cbb hex color red value is 14, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0e4cbb hue: 0.61 , saturation: 0.86 and the lightness value of 0e4cbb is 0.39.

The process color (four color CMYK) of #0e4cbb color code is 0.93, 0.59, 0.00, 0.27. Web safe color of #0e4cbb is #0033cc. Color #0e4cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01001100 10111011
Octal 16 114 273
Decimal 14 76 187
Hex E 4C BB

RGB Percentages of Color #0e4cbb

%5.05
%27.44
%67.51

CMYK Percentages of Color #0e4cbb

%93
%59
%0
%27

Triadic Colors of #0e4cbb

#0e4cbb #bb0e4c #4cbb0e

Analogous Colors of #0e4cbb

#0e4cbb #270ebb #0ea3bb

Monochromatic Colors of #0e4cbb

#0e4cbb

Complementary Color

#0e4cbb #bb7d0e

#0e4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e4cbb Color CSS Codes

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

#0e4cbb Text Font Color

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

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


#0e4cbb Background Color

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

This div background color is #0e4cbb


#0e4cbb Border Color

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

This div border color is #0e4cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e4cbb


Comments

No comments written yet.

Please login to write comment.