Color Hex Logo

#0eb3eb Color Hex

#0EB3EB
(14,179,235)
0 Favorites   0 Comments

Color spaces of #0eb3eb

RGB 14179235
HSL0.540.890.49
HSV195°94°92°
CMYK 0.940.240.00   0.08
XYZ31.296638.331784.3465
Yxy38.33170.20330.2489
Hunter Lab61.9126-18.1159-37.4348
CIE-Lab68.2644-17.9406-38.3982

#0eb3eb color RGB value is (14,179,235).

#0eb3eb hex color red value is 14, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0eb3eb hue: 0.54 , saturation: 0.89 and the lightness value of 0eb3eb is 0.49.

The process color (four color CMYK) of #0eb3eb color hex is 0.94, 0.24, 0.00, 0.08. Web safe color of #0eb3eb is #00ccff. Color #0eb3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110011 11101011
Octal 16 263 353
Decimal 14 179 235
Hex E B3 EB

RGB Percentages of Color #0eb3eb

%3.27
%41.82
%54.91

CMYK Percentages of Color #0eb3eb

%94
%24
%0
%8

Triadic Colors of #0eb3eb

#0eb3eb #eb0eb3 #b3eb0e

Analogous Colors of #0eb3eb

#0eb3eb #0e45eb #0eebb5

Monochromatic Colors of #0eb3eb

#0eb3eb

Complementary Color

#0eb3eb #eb460e

#0eb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb3eb Color CSS Codes

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

#0eb3eb Text Font Color

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

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


#0eb3eb Background Color

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

This div background color is #0eb3eb


#0eb3eb Border Color

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

This div border color is #0eb3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb3eb


Comments

No comments written yet.

Please login to write comment.