Color Hex Logo

#0ebac0 Color Hex

#0EBAC0
(14,186,192)
0 Favorites   0 Comments

Color spaces of #0ebac0

RGB 14186192
HSL0.510.860.40
HSV182°93°75°
CMYK 0.930.030.00   0.25
XYZ27.254439.016955.9637
Yxy39.01690.22300.3192
Hunter Lab62.4635-31.4271-9.3960
CIE-Lab68.7635-35.6469-14.0620

#0ebac0 color RGB value is (14,186,192).

#0ebac0 hex color red value is 14, green value is 186 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #0ebac0 hue: 0.51 , saturation: 0.86 and the lightness value of 0ebac0 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11000000
Octal 16 272 300
Decimal 14 186 192
Hex E BA C0

RGB Percentages of Color #0ebac0

%3.57
%47.45
%48.98

CMYK Percentages of Color #0ebac0

%93
%3
%0
%25

Triadic Colors of #0ebac0

#0ebac0 #c00eba #bac00e

Analogous Colors of #0ebac0

#0ebac0 #0e61c0 #0ec06d

Monochromatic Colors of #0ebac0

#0ebac0

Complementary Color

#0ebac0 #c0140e

#0ebac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebac0 Color CSS Codes

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

#0ebac0 Text Font Color

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

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


#0ebac0 Background Color

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

This div background color is #0ebac0


#0ebac0 Border Color

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

This div border color is #0ebac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebac0


Comments

No comments written yet.

Please login to write comment.