Color Hex Logo

#0babbb Color Hex

#0BABBB
(11,171,187)
0 Favorites   0 Comments

Color spaces of #0babbb

RGB 11171187
HSL0.520.890.39
HSV185°94°73°
CMYK 0.940.090.00   0.27
XYZ23.670632.784852.0942
Yxy32.78480.21810.3020
Hunter Lab57.2580-26.4092-13.8623
CIE-Lab63.9863-30.1915-18.5177

#0babbb color RGB value is (11,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101011 10111011
Octal 13 253 273
Decimal 11 171 187
Hex B AB BB

RGB Percentages of Color #0babbb

%2.98
%46.34
%50.68

CMYK Percentages of Color #0babbb

%94
%9
%0
%27

Triadic Colors of #0babbb

#0babbb #bb0bab #abbb0b

Analogous Colors of #0babbb

#0babbb #0b53bb #0bbb73

Monochromatic Colors of #0babbb

#0babbb

Complementary Color

#0babbb #bb1b0b

#0babbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0babbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0babbb Color CSS Codes

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

#0babbb Text Font Color

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

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


#0babbb Background Color

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

This div background color is #0babbb


#0babbb Border Color

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

This div border color is #0babbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0babbb


Comments

No comments written yet.

Please login to write comment.