Color Hex Logo

#0ebabd Color Hex

#0EBABD
(14,186,189)
1 Favorites   0 Comments

Color spaces of #0ebabd

RGB 14186189
HSL0.500.860.40
HSV181°93°74°
CMYK 0.930.020.00   0.26
XYZ26.925338.885354.2306
Yxy38.88530.22430.3239
Hunter Lab62.3581-32.0530-7.9117
CIE-Lab68.6681-36.5682-12.5554

#0ebabd color RGB value is (14,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 10111101
Octal 16 272 275
Decimal 14 186 189
Hex E BA BD

RGB Percentages of Color #0ebabd

%3.60
%47.81
%48.59

CMYK Percentages of Color #0ebabd

%93
%2
%0
%26

Triadic Colors of #0ebabd

#0ebabd #bd0eba #babd0e

Analogous Colors of #0ebabd

#0ebabd #0e62bd #0ebd69

Monochromatic Colors of #0ebabd

#0ebabd

Complementary Color

#0ebabd #bd110e

#0ebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebabd Color CSS Codes

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

#0ebabd Text Font Color

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

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


#0ebabd Background Color

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

This div background color is #0ebabd


#0ebabd Border Color

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

This div border color is #0ebabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebabd


Comments

No comments written yet.

Please login to write comment.