Color Hex Logo

#0baebb Color Hex

#0BAEBB
(11,174,187)
0 Favorites   0 Comments

Color spaces of #0baebb

RGB 11174187
HSL0.510.890.39
HSV184°94°73°
CMYK 0.940.070.00   0.27
XYZ24.243733.931152.2853
Yxy33.93110.21950.3072
Hunter Lab58.2504-27.6469-12.4431
CIE-Lab64.9078-31.6451-17.1199

#0baebb color RGB value is (11,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 10111011
Octal 13 256 273
Decimal 11 174 187
Hex B AE BB

RGB Percentages of Color #0baebb

%2.96
%46.77
%50.27

CMYK Percentages of Color #0baebb

%94
%7
%0
%27

Triadic Colors of #0baebb

#0baebb #bb0bae #aebb0b

Analogous Colors of #0baebb

#0baebb #0b56bb #0bbb70

Monochromatic Colors of #0baebb

#0baebb

Complementary Color

#0baebb #bb180b

#0baebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baebb Color CSS Codes

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

#0baebb Text Font Color

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

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


#0baebb Background Color

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

This div background color is #0baebb


#0baebb Border Color

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

This div border color is #0baebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baebb


Comments

No comments written yet.

Please login to write comment.