Color Hex Logo

#00c0cb Color Hex

#00C0CB
(0,192,203)
0 Favorites   0 Comments

Color spaces of #00c0cb

RGB 0192203
HSL0.511.000.40
HSV183°100°80°
CMYK 1.000.050.00   0.20
XYZ29.629142.011163.0472
Yxy42.01110.22000.3119
Hunter Lab64.8160-31.8309-12.3008
CIE-Lab70.8786-35.4529-16.9079

#00c0cb color RGB value is (0,192,203).

#00c0cb hex color red value is 0, green value is 192 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #00c0cb hue: 0.51 , saturation: 1.00 and the lightness value of 00c0cb is 0.40.

The process color (four color CMYK) of #00c0cb color hex is 1.00, 0.05, 0.00, 0.20. Web safe color of #00c0cb is #00cccc. Color #00c0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11000000 11001011
Octal 0 300 313
Decimal 0 192 203
Hex 0 C0 CB

RGB Percentages of Color #00c0cb

%0.00
%48.61
%51.39

CMYK Percentages of Color #00c0cb

%100
%5
%0
%20

Triadic Colors of #00c0cb

#00c0cb #cb00c0 #c0cb00

Analogous Colors of #00c0cb

#00c0cb #005bcb #00cb71

Monochromatic Colors of #00c0cb

#00c0cb

Complementary Color

#00c0cb #cb0b00

#00c0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00c0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00c0cb Color CSS Codes

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

#00c0cb Text Font Color

<p style="color:#00c0cb">Text here</p>

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


#00c0cb Background Color

<div style="background-color:#00c0cb">
Div content here</div>

This div background color is #00c0cb


#00c0cb Border Color

<div style="border:3px solid #00c0cb">
Div here</div>

This div border color is #00c0cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,192,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00c0cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00c0cb;
  -webkit-box-shadow: 1px 1px 3px 2px #00c0cb;
  box-shadow:         1px 1px 3px 2px #00c0cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,192,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00c0cb


Comments

No comments written yet.

Please login to write comment.