Color Hex Logo

#0c1dac Color Hex

#0C1DAC
(12,29,172)
0 Favorites   0 Comments

Color spaces of #0c1dac

RGB 1229172
HSL0.650.870.36
HSV234°93°67°
CMYK 0.930.830.00   0.33
XYZ8.03743.935439.3657
Yxy3.93540.15660.0767
Hunter Lab19.837837.6039-103.7670
CIE-Lab23.456749.3915-74.4497

#0c1dac color RGB value is (12,29,172).

#0c1dac hex color red value is 12, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0c1dac hue: 0.65 , saturation: 0.87 and the lightness value of 0c1dac is 0.36.

The process color (four color CMYK) of #0c1dac color hex is 0.93, 0.83, 0.00, 0.33. Web safe color of #0c1dac is #003399. Color #0c1dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00011101 10101100
Octal 14 35 254
Decimal 12 29 172
Hex C 1D AC

RGB Percentages of Color #0c1dac

%5.63
%13.62
%80.75

CMYK Percentages of Color #0c1dac

%93
%83
%0
%33

Triadic Colors of #0c1dac

#0c1dac #ac0c1d #1dac0c

Analogous Colors of #0c1dac

#0c1dac #4b0cac #0c6dac

Monochromatic Colors of #0c1dac

#0c1dac

Complementary Color

#0c1dac #ac9b0c

#0c1dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c1dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c1dac Color CSS Codes

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

#0c1dac Text Font Color

<p style="color:#0c1dac">Text here</p>

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


#0c1dac Background Color

<div style="background-color:#0c1dac">
Div content here</div>

This div background color is #0c1dac


#0c1dac Border Color

<div style="border:3px solid #0c1dac">
Div here</div>

This div border color is #0c1dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,29,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 #0c1dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c1dac


Comments

No comments written yet.

Please login to write comment.