Color Hex Logo

#0ba49a Color Hex

#0BA49A
(11,164,154)
0 Favorites   0 Comments

Color spaces of #0ba49a

RGB 11164154
HSL0.490.870.34
HSV176°93°64°
CMYK 0.930.000.06   0.36
XYZ19.246228.955235.1464
Yxy28.95520.23090.3474
Hunter Lab53.8100-30.3236-1.0587
CIE-Lab60.7421-37.1739-4.8807

#0ba49a color RGB value is (11,164,154).

#0ba49a hex color red value is 11, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #0ba49a hue: 0.49 , saturation: 0.87 and the lightness value of 0ba49a is 0.34.

The process color (four color CMYK) of #0ba49a color hex is 0.93, 0.00, 0.06, 0.36. Web safe color of #0ba49a is #009999. Color #0ba49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100100 10011010
Octal 13 244 232
Decimal 11 164 154
Hex B A4 9A

RGB Percentages of Color #0ba49a

%3.34
%49.85
%46.81

CMYK Percentages of Color #0ba49a

%93
%0
%6
%36

Triadic Colors of #0ba49a

#0ba49a #9a0ba4 #a49a0b

Analogous Colors of #0ba49a

#0ba49a #0b62a4 #0ba44e

Monochromatic Colors of #0ba49a

#0ba49a

Complementary Color

#0ba49a #a40b15

#0ba49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba49a Color CSS Codes

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

#0ba49a Text Font Color

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

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


#0ba49a Background Color

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

This div background color is #0ba49a


#0ba49a Border Color

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

This div border color is #0ba49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba49a


Comments

No comments written yet.

Please login to write comment.