Color Hex Logo

#0cbbbd Color Hex

#0CBBBD
(12,187,189)
0 Favorites   0 Comments

Color spaces of #0cbbbd

RGB 12187189
HSL0.500.880.39
HSV181°94°74°
CMYK 0.940.010.00   0.26
XYZ27.107339.292954.2997
Yxy39.29290.22460.3255
Hunter Lab62.6840-32.5059-7.4808
CIE-Lab68.9629-37.1007-12.1144

#0cbbbd color RGB value is (12,187,189).

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

The process color (four color CMYK) of #0cbbbd color hex is 0.94, 0.01, 0.00, 0.26. Web safe color of #0cbbbd is #00cccc. Color #0cbbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 10111101
Octal 14 273 275
Decimal 12 187 189
Hex C BB BD

RGB Percentages of Color #0cbbbd

%3.09
%48.20
%48.71

CMYK Percentages of Color #0cbbbd

%94
%1
%0
%26

Triadic Colors of #0cbbbd

#0cbbbd #bd0cbb #bbbd0c

Analogous Colors of #0cbbbd

#0cbbbd #0c62bd #0cbd67

Monochromatic Colors of #0cbbbd

#0cbbbd

Complementary Color

#0cbbbd #bd0e0c

#0cbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbbd Color CSS Codes

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

#0cbbbd Text Font Color

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

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


#0cbbbd Background Color

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

This div background color is #0cbbbd


#0cbbbd Border Color

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

This div border color is #0cbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbbd


Comments

No comments written yet.

Please login to write comment.