Color Hex Logo

#0ebaa0 Color Hex

#0EBAA0
(14,186,160)
0 Favorites   0 Comments

Color spaces of #0ebaa0

RGB 14186160
HSL0.470.860.39
HSV171°92°73°
CMYK 0.920.000.14   0.27
XYZ24.085237.749239.2746
Yxy37.74920.23820.3734
Hunter Lab61.4404-37.54705.1083
CIE-Lab67.8354-44.95632.1752

#0ebaa0 color RGB value is (14,186,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 10100000
Octal 16 272 240
Decimal 14 186 160
Hex E BA A0

RGB Percentages of Color #0ebaa0

%3.89
%51.67
%44.44

CMYK Percentages of Color #0ebaa0

%92
%0
%14
%27

Triadic Colors of #0ebaa0

#0ebaa0 #a00eba #baa00e

Analogous Colors of #0ebaa0

#0ebaa0 #0e7eba #0eba4a

Monochromatic Colors of #0ebaa0

#0ebaa0

Complementary Color

#0ebaa0 #ba0e28

#0ebaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebaa0 Color CSS Codes

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

#0ebaa0 Text Font Color

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

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


#0ebaa0 Background Color

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

This div background color is #0ebaa0


#0ebaa0 Border Color

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

This div border color is #0ebaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebaa0


Comments

No comments written yet.

Please login to write comment.