Color Hex Logo

#0caca0 Color Hex

#0CACA0
(12,172,160)
0 Favorites   0 Comments

Color spaces of #0caca0

RGB 12172160
HSL0.490.870.36
HSV176°93°67°
CMYK 0.930.000.07   0.33
XYZ21.249332.121338.3378
Yxy32.12130.23170.3503
Hunter Lab56.6757-32.2577-0.4333
CIE-Lab63.4430-38.9640-4.2567

#0caca0 color RGB value is (12,172,160).

#0caca0 hex color red value is 12, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #0caca0 hue: 0.49 , saturation: 0.87 and the lightness value of 0caca0 is 0.36.

The process color (four color CMYK) of #0caca0 color hex is 0.93, 0.00, 0.07, 0.33. Web safe color of #0caca0 is #009999. Color #0caca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101100 10100000
Octal 14 254 240
Decimal 12 172 160
Hex C AC A0

RGB Percentages of Color #0caca0

%3.49
%50.00
%46.51

CMYK Percentages of Color #0caca0

%93
%0
%7
%33

Triadic Colors of #0caca0

#0caca0 #a00cac #aca00c

Analogous Colors of #0caca0

#0caca0 #0c68ac #0cac50

Monochromatic Colors of #0caca0

#0caca0

Complementary Color

#0caca0 #ac0c18

#0caca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caca0 Color CSS Codes

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

#0caca0 Text Font Color

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

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


#0caca0 Background Color

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

This div background color is #0caca0


#0caca0 Border Color

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

This div border color is #0caca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caca0


Comments

No comments written yet.

Please login to write comment.