Color Hex Logo

#0b7bed Color Hex

#0B7BED
(11,123,237)
0 Favorites   0 Comments

Color spaces of #0b7bed

RGB 11123237
HSL0.580.910.49
HSV210°95°93°
CMYK 0.950.480.00   0.07
XYZ22.507020.351582.8627
Yxy20.35150.17900.1619
Hunter Lab45.112610.1077-77.3248
CIE-Lab52.232315.2307-64.9562

#0b7bed color RGB value is (11,123,237).

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

The process color (four color CMYK) of #0b7bed color hex is 0.95, 0.48, 0.00, 0.07. Web safe color of #0b7bed is #0066ff. Color #0b7bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111011 11101101
Octal 13 173 355
Decimal 11 123 237
Hex B 7B ED

RGB Percentages of Color #0b7bed

%2.96
%33.15
%63.88

CMYK Percentages of Color #0b7bed

%95
%48
%0
%7

Triadic Colors of #0b7bed

#0b7bed #ed0b7b #7bed0b

Analogous Colors of #0b7bed

#0b7bed #0c0bed #0beced

Monochromatic Colors of #0b7bed

#0b7bed

Complementary Color

#0b7bed #ed7d0b

#0b7bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b7bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b7bed Color CSS Codes

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

#0b7bed Text Font Color

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

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


#0b7bed Background Color

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

This div background color is #0b7bed


#0b7bed Border Color

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

This div border color is #0b7bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b7bed


Comments

No comments written yet.

Please login to write comment.