Color Hex Logo

#0badef Color Hex

#0BADEF
(11,173,239)
0 Favorites   0 Comments

Color spaces of #0badef

RGB 11173239
HSL0.550.910.49
HSV197°95°94°
CMYK 0.950.280.00   0.06
XYZ30.661636.190387.0307
Yxy36.19030.19930.2352
Hunter Lab60.1584-14.2990-43.6636
CIE-Lab66.6651-13.3981-43.0838

#0badef color RGB value is (11,173,239).

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

The process color (four color CMYK) of #0badef color hex is 0.95, 0.28, 0.00, 0.06. Web safe color of #0badef is #0099ff. Color #0badef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 11101111
Octal 13 255 357
Decimal 11 173 239
Hex B AD EF

RGB Percentages of Color #0badef

%2.60
%40.90
%56.50

CMYK Percentages of Color #0badef

%95
%28
%0
%6

Triadic Colors of #0badef

#0badef #ef0bad #adef0b

Analogous Colors of #0badef

#0badef #0b3bef #0befbf

Monochromatic Colors of #0badef

#0badef

Complementary Color

#0badef #ef4d0b

#0badef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0badef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0badef Color CSS Codes

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

#0badef Text Font Color

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

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


#0badef Background Color

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

This div background color is #0badef


#0badef Border Color

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

This div border color is #0badef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0badef


Comments

No comments written yet.

Please login to write comment.