Color Hex Logo

#0baddd Color Hex

#0BADDD
(11,173,221)
0 Favorites   0 Comments

Color spaces of #0baddd

RGB 11173221
HSL0.540.910.45
HSV194°95°87°
CMYK 0.950.220.00   0.13
XYZ28.132735.178773.7140
Yxy35.17870.20530.2567
Hunter Lab59.3116-19.1292-32.1690
CIE-Lab65.8876-19.7462-34.4289

#0baddd color RGB value is (11,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 11011101
Octal 13 255 335
Decimal 11 173 221
Hex B AD DD

RGB Percentages of Color #0baddd

%2.72
%42.72
%54.57

CMYK Percentages of Color #0baddd

%95
%22
%0
%13

Triadic Colors of #0baddd

#0baddd #dd0bad #addd0b

Analogous Colors of #0baddd

#0baddd #0b44dd #0bdda4

Monochromatic Colors of #0baddd

#0baddd

Complementary Color

#0baddd #dd3b0b

#0baddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baddd Color CSS Codes

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

#0baddd Text Font Color

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

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


#0baddd Background Color

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

This div background color is #0baddd


#0baddd Border Color

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

This div border color is #0baddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baddd


Comments

No comments written yet.

Please login to write comment.