Color Hex Logo

#0ebbaa Color Hex

#0EBBAA
(14,187,170)
0 Favorites   0 Comments

Color spaces of #0ebbaa

RGB 14187170
HSL0.480.860.39
HSV174°93°73°
CMYK 0.930.000.09   0.27
XYZ25.207138.536344.1399
Yxy38.53630.23370.3572
Hunter Lab62.0776-36.15451.2965
CIE-Lab68.4140-42.6122-2.4786

#0ebbaa color RGB value is (14,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111011 10101010
Octal 16 273 252
Decimal 14 187 170
Hex E BB AA

RGB Percentages of Color #0ebbaa

%3.77
%50.40
%45.82

CMYK Percentages of Color #0ebbaa

%93
%0
%9
%27

Triadic Colors of #0ebbaa

#0ebbaa #aa0ebb #bbaa0e

Analogous Colors of #0ebbaa

#0ebbaa #0e76bb #0ebb54

Monochromatic Colors of #0ebbaa

#0ebbaa

Complementary Color

#0ebbaa #bb0e1f

#0ebbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebbaa Color CSS Codes

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

#0ebbaa Text Font Color

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

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


#0ebbaa Background Color

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

This div background color is #0ebbaa


#0ebbaa Border Color

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

This div border color is #0ebbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebbaa


Comments

No comments written yet.

Please login to write comment.