Color Hex Logo

#0babbe Color Hex

#0BABBE
(11,171,190)
0 Favorites   0 Comments

Color spaces of #0babbe

RGB 11171190
HSL0.520.890.39
HSV186°94°75°
CMYK 0.940.100.00   0.25
XYZ23.995232.914753.8037
Yxy32.91470.21670.2973
Hunter Lab57.3713-25.7433-15.4431
CIE-Lab64.0918-29.2148-20.0285

#0babbe color RGB value is (11,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101011 10111110
Octal 13 253 276
Decimal 11 171 190
Hex B AB BE

RGB Percentages of Color #0babbe

%2.96
%45.97
%51.08

CMYK Percentages of Color #0babbe

%94
%10
%0
%25

Triadic Colors of #0babbe

#0babbe #be0bab #abbe0b

Analogous Colors of #0babbe

#0babbe #0b52be #0bbe78

Monochromatic Colors of #0babbe

#0babbe

Complementary Color

#0babbe #be1e0b

#0babbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0babbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0babbe Color CSS Codes

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

#0babbe Text Font Color

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

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


#0babbe Background Color

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

This div background color is #0babbe


#0babbe Border Color

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

This div border color is #0babbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0babbe


Comments

No comments written yet.

Please login to write comment.