Color Hex Logo

#0bab9a Color Hex

#0BAB9A
(11,171,154)
0 Favorites   0 Comments

Color spaces of #0bab9a

RGB 11171154
HSL0.480.880.36
HSV174°94°67°
CMYK 0.940.000.10   0.33
XYZ20.533731.530135.5755
Yxy31.53010.23430.3598
Hunter Lab56.1517-32.99101.7423
CIE-Lab62.9526-40.2957-1.6255

#0bab9a color RGB value is (11,171,154).

#0bab9a hex color red value is 11, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #0bab9a hue: 0.48 , saturation: 0.88 and the lightness value of 0bab9a is 0.36.

The process color (four color CMYK) of #0bab9a color hex is 0.94, 0.00, 0.10, 0.33. Web safe color of #0bab9a is #009999. Color #0bab9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101011 10011010
Octal 13 253 232
Decimal 11 171 154
Hex B AB 9A

RGB Percentages of Color #0bab9a

%3.27
%50.89
%45.83

CMYK Percentages of Color #0bab9a

%94
%0
%10
%33

Triadic Colors of #0bab9a

#0bab9a #9a0bab #ab9a0b

Analogous Colors of #0bab9a

#0bab9a #0b6cab #0bab4a

Monochromatic Colors of #0bab9a

#0bab9a

Complementary Color

#0bab9a #ab0b1c

#0bab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bab9a Color CSS Codes

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

#0bab9a Text Font Color

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

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


#0bab9a Background Color

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

This div background color is #0bab9a


#0bab9a Border Color

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

This div border color is #0bab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bab9a


Comments

No comments written yet.

Please login to write comment.