Color Hex Logo

#0b8baa Color Hex

#0B8BAA
(11,139,170)
1 Favorites   0 Comments

Color spaces of #0b8baa

RGB 11139170
HSL0.530.880.35
HSV192°94°67°
CMYK 0.940.180.00   0.33
XYZ16.626321.438741.2920
Yxy21.43870.20950.2702
Hunter Lab46.3019-16.9319-20.4634
CIE-Lab53.4263-19.6180-25.0650

#0b8baa color RGB value is (11,139,170).

#0b8baa hex color red value is 11, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0b8baa hue: 0.53 , saturation: 0.88 and the lightness value of 0b8baa is 0.35.

The process color (four color CMYK) of #0b8baa color hex is 0.94, 0.18, 0.00, 0.33. Web safe color of #0b8baa is #009999. Color #0b8baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10001011 10101010
Octal 13 213 252
Decimal 11 139 170
Hex B 8B AA

RGB Percentages of Color #0b8baa

%3.44
%43.44
%53.13

CMYK Percentages of Color #0b8baa

%94
%18
%0
%33

Triadic Colors of #0b8baa

#0b8baa #aa0b8b #8baa0b

Analogous Colors of #0b8baa

#0b8baa #0b3caa #0baa7a

Monochromatic Colors of #0b8baa

#0b8baa

Complementary Color

#0b8baa #aa2a0b

#0b8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b8baa Color CSS Codes

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

#0b8baa Text Font Color

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

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


#0b8baa Background Color

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

This div background color is #0b8baa


#0b8baa Border Color

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

This div border color is #0b8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b8baa


Comments

No comments written yet.

Please login to write comment.