Color Hex Logo

#0cbcbd Color Hex

#0CBCBD
(12,188,189)
0 Favorites   0 Comments

Color spaces of #0cbcbd

RGB 12188189
HSL0.500.880.39
HSV180°94°74°
CMYK 0.940.010.00   0.26
XYZ27.320139.718754.3707
Yxy39.71870.22500.3271
Hunter Lab63.0228-32.9109-7.0344
CIE-Lab69.2687-37.5598-11.6563

#0cbcbd color RGB value is (12,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111100 10111101
Octal 14 274 275
Decimal 12 188 189
Hex C BC BD

RGB Percentages of Color #0cbcbd

%3.08
%48.33
%48.59

CMYK Percentages of Color #0cbcbd

%94
%1
%0
%26

Triadic Colors of #0cbcbd

#0cbcbd #bd0cbc #bcbd0c

Analogous Colors of #0cbcbd

#0cbcbd #0c63bd #0cbd66

Monochromatic Colors of #0cbcbd

#0cbcbd

Complementary Color

#0cbcbd #bd0d0c

#0cbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbcbd Color CSS Codes

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

#0cbcbd Text Font Color

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

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


#0cbcbd Background Color

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

This div background color is #0cbcbd


#0cbcbd Border Color

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

This div border color is #0cbcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,188,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 #0cbcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbcbd


Comments

No comments written yet.

Please login to write comment.