Color Hex Logo

#0baafb Color Hex

#0BAAFB
(11,170,251)
0 Favorites   0 Comments

Color spaces of #0baafb

RGB 11170251
HSL0.560.970.51
HSV200°96°98°
CMYK 0.960.320.00   0.02
XYZ31.925335.785696.4915
Yxy35.78560.19440.2179
Hunter Lab59.8211-9.4250-53.7601
CIE-Lab66.3558-7.4172-50.1127

#0baafb color RGB value is (11,170,251).

#0baafb hex color red value is 11, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0baafb hue: 0.56 , saturation: 0.97 and the lightness value of 0baafb is 0.51.

The process color (four color CMYK) of #0baafb color hex is 0.96, 0.32, 0.00, 0.02. Web safe color of #0baafb is #0099ff. Color #0baafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 11111011
Octal 13 252 373
Decimal 11 170 251
Hex B AA FB

RGB Percentages of Color #0baafb

%2.55
%39.35
%58.10

CMYK Percentages of Color #0baafb

%96
%32
%0
%2

Triadic Colors of #0baafb

#0baafb #fb0baa #aafb0b

Analogous Colors of #0baafb

#0baafb #0b32fb #0bfbd4

Monochromatic Colors of #0baafb

#0baafb

Complementary Color

#0baafb #fb5c0b

#0baafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baafb Color CSS Codes

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

#0baafb Text Font Color

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

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


#0baafb Background Color

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

This div background color is #0baafb


#0baafb Border Color

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

This div border color is #0baafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baafb


Comments

No comments written yet.

Please login to write comment.