Color Hex Logo

#0cc5ca Color Hex

#0CC5CA
(12,197,202)
0 Favorites   0 Comments

Color spaces of #0cc5ca

RGB 12197202
HSL0.500.890.42
HSV182°94°79°
CMYK 0.940.020.00   0.21
XYZ30.778544.274962.8008
Yxy44.27490.22330.3212
Hunter Lab66.5394-33.8769-9.3812
CIE-Lab72.4119-37.7335-14.0469

#0cc5ca color RGB value is (12,197,202).

#0cc5ca hex color red value is 12, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0cc5ca hue: 0.50 , saturation: 0.89 and the lightness value of 0cc5ca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11000101 11001010
Octal 14 305 312
Decimal 12 197 202
Hex C C5 CA

RGB Percentages of Color #0cc5ca

%2.92
%47.93
%49.15

CMYK Percentages of Color #0cc5ca

%94
%2
%0
%21

Triadic Colors of #0cc5ca

#0cc5ca #ca0cc5 #c5ca0c

Analogous Colors of #0cc5ca

#0cc5ca #0c66ca #0cca70

Monochromatic Colors of #0cc5ca

#0cc5ca

Complementary Color

#0cc5ca #ca110c

#0cc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc5ca Color CSS Codes

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

#0cc5ca Text Font Color

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

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


#0cc5ca Background Color

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

This div background color is #0cc5ca


#0cc5ca Border Color

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

This div border color is #0cc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc5ca


Comments

No comments written yet.

Please login to write comment.