Color Hex Logo

#0ca0aa Color Hex

#0CA0AA
(12,160,170)
0 Favorites   0 Comments

Color spaces of #0ca0aa

RGB 12160170
HSL0.510.870.36
HSV184°93°67°
CMYK 0.930.060.00   0.33
XYZ19.978128.122142.4054
Yxy28.12210.22070.3107
Hunter Lab53.0303-25.5567-10.2898
CIE-Lab59.9989-30.2949-15.0226

#0ca0aa color RGB value is (12,160,170).

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

The process color (four color CMYK) of #0ca0aa color hex is 0.93, 0.06, 0.00, 0.33. Web safe color of #0ca0aa is #009999. Color #0ca0aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100000 10101010
Octal 14 240 252
Decimal 12 160 170
Hex C A0 AA

RGB Percentages of Color #0ca0aa

%3.51
%46.78
%49.71

CMYK Percentages of Color #0ca0aa

%93
%6
%0
%33

Triadic Colors of #0ca0aa

#0ca0aa #aa0ca0 #a0aa0c

Analogous Colors of #0ca0aa

#0ca0aa #0c51aa #0caa65

Monochromatic Colors of #0ca0aa

#0ca0aa

Complementary Color

#0ca0aa #aa160c

#0ca0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca0aa Color CSS Codes

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

#0ca0aa Text Font Color

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

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


#0ca0aa Background Color

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

This div background color is #0ca0aa


#0ca0aa Border Color

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

This div border color is #0ca0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca0aa


Comments

No comments written yet.

Please login to write comment.