Color Hex Logo

#0e8fbb Color Hex

#0E8FBB
(14,143,187)
0 Favorites   0 Comments

Color spaces of #0e8fbb

RGB 14143187
HSL0.540.860.39
HSV195°93°73°
CMYK 0.930.240.00   0.27
XYZ18.973223.326150.5161
Yxy23.32610.20440.2513
Hunter Lab48.2971-14.3974-28.2061
CIE-Lab55.4067-15.5713-31.7144

#0e8fbb color RGB value is (14,143,187).

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

The process color (four color CMYK) of #0e8fbb color hex is 0.93, 0.24, 0.00, 0.27. Web safe color of #0e8fbb is #0099cc. Color #0e8fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001111 10111011
Octal 16 217 273
Decimal 14 143 187
Hex E 8F BB

RGB Percentages of Color #0e8fbb

%4.07
%41.57
%54.36

CMYK Percentages of Color #0e8fbb

%93
%24
%0
%27

Triadic Colors of #0e8fbb

#0e8fbb #bb0e8f #8fbb0e

Analogous Colors of #0e8fbb

#0e8fbb #0e38bb #0ebb91

Monochromatic Colors of #0e8fbb

#0e8fbb

Complementary Color

#0e8fbb #bb3a0e

#0e8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8fbb Color CSS Codes

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

#0e8fbb Text Font Color

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

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


#0e8fbb Background Color

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

This div background color is #0e8fbb


#0e8fbb Border Color

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

This div border color is #0e8fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,143,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 #0e8fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8fbb


Comments

No comments written yet.

Please login to write comment.