Color Hex Logo

#0badff Color Hex

#0BADFF
(11,173,255)
0 Favorites   0 Comments

Color spaces of #0badff

RGB 11173255
HSL0.561.000.52
HSV200°96°100°
CMYK 0.960.320.00   0.00
XYZ33.131637.1783100.0376
Yxy37.17830.19450.2182
Hunter Lab60.9740-9.7125-54.5929
CIE-Lab67.4106-7.6402-50.6191

#0badff color RGB value is (11,173,255).

#0badff hex color red value is 11, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0badff hue: 0.56 , saturation: 1.00 and the lightness value of 0badff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 11111111
Octal 13 255 377
Decimal 11 173 255
Hex B AD FF

RGB Percentages of Color #0badff

%2.51
%39.41
%58.09

CMYK Percentages of Color #0badff

%96
%32
%0
%0

Triadic Colors of #0badff

#0badff #ff0bad #adff0b

Analogous Colors of #0badff

#0badff #0b33ff #0bffd7

Monochromatic Colors of #0badff

#0badff

Complementary Color

#0badff #ff5d0b

#0badff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0badff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0badff Color CSS Codes

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

#0badff Text Font Color

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

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


#0badff Background Color

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

This div background color is #0badff


#0badff Border Color

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

This div border color is #0badff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0badff

Related Colors


Comments

No comments written yet.

Please login to write comment.