Color Hex Logo

#0c50ac Color Hex

#0C50AC
(12,80,172)
0 Favorites   0 Comments

Color spaces of #0c50ac

RGB 1280172
HSL0.600.870.36
HSV215°93°67°
CMYK 0.930.530.00   0.33
XYZ10.46678.794040.1755
Yxy8.79400.17610.1480
Hunter Lab29.654711.1064-59.5665
CIE-Lab35.584617.3116-54.5099

#0c50ac color RGB value is (12,80,172).

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

The process color (four color CMYK) of #0c50ac color hex is 0.93, 0.53, 0.00, 0.33. Web safe color of #0c50ac is #006699. Color #0c50ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010000 10101100
Octal 14 120 254
Decimal 12 80 172
Hex C 50 AC

RGB Percentages of Color #0c50ac

%4.55
%30.30
%65.15

CMYK Percentages of Color #0c50ac

%93
%53
%0
%33

Triadic Colors of #0c50ac

#0c50ac #ac0c50 #50ac0c

Analogous Colors of #0c50ac

#0c50ac #180cac #0ca0ac

Monochromatic Colors of #0c50ac

#0c50ac

Complementary Color

#0c50ac #ac680c

#0c50ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c50ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c50ac Color CSS Codes

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

#0c50ac Text Font Color

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

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


#0c50ac Background Color

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

This div background color is #0c50ac


#0c50ac Border Color

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

This div border color is #0c50ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c50ac


Comments

No comments written yet.

Please login to write comment.