Color Hex Logo

#0cbbac Color Hex

#0CBBAC
(12,187,172)
0 Favorites   0 Comments

Color spaces of #0cbbac

RGB 12187172
HSL0.490.880.39
HSV175°94°73°
CMYK 0.940.000.08   0.27
XYZ25.368338.597445.1427
Yxy38.59740.23250.3538
Hunter Lab62.1268-35.83480.4073
CIE-Lab68.4586-42.1211-3.5142

#0cbbac color RGB value is (12,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 10101100
Octal 14 273 254
Decimal 12 187 172
Hex C BB AC

RGB Percentages of Color #0cbbac

%3.23
%50.40
%46.36

CMYK Percentages of Color #0cbbac

%94
%0
%8
%27

Triadic Colors of #0cbbac

#0cbbac #ac0cbb #bbac0c

Analogous Colors of #0cbbac

#0cbbac #0c73bb #0cbb55

Monochromatic Colors of #0cbbac

#0cbbac

Complementary Color

#0cbbac #bb0c1b

#0cbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbac Color CSS Codes

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

#0cbbac Text Font Color

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

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


#0cbbac Background Color

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

This div background color is #0cbbac


#0cbbac Border Color

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

This div border color is #0cbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbac


Comments

No comments written yet.

Please login to write comment.