Color Hex Logo

#0badcb Color Hex

#0BADCB
(11,173,203)
0 Favorites   0 Comments

Color spaces of #0badcb

RGB 11173203
HSL0.530.900.42
HSV189°95°80°
CMYK 0.950.150.00   0.20
XYZ25.861134.270161.7517
Yxy34.27010.21220.2812
Hunter Lab58.5407-23.5915-21.5637
CIE-Lab65.1764-25.9024-25.5896

#0badcb color RGB value is (11,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 11001011
Octal 13 255 313
Decimal 11 173 203
Hex B AD CB

RGB Percentages of Color #0badcb

%2.84
%44.70
%52.45

CMYK Percentages of Color #0badcb

%95
%15
%0
%20

Triadic Colors of #0badcb

#0badcb #cb0bad #adcb0b

Analogous Colors of #0badcb

#0badcb #0b4dcb #0bcb89

Monochromatic Colors of #0badcb

#0badcb

Complementary Color

#0badcb #cb290b

#0badcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0badcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0badcb Color CSS Codes

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

#0badcb Text Font Color

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

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


#0badcb Background Color

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

This div background color is #0badcb


#0badcb Border Color

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

This div border color is #0badcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0badcb


Comments

No comments written yet.

Please login to write comment.