Color Hex Logo

#0cabcc Color Hex

#0CABCC
(12,171,204)
0 Favorites   0 Comments

Color spaces of #0cabcc

RGB 12171204
HSL0.530.890.42
HSV190°94°80°
CMYK 0.940.160.00   0.20
XYZ25.613633.563662.2552
Yxy33.56360.21090.2764
Hunter Lab57.9341-22.4669-23.1584
CIE-Lab64.6147-24.5181-27.0068

#0cabcc color RGB value is (12,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101011 11001100
Octal 14 253 314
Decimal 12 171 204
Hex C AB CC

RGB Percentages of Color #0cabcc

%3.10
%44.19
%52.71

CMYK Percentages of Color #0cabcc

%94
%16
%0
%20

Triadic Colors of #0cabcc

#0cabcc #cc0cab #abcc0c

Analogous Colors of #0cabcc

#0cabcc #0c4bcc #0ccc8d

Monochromatic Colors of #0cabcc

#0cabcc

Complementary Color

#0cabcc #cc2d0c

#0cabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cabcc Color CSS Codes

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

#0cabcc Text Font Color

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

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


#0cabcc Background Color

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

This div background color is #0cabcc


#0cabcc Border Color

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

This div border color is #0cabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cabcc


Comments

No comments written yet.

Please login to write comment.