Color Hex Logo

#000bad Color Hex

#000BAD
(0,11,173)
2 Favorites   0 Comments

Color spaces of #000bad

RGB 011173
HSL0.661.000.34
HSV236°100°68°
CMYK 1.000.940.00   0.32
XYZ7.66253.256539.7599
Yxy3.25650.15120.0643
Hunter Lab18.045844.2136-118.0004
CIE-Lab21.043256.3279-79.0849

#000bad color RGB value is (0,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 10101101
Octal 0 13 255
Decimal 0 11 173
Hex 0 B AD

RGB Percentages of Color #000bad

%0.00
%5.98
%94.02

CMYK Percentages of Color #000bad

%100
%94
%0
%32

Triadic Colors of #000bad

#000bad #ad000b #0bad00

Analogous Colors of #000bad

#000bad #4b00ad #0062ad

Monochromatic Colors of #000bad

#000bad

Complementary Color

#000bad #ada200

#000bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#000bad Color CSS Codes

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

#000bad Text Font Color

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

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


#000bad Background Color

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

This div background color is #000bad


#000bad Border Color

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

This div border color is #000bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000bad


Comments

No comments written yet.

Please login to write comment.