Color Hex Logo

#0c989a Color Hex

#0C989A
(12,152,154)
0 Favorites   0 Comments

Color spaces of #0c989a

RGB 12152154
HSL0.500.860.33
HSV181°92°60°
CMYK 0.920.010.00   0.40
XYZ17.212624.867734.4646
Yxy24.86770.22490.3249
Hunter Lab49.8675-25.6559-6.0694
CIE-Lab56.9463-31.5412-10.5322

#0c989a color RGB value is (12,152,154).

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

The process color (four color CMYK) of #0c989a color hex is 0.92, 0.01, 0.00, 0.40. Web safe color of #0c989a is #009999. Color #0c989a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10011000 10011010
Octal 14 230 232
Decimal 12 152 154
Hex C 98 9A

RGB Percentages of Color #0c989a

%3.77
%47.80
%48.43

CMYK Percentages of Color #0c989a

%92
%1
%0
%40

Triadic Colors of #0c989a

#0c989a #9a0c98 #989a0c

Analogous Colors of #0c989a

#0c989a #0c519a #0c9a55

Monochromatic Colors of #0c989a

#0c989a

Complementary Color

#0c989a #9a0e0c

#0c989a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c989a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c989a Color CSS Codes

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

#0c989a Text Font Color

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

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


#0c989a Background Color

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

This div background color is #0c989a


#0c989a Border Color

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

This div border color is #0c989a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c989a


Comments

No comments written yet.

Please login to write comment.