Color Hex Logo

#0b6cce Color Hex

#0B6CCE
(11,108,206)
0 Favorites   0 Comments

Color spaces of #0b6cce

RGB 11108206
HSL0.580.900.43
HSV210°95°81°
CMYK 0.950.480.00   0.19
XYZ16.641215.252560.4595
Yxy15.25250.18020.1652
Hunter Lab39.05447.7140-64.4477
CIE-Lab45.978112.5699-57.5272

#0b6cce color RGB value is (11,108,206).

#0b6cce hex color red value is 11, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0b6cce hue: 0.58 , saturation: 0.90 and the lightness value of 0b6cce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01101100 11001110
Octal 13 154 316
Decimal 11 108 206
Hex B 6C CE

RGB Percentages of Color #0b6cce

%3.38
%33.23
%63.38

CMYK Percentages of Color #0b6cce

%95
%48
%0
%19

Triadic Colors of #0b6cce

#0b6cce #ce0b6c #6cce0b

Analogous Colors of #0b6cce

#0b6cce #0c0bce #0bcece

Monochromatic Colors of #0b6cce

#0b6cce

Complementary Color

#0b6cce #ce6d0b

#0b6cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b6cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b6cce Color CSS Codes

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

#0b6cce Text Font Color

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

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


#0b6cce Background Color

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

This div background color is #0b6cce


#0b6cce Border Color

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

This div border color is #0b6cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b6cce


Comments

No comments written yet.

Please login to write comment.