Color Hex Logo

#0b5acf Color Hex

#0B5ACF
(11,90,207)
0 Favorites   0 Comments

Color spaces of #0b5acf

RGB 1190207
HSL0.600.900.43
HSV216°95°81°
CMYK 0.950.570.00   0.19
XYZ15.056711.888560.5326
Yxy11.88850.17210.1359
Hunter Lab34.479717.6084-79.9538
CIE-Lab41.038424.6865-66.1102

#0b5acf color RGB value is (11,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01011010 11001111
Octal 13 132 317
Decimal 11 90 207
Hex B 5A CF

RGB Percentages of Color #0b5acf

%3.57
%29.22
%67.21

CMYK Percentages of Color #0b5acf

%95
%57
%0
%19

Triadic Colors of #0b5acf

#0b5acf #cf0b5a #5acf0b

Analogous Colors of #0b5acf

#0b5acf #1e0bcf #0bbccf

Monochromatic Colors of #0b5acf

#0b5acf

Complementary Color

#0b5acf #cf800b

#0b5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5acf Color CSS Codes

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

#0b5acf Text Font Color

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

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


#0b5acf Background Color

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

This div background color is #0b5acf


#0b5acf Border Color

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

This div border color is #0b5acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,90,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 #0b5acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b5acf


Comments

No comments written yet.

Please login to write comment.