Color Hex Logo

#000ccd Color Hex

#000CCD
(0,12,205)
0 Favorites   0 Comments

Color spaces of #000ccd

RGB 012205
HSL0.661.000.40
HSV236°100°80°
CMYK 1.000.940.00   0.20
XYZ11.15094.670758.0714
Yxy4.67070.15090.0632
Hunter Lab21.611854.2788-144.1853
CIE-Lab25.775264.7057-90.1663

#000ccd color RGB value is (0,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001100 11001101
Octal 0 14 315
Decimal 0 12 205
Hex 0 C CD

RGB Percentages of Color #000ccd

%0.00
%5.53
%94.47

CMYK Percentages of Color #000ccd

%100
%94
%0
%20

Triadic Colors of #000ccd

#000ccd #cd000c #0ccd00

Analogous Colors of #000ccd

#000ccd #5a00cd #0073cd

Monochromatic Colors of #000ccd

#000ccd

Complementary Color

#000ccd #cdc100

#000ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#000ccd Color CSS Codes

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

#000ccd Text Font Color

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

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


#000ccd Background Color

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

This div background color is #000ccd


#000ccd Border Color

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

This div border color is #000ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000ccd


Comments

No comments written yet.

Please login to write comment.