Color Hex Logo

#000cdf Color Hex

#000CDF
(0,12,223)
1 Favorites   0 Comments

Color spaces of #000cdf

RGB 012223
HSL0.661.000.44
HSV237°100°87°
CMYK 1.000.950.00   0.13
XYZ13.45085.590770.1822
Yxy5.59070.15080.0627
Hunter Lab23.644760.1656-159.4336
CIE-Lab28.355469.3721-96.2888

#000cdf color RGB value is (0,12,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001100 11011111
Octal 0 14 337
Decimal 0 12 223
Hex 0 C DF

RGB Percentages of Color #000cdf

%0.00
%5.11
%94.89

CMYK Percentages of Color #000cdf

%100
%95
%0
%13

Triadic Colors of #000cdf

#000cdf #df000c #0cdf00

Analogous Colors of #000cdf

#000cdf #6300df #007cdf

Monochromatic Colors of #000cdf

#000cdf

Complementary Color

#000cdf #dfd300

#000cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#000cdf Color CSS Codes

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

#000cdf Text Font Color

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

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


#000cdf Background Color

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

This div background color is #000cdf


#000cdf Border Color

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

This div border color is #000cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000cdf


Comments

No comments written yet.

Please login to write comment.