Color Hex Logo

#0ccaca Color Hex

#0CCACA
(12,202,202)
0 Favorites   0 Comments

Color spaces of #0ccaca

RGB 12202202
HSL0.500.890.42
HSV180°94°79°
CMYK 0.940.000.00   0.21
XYZ31.932846.583563.1856
Yxy46.58350.22540.3287
Hunter Lab68.2521-35.9272-7.1123
CIE-Lab73.9226-40.0055-11.7816

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001010 11001010
Octal 14 312 312
Decimal 12 202 202
Hex C CA CA

RGB Percentages of Color #0ccaca

%2.88
%48.56
%48.56

CMYK Percentages of Color #0ccaca

%94
%0
%0
%21

Triadic Colors of #0ccaca

#0ccaca #ca0cca #caca0c

Analogous Colors of #0ccaca

#0ccaca #0c6bca #0cca6b

Monochromatic Colors of #0ccaca

#0ccaca

Complementary Color

#0ccaca #ca0c0c

#0ccaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccaca Color CSS Codes

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

#0ccaca Text Font Color

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

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


#0ccaca Background Color

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

This div background color is #0ccaca


#0ccaca Border Color

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

This div border color is #0ccaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccaca


Comments

No comments written yet.

Please login to write comment.