Color Hex Logo

#0e9ebb Color Hex

#0E9EBB
(14,158,187)
0 Favorites   0 Comments

Color spaces of #0e9ebb

RGB 14158187
HSL0.530.860.39
HSV190°93°73°
CMYK 0.930.160.00   0.27
XYZ21.377628.134951.3176
Yxy28.13490.21200.2790
Hunter Lab53.0423-20.8834-20.2325
CIE-Lab60.0104-23.5588-24.5914

#0e9ebb color RGB value is (14,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011110 10111011
Octal 16 236 273
Decimal 14 158 187
Hex E 9E BB

RGB Percentages of Color #0e9ebb

%3.90
%44.01
%52.09

CMYK Percentages of Color #0e9ebb

%93
%16
%0
%27

Triadic Colors of #0e9ebb

#0e9ebb #bb0e9e #9ebb0e

Analogous Colors of #0e9ebb

#0e9ebb #0e47bb #0ebb82

Monochromatic Colors of #0e9ebb

#0e9ebb

Complementary Color

#0e9ebb #bb2b0e

#0e9ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e9ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e9ebb Color CSS Codes

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

#0e9ebb Text Font Color

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

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


#0e9ebb Background Color

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

This div background color is #0e9ebb


#0e9ebb Border Color

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

This div border color is #0e9ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e9ebb


Comments

No comments written yet.

Please login to write comment.