Color Hex Logo

#000cbc Color Hex

#000CBC
(0,12,188)
0 Favorites   0 Comments

Color spaces of #000cbc

RGB 012188
HSL0.661.000.37
HSV236°100°74°
CMYK 1.000.940.00   0.26
XYZ9.20863.893847.8432
Yxy3.89380.15110.0639
Hunter Lab19.732748.7678-129.9394
CIE-Lab23.317260.1733-84.2607

#000cbc color RGB value is (0,12,188).

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

The process color (four color CMYK) of #000cbc color hex is 1.00, 0.94, 0.00, 0.26. Web safe color of #000cbc is #0000cc. Color #000cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001100 10111100
Octal 0 14 274
Decimal 0 12 188
Hex 0 C BC

RGB Percentages of Color #000cbc

%0.00
%6.00
%94.00

CMYK Percentages of Color #000cbc

%100
%94
%0
%26

Triadic Colors of #000cbc

#000cbc #bc000c #0cbc00

Analogous Colors of #000cbc

#000cbc #5200bc #006abc

Monochromatic Colors of #000cbc

#000cbc

Complementary Color

#000cbc #bcb000

#000cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#000cbc Color CSS Codes

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

#000cbc Text Font Color

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

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


#000cbc Background Color

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

This div background color is #000cbc


#000cbc Border Color

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

This div border color is #000cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000cbc


Comments

No comments written yet.

Please login to write comment.