Color Hex Logo

#0babbc Color Hex

#0BABBC
(11,171,188)
0 Favorites   0 Comments

Color spaces of #0babbc

RGB 11171188
HSL0.520.890.39
HSV186°94°74°
CMYK 0.940.090.00   0.26
XYZ23.778032.827852.6601
Yxy32.82780.21760.3004
Hunter Lab57.2955-26.1886-14.3863
CIE-Lab64.0212-29.8671-19.0218

#0babbc color RGB value is (11,171,188).

#0babbc hex color red value is 11, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0babbc hue: 0.52 , saturation: 0.89 and the lightness value of 0babbc is 0.39.

The process color (four color CMYK) of #0babbc color hex is 0.94, 0.09, 0.00, 0.26. Web safe color of #0babbc is #0099cc. Color #0babbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101011 10111100
Octal 13 253 274
Decimal 11 171 188
Hex B AB BC

RGB Percentages of Color #0babbc

%2.97
%46.22
%50.81

CMYK Percentages of Color #0babbc

%94
%9
%0
%26

Triadic Colors of #0babbc

#0babbc #bc0bab #abbc0b

Analogous Colors of #0babbc

#0babbc #0b53bc #0bbc75

Monochromatic Colors of #0babbc

#0babbc

Complementary Color

#0babbc #bc1c0b

#0babbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0babbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0babbc Color CSS Codes

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

#0babbc Text Font Color

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

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


#0babbc Background Color

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

This div background color is #0babbc


#0babbc Border Color

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

This div border color is #0babbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0babbc


Comments

No comments written yet.

Please login to write comment.