Color Hex Logo

#0b86aa Color Hex

#0B86AA
(11,134,170)
1 Favorites   0 Comments

Color spaces of #0b86aa

RGB 11134170
HSL0.540.880.35
HSV194°94°67°
CMYK 0.940.210.00   0.33
XYZ15.918820.023641.0561
Yxy20.02360.20670.2601
Hunter Lab44.7477-14.8080-23.0752
CIE-Lab51.8639-16.9074-27.4827

#0b86aa color RGB value is (11,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10000110 10101010
Octal 13 206 252
Decimal 11 134 170
Hex B 86 AA

RGB Percentages of Color #0b86aa

%3.49
%42.54
%53.97

CMYK Percentages of Color #0b86aa

%94
%21
%0
%33

Triadic Colors of #0b86aa

#0b86aa #aa0b86 #86aa0b

Analogous Colors of #0b86aa

#0b86aa #0b37aa #0baa7f

Monochromatic Colors of #0b86aa

#0b86aa

Complementary Color

#0b86aa #aa2f0b

#0b86aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b86aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b86aa Color CSS Codes

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

#0b86aa Text Font Color

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

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


#0b86aa Background Color

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

This div background color is #0b86aa


#0b86aa Border Color

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

This div border color is #0b86aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b86aa


Comments

No comments written yet.

Please login to write comment.