Color Hex Logo

#0c789e Color Hex

#0C789E
(12,120,158)
0 Favorites   0 Comments

Color spaces of #0c789e

RGB 12120158
HSL0.540.860.33
HSV196°92°62°
CMYK 0.920.240.00   0.38
XYZ13.039615.979734.7449
Yxy15.97970.20450.2506
Hunter Lab39.9746-11.7294-23.5511
CIE-Lab46.9478-13.4503-28.1394

#0c789e color RGB value is (12,120,158).

#0c789e hex color red value is 12, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0c789e hue: 0.54 , saturation: 0.86 and the lightness value of 0c789e is 0.33.

The process color (four color CMYK) of #0c789e color hex is 0.92, 0.24, 0.00, 0.38. Web safe color of #0c789e is #006699. Color #0c789e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01111000 10011110
Octal 14 170 236
Decimal 12 120 158
Hex C 78 9E

RGB Percentages of Color #0c789e

%4.14
%41.38
%54.48

CMYK Percentages of Color #0c789e

%92
%24
%0
%38

Triadic Colors of #0c789e

#0c789e #9e0c78 #789e0c

Analogous Colors of #0c789e

#0c789e #0c2f9e #0c9e7b

Monochromatic Colors of #0c789e

#0c789e

Complementary Color

#0c789e #9e320c

#0c789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c789e Color CSS Codes

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

#0c789e Text Font Color

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

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


#0c789e Background Color

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

This div background color is #0c789e


#0c789e Border Color

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

This div border color is #0c789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c789e


Comments

No comments written yet.

Please login to write comment.