Color Hex Logo

#0c9abc Color Hex

#0C9ABC
(12,154,188)
0 Favorites   0 Comments

Color spaces of #0c9abc

RGB 12154188
HSL0.530.880.39
HSV192°94°74°
CMYK 0.940.180.00   0.26
XYZ20.784326.820251.6583
Yxy26.82020.20940.2702
Hunter Lab51.7882-18.9915-22.8895
CIE-Lab58.8075-21.2134-27.0091

#0c9abc color RGB value is (12,154,188).

#0c9abc hex color red value is 12, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0c9abc hue: 0.53 , saturation: 0.88 and the lightness value of 0c9abc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10011010 10111100
Octal 14 232 274
Decimal 12 154 188
Hex C 9A BC

RGB Percentages of Color #0c9abc

%3.39
%43.50
%53.11

CMYK Percentages of Color #0c9abc

%94
%18
%0
%26

Triadic Colors of #0c9abc

#0c9abc #bc0c9a #9abc0c

Analogous Colors of #0c9abc

#0c9abc #0c42bc #0cbc86

Monochromatic Colors of #0c9abc

#0c9abc

Complementary Color

#0c9abc #bc2e0c

#0c9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c9abc Color CSS Codes

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

#0c9abc Text Font Color

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

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


#0c9abc Background Color

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

This div background color is #0c9abc


#0c9abc Border Color

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

This div border color is #0c9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c9abc


Comments

No comments written yet.

Please login to write comment.