Color Hex Logo

#0baddb Color Hex

#0BADDB
(11,173,219)
0 Favorites   0 Comments

Color spaces of #0baddb

RGB 11173219
HSL0.540.900.45
HSV193°95°86°
CMYK 0.950.210.00   0.14
XYZ27.867835.072872.3188
Yxy35.07280.20600.2593
Hunter Lab59.2223-19.6436-30.9459
CIE-Lab65.8053-20.4408-33.4557

#0baddb color RGB value is (11,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 11011011
Octal 13 255 333
Decimal 11 173 219
Hex B AD DB

RGB Percentages of Color #0baddb

%2.73
%42.93
%54.34

CMYK Percentages of Color #0baddb

%95
%21
%0
%14

Triadic Colors of #0baddb

#0baddb #db0bad #addb0b

Analogous Colors of #0baddb

#0baddb #0b45db #0bdba1

Monochromatic Colors of #0baddb

#0baddb

Complementary Color

#0baddb #db390b

#0baddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baddb Color CSS Codes

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

#0baddb Text Font Color

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

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


#0baddb Background Color

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

This div background color is #0baddb


#0baddb Border Color

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

This div border color is #0baddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,173,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 #0baddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baddb


Comments

No comments written yet.

Please login to write comment.