Color Hex Logo

#0ebabb Color Hex

#0EBABB
(14,186,187)
0 Favorites   0 Comments

Color spaces of #0ebabb

RGB 14186187
HSL0.500.860.39
HSV180°93°73°
CMYK 0.930.010.00   0.27
XYZ26.709638.799053.0949
Yxy38.79900.22520.3271
Hunter Lab62.2888-32.4643-6.9365
CIE-Lab68.6054-37.1772-11.5490

#0ebabb color RGB value is (14,186,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 10111011
Octal 16 272 273
Decimal 14 186 187
Hex E BA BB

RGB Percentages of Color #0ebabb

%3.62
%48.06
%48.32

CMYK Percentages of Color #0ebabb

%93
%1
%0
%27

Triadic Colors of #0ebabb

#0ebabb #bb0eba #babb0e

Analogous Colors of #0ebabb

#0ebabb #0e63bb #0ebb66

Monochromatic Colors of #0ebabb

#0ebabb

Complementary Color

#0ebabb #bb0f0e

#0ebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebabb Color CSS Codes

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

#0ebabb Text Font Color

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

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


#0ebabb Background Color

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

This div background color is #0ebabb


#0ebabb Border Color

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

This div border color is #0ebabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebabb


Comments

No comments written yet.

Please login to write comment.