Color Hex Logo

#0ebaea Color Hex

#0EBAEA
(14,186,234)
0 Favorites   0 Comments

Color spaces of #0ebaea

RGB 14186234
HSL0.540.890.49
HSV193°94°92°
CMYK 0.940.210.00   0.08
XYZ32.591341.151784.0672
Yxy41.15170.20650.2608
Hunter Lab64.1496-21.5746-32.7941
CIE-Lab70.2821-21.9406-34.7164

#0ebaea color RGB value is (14,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11101010
Octal 16 272 352
Decimal 14 186 234
Hex E BA EA

RGB Percentages of Color #0ebaea

%3.23
%42.86
%53.92

CMYK Percentages of Color #0ebaea

%94
%21
%0
%8

Triadic Colors of #0ebaea

#0ebaea #ea0eba #baea0e

Analogous Colors of #0ebaea

#0ebaea #0e4cea #0eeaac

Monochromatic Colors of #0ebaea

#0ebaea

Complementary Color

#0ebaea #ea3e0e

#0ebaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebaea Color CSS Codes

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

#0ebaea Text Font Color

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

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


#0ebaea Background Color

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

This div background color is #0ebaea


#0ebaea Border Color

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

This div border color is #0ebaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebaea


Comments

No comments written yet.

Please login to write comment.