Color Hex Logo

#0cbdcd Color Hex

#0CBDCD
(12,189,205)
0 Favorites   0 Comments

Color spaces of #0cbdcd

RGB 12189205
HSL0.510.890.43
HSV185°94°80°
CMYK 0.940.080.00   0.20
XYZ29.368740.881164.1006
Yxy40.88110.21860.3043
Hunter Lab63.9383-29.9019-14.6836
CIE-Lab70.0925-33.0610-19.1865

#0cbdcd color RGB value is (12,189,205).

#0cbdcd hex color red value is 12, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0cbdcd hue: 0.51 , saturation: 0.89 and the lightness value of 0cbdcd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111101 11001101
Octal 14 275 315
Decimal 12 189 205
Hex C BD CD

RGB Percentages of Color #0cbdcd

%2.96
%46.55
%50.49

CMYK Percentages of Color #0cbdcd

%94
%8
%0
%20

Triadic Colors of #0cbdcd

#0cbdcd #cd0cbd #bdcd0c

Analogous Colors of #0cbdcd

#0cbdcd #0c5dcd #0ccd7d

Monochromatic Colors of #0cbdcd

#0cbdcd

Complementary Color

#0cbdcd #cd1c0c

#0cbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbdcd Color CSS Codes

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

#0cbdcd Text Font Color

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

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


#0cbdcd Background Color

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

This div background color is #0cbdcd


#0cbdcd Border Color

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

This div border color is #0cbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbdcd


Comments

No comments written yet.

Please login to write comment.