Color Hex Logo

#0b8ccf Color Hex

#0B8CCF
(11,140,207)
0 Favorites   0 Comments

Color spaces of #0b8ccf

RGB 11140207
HSL0.560.900.43
HSV201°95°81°
CMYK 0.950.320.00   0.19
XYZ20.778623.332362.4399
Yxy23.33230.19500.2190
Hunter Lab48.3035-7.7463-42.8292
CIE-Lab55.4130-6.6093-43.0358

#0b8ccf color RGB value is (11,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10001100 11001111
Octal 13 214 317
Decimal 11 140 207
Hex B 8C CF

RGB Percentages of Color #0b8ccf

%3.07
%39.11
%57.82

CMYK Percentages of Color #0b8ccf

%95
%32
%0
%19

Triadic Colors of #0b8ccf

#0b8ccf #cf0b8c #8ccf0b

Analogous Colors of #0b8ccf

#0b8ccf #0b2acf #0bcfb0

Monochromatic Colors of #0b8ccf

#0b8ccf

Complementary Color

#0b8ccf #cf4e0b

#0b8ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b8ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b8ccf Color CSS Codes

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

#0b8ccf Text Font Color

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

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


#0b8ccf Background Color

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

This div background color is #0b8ccf


#0b8ccf Border Color

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

This div border color is #0b8ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b8ccf


Comments

No comments written yet.

Please login to write comment.