Color Hex Logo

#0b8ceb Color Hex

#0B8CEB
(11,140,235)
0 Favorites   0 Comments

Color spaces of #0b8ceb

RGB 11140235
HSL0.570.910.48
HSV205°95°92°
CMYK 0.950.400.00   0.08
XYZ24.511524.825582.0972
Yxy24.82550.18650.1889
Hunter Lab49.82520.6190-62.8148
CIE-Lab56.90504.0132-56.3358

#0b8ceb color RGB value is (11,140,235).

#0b8ceb hex color red value is 11, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0b8ceb hue: 0.57 , saturation: 0.91 and the lightness value of 0b8ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10001100 11101011
Octal 13 214 353
Decimal 11 140 235
Hex B 8C EB

RGB Percentages of Color #0b8ceb

%2.85
%36.27
%60.88

CMYK Percentages of Color #0b8ceb

%95
%40
%0
%8

Triadic Colors of #0b8ceb

#0b8ceb #eb0b8c #8ceb0b

Analogous Colors of #0b8ceb

#0b8ceb #0b1ceb #0bebda

Monochromatic Colors of #0b8ceb

#0b8ceb

Complementary Color

#0b8ceb #eb6a0b

#0b8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b8ceb Color CSS Codes

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

#0b8ceb Text Font Color

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

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


#0b8ceb Background Color

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

This div background color is #0b8ceb


#0b8ceb Border Color

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

This div border color is #0b8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b8ceb


Comments

No comments written yet.

Please login to write comment.