Color Hex Logo

#0ca9cc Color Hex

#0CA9CC
(12,169,204)
0 Favorites   0 Comments

Color spaces of #0ca9cc

RGB 12169204
HSL0.530.890.42
HSV191°94°80°
CMYK 0.940.170.00   0.20
XYZ25.238732.813762.1302
Yxy32.81370.21000.2730
Hunter Lab57.2832-21.5995-24.2085
CIE-Lab64.0098-23.4942-27.9385

#0ca9cc color RGB value is (12,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101001 11001100
Octal 14 251 314
Decimal 12 169 204
Hex C A9 CC

RGB Percentages of Color #0ca9cc

%3.12
%43.90
%52.99

CMYK Percentages of Color #0ca9cc

%94
%17
%0
%20

Triadic Colors of #0ca9cc

#0ca9cc #cc0ca9 #a9cc0c

Analogous Colors of #0ca9cc

#0ca9cc #0c49cc #0ccc8f

Monochromatic Colors of #0ca9cc

#0ca9cc

Complementary Color

#0ca9cc #cc2f0c

#0ca9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca9cc Color CSS Codes

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

#0ca9cc Text Font Color

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

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


#0ca9cc Background Color

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

This div background color is #0ca9cc


#0ca9cc Border Color

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

This div border color is #0ca9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca9cc


Comments

No comments written yet.

Please login to write comment.