Color Hex Logo

#0ebbea Color Hex

#0EBBEA
(14,187,234)
0 Favorites   0 Comments

Color spaces of #0ebbea

RGB 14187234
HSL0.540.890.49
HSV193°94°92°
CMYK 0.940.200.00   0.08
XYZ32.802741.574584.1377
Yxy41.57450.20690.2623
Hunter Lab64.4783-22.0269-32.2327
CIE-Lab70.5766-22.4549-34.2600

#0ebbea color RGB value is (14,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111011 11101010
Octal 16 273 352
Decimal 14 187 234
Hex E BB EA

RGB Percentages of Color #0ebbea

%3.22
%42.99
%53.79

CMYK Percentages of Color #0ebbea

%94
%20
%0
%8

Triadic Colors of #0ebbea

#0ebbea #ea0ebb #bbea0e

Analogous Colors of #0ebbea

#0ebbea #0e4dea #0eeaab

Monochromatic Colors of #0ebbea

#0ebbea

Complementary Color

#0ebbea #ea3d0e

#0ebbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebbea Color CSS Codes

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

#0ebbea Text Font Color

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

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


#0ebbea Background Color

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

This div background color is #0ebbea


#0ebbea Border Color

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

This div border color is #0ebbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebbea


Comments

No comments written yet.

Please login to write comment.