Color Hex Logo

#0bbfab Color Hex

#0BBFAB
(11,191,171)
0 Favorites   0 Comments

Color spaces of #0bbfab

RGB 11191171
HSL0.480.890.40
HSV173°94°75°
CMYK 0.940.000.10   0.25
XYZ26.119540.273044.9249
Yxy40.27300.23460.3618
Hunter Lab63.4610-37.58912.4505
CIE-Lab69.6635-44.1679-1.1966

#0bbfab color RGB value is (11,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 10101011
Octal 13 277 253
Decimal 11 191 171
Hex B BF AB

RGB Percentages of Color #0bbfab

%2.95
%51.21
%45.84

CMYK Percentages of Color #0bbfab

%94
%0
%10
%25

Triadic Colors of #0bbfab

#0bbfab #ab0bbf #bfab0b

Analogous Colors of #0bbfab

#0bbfab #0b79bf #0bbf51

Monochromatic Colors of #0bbfab

#0bbfab

Complementary Color

#0bbfab #bf0b1f

#0bbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbfab Color CSS Codes

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

#0bbfab Text Font Color

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

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


#0bbfab Background Color

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

This div background color is #0bbfab


#0bbfab Border Color

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

This div border color is #0bbfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,191,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 #0bbfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbfab


Comments

No comments written yet.

Please login to write comment.