Color Hex Logo

#0eba9a Color Hex

#0EBA9A
(14,186,154)
0 Favorites   0 Comments

Color spaces of #0eba9a

RGB 14186154
HSL0.470.860.39
HSV169°92°73°
CMYK 0.920.000.17   0.27
XYZ23.572737.544336.5762
Yxy37.54430.24130.3843
Hunter Lab61.2734-38.55717.4991
CIE-Lab67.6834-46.56165.2514

#0eba9a color RGB value is (14,186,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 10011010
Octal 16 272 232
Decimal 14 186 154
Hex E BA 9A

RGB Percentages of Color #0eba9a

%3.95
%52.54
%43.50

CMYK Percentages of Color #0eba9a

%92
%0
%17
%27

Triadic Colors of #0eba9a

#0eba9a #9a0eba #ba9a0e

Analogous Colors of #0eba9a

#0eba9a #0e84ba #0eba44

Monochromatic Colors of #0eba9a

#0eba9a

Complementary Color

#0eba9a #ba0e2e

#0eba9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eba9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eba9a Color CSS Codes

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

#0eba9a Text Font Color

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

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


#0eba9a Background Color

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

This div background color is #0eba9a


#0eba9a Border Color

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

This div border color is #0eba9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eba9a


Comments

No comments written yet.

Please login to write comment.