Color Hex Logo

#0c486c Color Hex

#0C486C
(12,72,108)
0 Favorites   0 Comments

Color spaces of #0c486c

RGB 1272108
HSL0.560.800.24
HSV203°89°42°
CMYK 0.890.330.00   0.58
XYZ5.17585.795615.0332
Yxy5.79560.19900.2229
Hunter Lab24.0741-3.7530-20.1722
CIE-Lab28.8908-3.9772-25.9719

#0c486c color RGB value is (12,72,108).

#0c486c hex color red value is 12, green value is 72 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #0c486c hue: 0.56 , saturation: 0.80 and the lightness value of 0c486c is 0.24.

The process color (four color CMYK) of #0c486c color hex is 0.89, 0.33, 0.00, 0.58. Web safe color of #0c486c is #003366. Color #0c486c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001000 01101100
Octal 14 110 154
Decimal 12 72 108
Hex C 48 6C

RGB Percentages of Color #0c486c

%6.25
%37.50
%56.25

CMYK Percentages of Color #0c486c

%89
%33
%0
%58

Triadic Colors of #0c486c

#0c486c #6c0c48 #486c0c

Analogous Colors of #0c486c

#0c486c #0c186c #0c6c60

Monochromatic Colors of #0c486c

#0c486c

Complementary Color

#0c486c #6c300c

#0c486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c486c Color CSS Codes

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

#0c486c Text Font Color

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

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


#0c486c Background Color

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

This div background color is #0c486c


#0c486c Border Color

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

This div border color is #0c486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c486c


Comments

No comments written yet.

Please login to write comment.