Color Hex Logo

#0c5bac Color Hex

#0C5BAC
(12,91,172)
0 Favorites   0 Comments

Color spaces of #0c5bac

RGB 1291172
HSL0.580.870.36
HSV210°93°67°
CMYK 0.930.470.00   0.33
XYZ11.339110.538940.4663
Yxy10.53890.18190.1690
Hunter Lab32.46375.5361-51.1810
CIE-Lab38.79279.9650-49.3239

#0c5bac color RGB value is (12,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 01011011 10101100
Octal 14 133 254
Decimal 12 91 172
Hex C 5B AC

RGB Percentages of Color #0c5bac

%4.36
%33.09
%62.55

CMYK Percentages of Color #0c5bac

%93
%47
%0
%33

Triadic Colors of #0c5bac

#0c5bac #ac0c5b #5bac0c

Analogous Colors of #0c5bac

#0c5bac #0d0cac #0cabac

Monochromatic Colors of #0c5bac

#0c5bac

Complementary Color

#0c5bac #ac5d0c

#0c5bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c5bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c5bac Color CSS Codes

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

#0c5bac Text Font Color

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

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


#0c5bac Background Color

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

This div background color is #0c5bac


#0c5bac Border Color

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

This div border color is #0c5bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c5bac


Comments

No comments written yet.

Please login to write comment.