Color Hex Logo

#0caaca Color Hex

#0CAACA
(12,170,202)
0 Favorites   0 Comments

Color spaces of #0caaca

RGB 12170202
HSL0.530.890.42
HSV190°94°79°
CMYK 0.940.160.00   0.21
XYZ25.187033.091960.9370
Yxy33.09190.21130.2776
Hunter Lab57.5256-22.5153-22.5382
CIE-Lab64.2353-24.6856-26.4810

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

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

The process color (four color CMYK) of #0caaca color hex is 0.94, 0.16, 0.00, 0.21. Web safe color of #0caaca is #0099cc. Color #0caaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 11001010
Octal 14 252 312
Decimal 12 170 202
Hex C AA CA

RGB Percentages of Color #0caaca

%3.13
%44.27
%52.60

CMYK Percentages of Color #0caaca

%94
%16
%0
%21

Triadic Colors of #0caaca

#0caaca #ca0caa #aaca0c

Analogous Colors of #0caaca

#0caaca #0c4bca #0cca8b

Monochromatic Colors of #0caaca

#0caaca

Complementary Color

#0caaca #ca2c0c

#0caaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caaca Color CSS Codes

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

#0caaca Text Font Color

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

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


#0caaca Background Color

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

This div background color is #0caaca


#0caaca Border Color

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

This div border color is #0caaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caaca


Comments

No comments written yet.

Please login to write comment.