Color Hex Logo

#0ba09f Color Hex

#0BA09F
(11,160,159)
0 Favorites   0 Comments

Color spaces of #0ba09f

RGB 11160159
HSL0.500.870.34
HSV180°93°63°
CMYK 0.930.000.01   0.37
XYZ18.966827.716037.1509
Yxy27.71600.22620.3306
Hunter Lab52.6460-27.8222-4.9872
CIE-Lab59.6313-33.8138-9.3559

#0ba09f color RGB value is (11,160,159).

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

The process color (four color CMYK) of #0ba09f color hex is 0.93, 0.00, 0.01, 0.37. Web safe color of #0ba09f is #009999. Color #0ba09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100000 10011111
Octal 13 240 237
Decimal 11 160 159
Hex B A0 9F

RGB Percentages of Color #0ba09f

%3.33
%48.48
%48.18

CMYK Percentages of Color #0ba09f

%93
%0
%1
%37

Triadic Colors of #0ba09f

#0ba09f #9f0ba0 #a09f0b

Analogous Colors of #0ba09f

#0ba09f #0b56a0 #0ba055

Monochromatic Colors of #0ba09f

#0ba09f

Complementary Color

#0ba09f #a00b0c

#0ba09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba09f Color CSS Codes

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

#0ba09f Text Font Color

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

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


#0ba09f Background Color

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

This div background color is #0ba09f


#0ba09f Border Color

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

This div border color is #0ba09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba09f


Comments

No comments written yet.

Please login to write comment.