Color Hex Logo

#0cbdcf Color Hex

#0CBDCF
(12,189,207)
0 Favorites   0 Comments

Color spaces of #0cbdcf

RGB 12189207
HSL0.520.890.43
HSV186°94°81°
CMYK 0.940.090.00   0.19
XYZ29.611740.978365.3804
Yxy40.97830.21780.3014
Hunter Lab64.0143-29.4546-15.7453
CIE-Lab70.1607-32.4251-20.1771

#0cbdcf color RGB value is (12,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111101 11001111
Octal 14 275 317
Decimal 12 189 207
Hex C BD CF

RGB Percentages of Color #0cbdcf

%2.94
%46.32
%50.74

CMYK Percentages of Color #0cbdcf

%94
%9
%0
%19

Triadic Colors of #0cbdcf

#0cbdcf #cf0cbd #bdcf0c

Analogous Colors of #0cbdcf

#0cbdcf #0c5ccf #0ccf80

Monochromatic Colors of #0cbdcf

#0cbdcf

Complementary Color

#0cbdcf #cf1e0c

#0cbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbdcf Color CSS Codes

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

#0cbdcf Text Font Color

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

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


#0cbdcf Background Color

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

This div background color is #0cbdcf


#0cbdcf Border Color

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

This div border color is #0cbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbdcf


Comments

No comments written yet.

Please login to write comment.