Color Hex Logo

#0c9acc Color Hex

#0C9ACC
(12,154,204)
0 Favorites   0 Comments

Color spaces of #0c9acc

RGB 12154204
HSL0.540.890.42
HSV196°94°80°
CMYK 0.940.250.00   0.20
XYZ22.606327.549061.2528
Yxy27.54900.20290.2473
Hunter Lab52.4871-14.9722-32.4508
CIE-Lab59.4791-15.5511-34.9655

#0c9acc color RGB value is (12,154,204).

#0c9acc hex color red value is 12, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0c9acc hue: 0.54 , saturation: 0.89 and the lightness value of 0c9acc is 0.42.

The process color (four color CMYK) of #0c9acc color hex is 0.94, 0.25, 0.00, 0.20. Web safe color of #0c9acc is #0099cc. Color #0c9acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10011010 11001100
Octal 14 232 314
Decimal 12 154 204
Hex C 9A CC

RGB Percentages of Color #0c9acc

%3.24
%41.62
%55.14

CMYK Percentages of Color #0c9acc

%94
%25
%0
%20

Triadic Colors of #0c9acc

#0c9acc #cc0c9a #9acc0c

Analogous Colors of #0c9acc

#0c9acc #0c3acc #0ccc9e

Monochromatic Colors of #0c9acc

#0c9acc

Complementary Color

#0c9acc #cc3e0c

#0c9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c9acc Color CSS Codes

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

#0c9acc Text Font Color

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

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


#0c9acc Background Color

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

This div background color is #0c9acc


#0c9acc Border Color

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

This div border color is #0c9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c9acc


Comments

No comments written yet.

Please login to write comment.