Color Hex Logo

#000bac Color Hex

#000BAC
(0,11,172)
0 Favorites   0 Comments

Color spaces of #000bac

RGB 011172
HSL0.661.000.34
HSV236°100°67°
CMYK 1.000.940.00   0.33
XYZ7.56613.217939.2521
Yxy3.21790.15120.0643
Hunter Lab17.938543.8953-117.1783
CIE-Lab20.896256.0517-78.7271

#000bac color RGB value is (0,11,172).

#000bac hex color red value is 0, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #000bac hue: 0.66 , saturation: 1.00 and the lightness value of 000bac is 0.34.

The process color (four color CMYK) of #000bac color hex is 1.00, 0.94, 0.00, 0.33. Web safe color of #000bac is #000099. Color #000bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 10101100
Octal 0 13 254
Decimal 0 11 172
Hex 0 B AC

RGB Percentages of Color #000bac

%0.00
%6.01
%93.99

CMYK Percentages of Color #000bac

%100
%94
%0
%33

Triadic Colors of #000bac

#000bac #ac000b #0bac00

Analogous Colors of #000bac

#000bac #4b00ac #0061ac

Monochromatic Colors of #000bac

#000bac

Complementary Color

#000bac #aca100

#000bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#000bac Color CSS Codes

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

#000bac Text Font Color

<p style="color:#000bac">Text here</p>

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


#000bac Background Color

<div style="background-color:#000bac">
Div content here</div>

This div background color is #000bac


#000bac Border Color

<div style="border:3px solid #000bac">
Div here</div>

This div border color is #000bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000bac


Comments

No comments written yet.

Please login to write comment.