Color Hex Logo

#0cc1ab Color Hex

#0CC1AB
(12,193,171)
0 Favorites   0 Comments

Color spaces of #0cc1ab

RGB 12193171
HSL0.480.880.40
HSV173°94°76°
CMYK 0.940.000.11   0.24
XYZ26.572341.158445.0719
Yxy41.15840.23560.3649
Hunter Lab64.1548-38.33803.2542
CIE-Lab70.2868-44.9865-0.2843

#0cc1ab color RGB value is (12,193,171).

#0cc1ab hex color red value is 12, green value is 193 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0cc1ab hue: 0.48 , saturation: 0.88 and the lightness value of 0cc1ab is 0.40.

The process color (four color CMYK) of #0cc1ab color hex is 0.94, 0.00, 0.11, 0.24. Web safe color of #0cc1ab is #00cc99. Color #0cc1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11000001 10101011
Octal 14 301 253
Decimal 12 193 171
Hex C C1 AB

RGB Percentages of Color #0cc1ab

%3.19
%51.33
%45.48

CMYK Percentages of Color #0cc1ab

%94
%0
%11
%24

Triadic Colors of #0cc1ab

#0cc1ab #ab0cc1 #c1ab0c

Analogous Colors of #0cc1ab

#0cc1ab #0c7dc1 #0cc151

Monochromatic Colors of #0cc1ab

#0cc1ab

Complementary Color

#0cc1ab #c10c22

#0cc1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc1ab Color CSS Codes

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

#0cc1ab Text Font Color

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

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


#0cc1ab Background Color

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

This div background color is #0cc1ab


#0cc1ab Border Color

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

This div border color is #0cc1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc1ab


Comments

No comments written yet.

Please login to write comment.