Color Hex Logo

#0bbaab Color Hex

#0BBAAB
(11,186,171)
0 Favorites   0 Comments

Color spaces of #0bbaab

RGB 11186171
HSL0.490.890.39
HSV175°94°73°
CMYK 0.940.000.08   0.27
XYZ25.047638.129244.5676
Yxy38.12920.23250.3539
Hunter Lab61.7488-35.65430.4313
CIE-Lab68.1157-42.0054-3.4694

#0bbaab color RGB value is (11,186,171).

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

The process color (four color CMYK) of #0bbaab color hex is 0.94, 0.00, 0.08, 0.27. Web safe color of #0bbaab is #00cc99. Color #0bbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111010 10101011
Octal 13 272 253
Decimal 11 186 171
Hex B BA AB

RGB Percentages of Color #0bbaab

%2.99
%50.54
%46.47

CMYK Percentages of Color #0bbaab

%94
%0
%8
%27

Triadic Colors of #0bbaab

#0bbaab #ab0bba #baab0b

Analogous Colors of #0bbaab

#0bbaab #0b72ba #0bba54

Monochromatic Colors of #0bbaab

#0bbaab

Complementary Color

#0bbaab #ba0b1a

#0bbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbaab Color CSS Codes

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

#0bbaab Text Font Color

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

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


#0bbaab Background Color

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

This div background color is #0bbaab


#0bbaab Border Color

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

This div border color is #0bbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbaab


Comments

No comments written yet.

Please login to write comment.