Color spaces of #0ccbcc
RGB | 12 | 203 | 204 |
---|---|---|---|
HSL | 0.50 | 0.89 | 0.42 |
HSV | 180° | 94° | 80° |
CMYK | 0.94 | 0.00 | 0.00 0.20 |
XYZ | 32.4066 | 47.1497 | 64.5195 |
Yxy | 47.1497 | 0.2249 | 0.3273 |
Hunter Lab | 68.6656 | -35.9222 | -7.6440 |
CIE-Lab | 74.2854 | -39.8588 | -12.3217 |
#0ccbcc color RGB value is (12,203,204).
#0ccbcc hex color red value is 12, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0ccbcc hue: 0.50 , saturation: 0.89 and the lightness value of 0ccbcc is 0.42.
The process color (four color CMYK) of #0ccbcc color hex is 0.94, 0.00, 0.00, 0.20. Web safe color of #0ccbcc is #00cccc. Color #0ccbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 11001011 | 11001100 |
Octal | 14 | 313 | 314 |
Decimal | 12 | 203 | 204 |
Hex | C | CB | CC |
Shades of #0ccbcc
Tints of #0ccbcc
RGB Percentages of Color #0ccbcc
CMYK Percentages of Color #0ccbcc
Complementary Color
#0ccbcc | #cc0d0c |
#0ccbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ccbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ccbcc Color CSS Codes
.mybgcolor {background-color:#0ccbcc; } .myforecolor {color:#0ccbcc; } .mybordercolor {border:3px solid #0ccbcc; }
#0ccbcc Text Font Color
<p style="color:#0ccbcc">Text here</p>
This sample text font color is #0ccbcc
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.
#0ccbcc Background Color
<div style="background-color:#0ccbcc">
Div content here</div>
This div background color is #0ccbcc
#0ccbcc Border Color
<div style="border:3px solid #0ccbcc">
Div here</div>
This div border color is #0ccbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ccbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ccbcc; -webkit-box-shadow: 1px 1px 3px 2px #0ccbcc; box-shadow: 1px 1px 3px 2px #0ccbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,203,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 #0ccbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ccbcc; -webkit-box-shadow: 1px 1px 3px 2px #0ccbcc; box-shadow: 1px 1px 3px 2px #0ccbcc;">
Div content here</div>
This div box has shadow with color #0ccbcc
Comments
No comments written yet.
Please login to write comment.