Color Hex Logo

#0ebceb Color Hex

#0EBCEB
(14,188,235)
0 Favorites   0 Comments

Color spaces of #0ebceb

RGB 14188235
HSL0.540.890.49
HSV193°94°92°
CMYK 0.940.200.00   0.08
XYZ33.159742.058084.9676
Yxy42.05800.20700.2626
Hunter Lab64.8521-22.2220-32.2837
CIE-Lab70.9109-22.6283-34.2850

#0ebceb color RGB value is (14,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 11101011
Octal 16 274 353
Decimal 14 188 235
Hex E BC EB

RGB Percentages of Color #0ebceb

%3.20
%43.02
%53.78

CMYK Percentages of Color #0ebceb

%94
%20
%0
%8

Triadic Colors of #0ebceb

#0ebceb #eb0ebc #bceb0e

Analogous Colors of #0ebceb

#0ebceb #0e4deb #0eebac

Monochromatic Colors of #0ebceb

#0ebceb

Complementary Color

#0ebceb #eb3d0e

#0ebceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebceb Color CSS Codes

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

#0ebceb Text Font Color

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

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


#0ebceb Background Color

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

This div background color is #0ebceb


#0ebceb Border Color

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

This div border color is #0ebceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebceb


Comments

No comments written yet.

Please login to write comment.