Color Hex Logo

#0ebaac Color Hex

#0EBAAC
(14,186,172)
0 Favorites   0 Comments

Color spaces of #0ebaac

RGB 14186172
HSL0.490.860.39
HSV175°92°73°
CMYK 0.920.000.08   0.27
XYZ25.186438.189745.0736
Yxy38.18970.23220.3521
Hunter Lab61.7978-35.39650.0140
CIE-Lab68.1602-41.6060-3.9526

#0ebaac color RGB value is (14,186,172).

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

The process color (four color CMYK) of #0ebaac color hex is 0.92, 0.00, 0.08, 0.27. Web safe color of #0ebaac is #00cc99. Color #0ebaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 10101100
Octal 16 272 254
Decimal 14 186 172
Hex E BA AC

RGB Percentages of Color #0ebaac

%3.76
%50.00
%46.24

CMYK Percentages of Color #0ebaac

%92
%0
%8
%27

Triadic Colors of #0ebaac

#0ebaac #ac0eba #baac0e

Analogous Colors of #0ebaac

#0ebaac #0e72ba #0eba56

Monochromatic Colors of #0ebaac

#0ebaac

Complementary Color

#0ebaac #ba0e1c

#0ebaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebaac Color CSS Codes

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

#0ebaac Text Font Color

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

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


#0ebaac Background Color

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

This div background color is #0ebaac


#0ebaac Border Color

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

This div border color is #0ebaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebaac


Comments

No comments written yet.

Please login to write comment.