Color Hex Logo

#0ebebd Color Hex

#0EBEBD
(14,190,189)
0 Favorites   0 Comments

Color spaces of #0ebebd

RGB 14190189
HSL0.500.860.40
HSV180°93°75°
CMYK 0.930.000.01   0.25
XYZ27.779940.594454.5155
Yxy40.59440.22610.3303
Hunter Lab63.7137-33.6710-6.1308
CIE-Lab69.8908-38.4004-10.7244

#0ebebd color RGB value is (14,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 10111101
Octal 16 276 275
Decimal 14 190 189
Hex E BE BD

RGB Percentages of Color #0ebebd

%3.56
%48.35
%48.09

CMYK Percentages of Color #0ebebd

%93
%0
%1
%25

Triadic Colors of #0ebebd

#0ebebd #bd0ebe #bebd0e

Analogous Colors of #0ebebd

#0ebebd #0e67be #0ebe65

Monochromatic Colors of #0ebebd

#0ebebd

Complementary Color

#0ebebd #be0e0f

#0ebebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebebd Color CSS Codes

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

#0ebebd Text Font Color

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

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


#0ebebd Background Color

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

This div background color is #0ebebd


#0ebebd Border Color

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

This div border color is #0ebebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebebd


Comments

No comments written yet.

Please login to write comment.