Color Hex Logo

#0bacb0 Color Hex

#0BACB0
(11,172,176)
0 Favorites   0 Comments

Color spaces of #0bacb0

RGB 11172176
HSL0.500.880.37
HSV181°94°69°
CMYK 0.940.020.00   0.31
XYZ22.727032.710846.1903
Yxy32.71080.22360.3219
Hunter Lab57.1934-29.1576-7.8482
CIE-Lab63.9261-34.1688-12.4738

#0bacb0 color RGB value is (11,172,176).

#0bacb0 hex color red value is 11, green value is 172 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #0bacb0 hue: 0.50 , saturation: 0.88 and the lightness value of 0bacb0 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101100 10110000
Octal 13 254 260
Decimal 11 172 176
Hex B AC B0

RGB Percentages of Color #0bacb0

%3.06
%47.91
%49.03

CMYK Percentages of Color #0bacb0

%94
%2
%0
%31

Triadic Colors of #0bacb0

#0bacb0 #b00bac #acb00b

Analogous Colors of #0bacb0

#0bacb0 #0b5ab0 #0bb061

Monochromatic Colors of #0bacb0

#0bacb0

Complementary Color

#0bacb0 #b00f0b

#0bacb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bacb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bacb0 Color CSS Codes

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

#0bacb0 Text Font Color

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

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


#0bacb0 Background Color

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

This div background color is #0bacb0


#0bacb0 Border Color

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

This div border color is #0bacb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bacb0


Comments

No comments written yet.

Please login to write comment.