Color Hex Logo

#0bbaae Color Hex

#0BBAAE
(11,186,174)
0 Favorites   0 Comments

Color spaces of #0bbaae

RGB 11186174
HSL0.490.890.39
HSV176°94°73°
CMYK 0.940.000.06   0.27
XYZ25.336938.245046.0910
Yxy38.24500.23100.3487
Hunter Lab61.8425-35.0930-0.8988
CIE-Lab68.2008-41.1426-4.9958

#0bbaae color RGB value is (11,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111010 10101110
Octal 13 272 256
Decimal 11 186 174
Hex B BA AE

RGB Percentages of Color #0bbaae

%2.96
%50.13
%46.90

CMYK Percentages of Color #0bbaae

%94
%0
%6
%27

Triadic Colors of #0bbaae

#0bbaae #ae0bba #baae0b

Analogous Colors of #0bbaae

#0bbaae #0b6fba #0bba57

Monochromatic Colors of #0bbaae

#0bbaae

Complementary Color

#0bbaae #ba0b17

#0bbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbaae Color CSS Codes

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

#0bbaae Text Font Color

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

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


#0bbaae Background Color

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

This div background color is #0bbaae


#0bbaae Border Color

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

This div border color is #0bbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbaae


Comments

No comments written yet.

Please login to write comment.