Color Hex Logo

#0ba9af Color Hex

#0BA9AF
(11,169,175)
0 Favorites   0 Comments

Color spaces of #0ba9af

RGB 11169175
HSL0.510.880.36
HSV182°94°69°
CMYK 0.940.030.00   0.31
XYZ22.063831.542245.4828
Yxy31.54220.22270.3183
Hunter Lab56.1624-28.1593-8.7019
CIE-Lab62.9627-33.0649-13.3636

#0ba9af color RGB value is (11,169,175).

#0ba9af hex color red value is 11, green value is 169 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0ba9af hue: 0.51 , saturation: 0.88 and the lightness value of 0ba9af is 0.36.

The process color (four color CMYK) of #0ba9af color hex is 0.94, 0.03, 0.00, 0.31. Web safe color of #0ba9af is #009999. Color #0ba9af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101001 10101111
Octal 13 251 257
Decimal 11 169 175
Hex B A9 AF

RGB Percentages of Color #0ba9af

%3.10
%47.61
%49.30

CMYK Percentages of Color #0ba9af

%94
%3
%0
%31

Triadic Colors of #0ba9af

#0ba9af #af0ba9 #a9af0b

Analogous Colors of #0ba9af

#0ba9af #0b57af #0baf63

Monochromatic Colors of #0ba9af

#0ba9af

Complementary Color

#0ba9af #af110b

#0ba9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba9af Color CSS Codes

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

#0ba9af Text Font Color

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

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


#0ba9af Background Color

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

This div background color is #0ba9af


#0ba9af Border Color

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

This div border color is #0ba9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba9af


Comments

No comments written yet.

Please login to write comment.