Color Hex Logo

#0baafa Color Hex

#0BAAFA
(11,170,250)
0 Favorites   0 Comments

Color spaces of #0baafa

RGB 11170250
HSL0.560.960.51
HSV200°96°98°
CMYK 0.960.320.00   0.02
XYZ31.768135.722795.6633
Yxy35.72270.19470.2190
Hunter Lab59.7685-9.7186-53.0595
CIE-Lab66.3075-7.7805-49.6447

#0baafa color RGB value is (11,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 11111010
Octal 13 252 372
Decimal 11 170 250
Hex B AA FA

RGB Percentages of Color #0baafa

%2.55
%39.44
%58.00

CMYK Percentages of Color #0baafa

%96
%32
%0
%2

Triadic Colors of #0baafa

#0baafa #fa0baa #aafa0b

Analogous Colors of #0baafa

#0baafa #0b32fa #0bfad3

Monochromatic Colors of #0baafa

#0baafa

Complementary Color

#0baafa #fa5b0b

#0baafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baafa Color CSS Codes

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

#0baafa Text Font Color

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

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


#0baafa Background Color

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

This div background color is #0baafa


#0baafa Border Color

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

This div border color is #0baafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baafa


Comments

No comments written yet.

Please login to write comment.