Color Hex Logo

#0ebacc Color Hex

#0EBACC
(14,186,204)
0 Favorites   0 Comments

Color spaces of #0ebacc

RGB 14186204
HSL0.520.870.43
HSV186°93°80°
CMYK 0.930.090.00   0.20
XYZ28.639139.570863.2552
Yxy39.57080.21780.3010
Hunter Lab62.9053-28.8181-15.5860
CIE-Lab69.1627-31.8759-20.0494

#0ebacc color RGB value is (14,186,204).

#0ebacc hex color red value is 14, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0ebacc hue: 0.52 , saturation: 0.87 and the lightness value of 0ebacc is 0.43.

The process color (four color CMYK) of #0ebacc color hex is 0.93, 0.09, 0.00, 0.20. Web safe color of #0ebacc is #00cccc. Color #0ebacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11001100
Octal 16 272 314
Decimal 14 186 204
Hex E BA CC

RGB Percentages of Color #0ebacc

%3.47
%46.04
%50.50

CMYK Percentages of Color #0ebacc

%93
%9
%0
%20

Triadic Colors of #0ebacc

#0ebacc #cc0eba #bacc0e

Analogous Colors of #0ebacc

#0ebacc #0e5bcc #0ecc7f

Monochromatic Colors of #0ebacc

#0ebacc

Complementary Color

#0ebacc #cc200e

#0ebacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebacc Color CSS Codes

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

#0ebacc Text Font Color

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

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


#0ebacc Background Color

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

This div background color is #0ebacc


#0ebacc Border Color

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

This div border color is #0ebacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebacc


Comments

No comments written yet.

Please login to write comment.