Color Hex Logo

#0baadb Color Hex

#0BAADB
(11,170,219)
0 Favorites   0 Comments

Color spaces of #0baadb

RGB 11170219
HSL0.540.900.45
HSV194°95°86°
CMYK 0.950.220.00   0.14
XYZ27.298933.935172.1292
Yxy33.93510.20470.2545
Hunter Lab58.2538-18.2956-32.6345
CIE-Lab64.9110-18.8621-34.8449

#0baadb color RGB value is (11,170,219).

#0baadb hex color red value is 11, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0baadb hue: 0.54 , saturation: 0.90 and the lightness value of 0baadb is 0.45.

The process color (four color CMYK) of #0baadb color hex is 0.95, 0.22, 0.00, 0.14. Web safe color of #0baadb is #0099cc. Color #0baadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 11011011
Octal 13 252 333
Decimal 11 170 219
Hex B AA DB

RGB Percentages of Color #0baadb

%2.75
%42.50
%54.75

CMYK Percentages of Color #0baadb

%95
%22
%0
%14

Triadic Colors of #0baadb

#0baadb #db0baa #aadb0b

Analogous Colors of #0baadb

#0baadb #0b42db #0bdba4

Monochromatic Colors of #0baadb

#0baadb

Complementary Color

#0baadb #db3c0b

#0baadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baadb Color CSS Codes

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

#0baadb Text Font Color

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

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


#0baadb Background Color

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

This div background color is #0baadb


#0baadb Border Color

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

This div border color is #0baadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baadb


Comments

No comments written yet.

Please login to write comment.