Color Hex Logo

#0b93bd Color Hex

#0B93BD
(11,147,189)
0 Favorites   0 Comments

Color spaces of #0b93bd

RGB 11147189
HSL0.540.890.39
HSV194°94°74°
CMYK 0.940.220.00   0.26
XYZ19.757024.612751.8535
Yxy24.61270.20530.2558
Hunter Lab49.6112-15.7343-27.2419
CIE-Lab56.6961-17.1595-30.8457

#0b93bd color RGB value is (11,147,189).

#0b93bd hex color red value is 11, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0b93bd hue: 0.54 , saturation: 0.89 and the lightness value of 0b93bd is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10010011 10111101
Octal 13 223 275
Decimal 11 147 189
Hex B 93 BD

RGB Percentages of Color #0b93bd

%3.17
%42.36
%54.47

CMYK Percentages of Color #0b93bd

%94
%22
%0
%26

Triadic Colors of #0b93bd

#0b93bd #bd0b93 #93bd0b

Analogous Colors of #0b93bd

#0b93bd #0b3abd #0bbd8e

Monochromatic Colors of #0b93bd

#0b93bd

Complementary Color

#0b93bd #bd350b

#0b93bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b93bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b93bd Color CSS Codes

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

#0b93bd Text Font Color

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

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


#0b93bd Background Color

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

This div background color is #0b93bd


#0b93bd Border Color

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

This div border color is #0b93bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b93bd


Comments

No comments written yet.

Please login to write comment.