Color spaces of #0ccdbe
RGB | 12 | 205 | 190 |
---|---|---|---|
HSL | 0.49 | 0.89 | 0.43 |
HSV | 175° | 94° | 80° |
CMYK | 0.94 | 0.00 | 0.07 0.20 |
XYZ | 31.2772 | 47.4585 | 56.2271 |
Yxy | 47.4585 | 0.2317 | 0.3516 |
Hunter Lab | 68.8901 | -39.5159 | -0.1685 |
CIE-Lab | 74.4821 | -44.8125 | -4.4533 |
#0ccdbe color RGB value is (12,205,190).
#0ccdbe hex color red value is 12, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ccdbe hue: 0.49 , saturation: 0.89 and the lightness value of 0ccdbe is 0.43.
The process color (four color CMYK) of #0ccdbe color hex is 0.94, 0.00, 0.07, 0.20. Web safe color of #0ccdbe is #00cccc. Color #0ccdbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 11001101 | 10111110 |
Octal | 14 | 315 | 276 |
Decimal | 12 | 205 | 190 |
Hex | C | CD | BE |
Shades of #0ccdbe
Tints of #0ccdbe
RGB Percentages of Color #0ccdbe
CMYK Percentages of Color #0ccdbe
Complementary Color
#0ccdbe | #cd0c1b |
#0ccdbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ccdbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ccdbe Color CSS Codes
.mybgcolor {background-color:#0ccdbe; } .myforecolor {color:#0ccdbe; } .mybordercolor {border:3px solid #0ccdbe; }
#0ccdbe Text Font Color
<p style="color:#0ccdbe">Text here</p>
This sample text font color is #0ccdbe
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.
#0ccdbe Background Color
<div style="background-color:#0ccdbe">
Div content here</div>
This div background color is #0ccdbe
#0ccdbe Border Color
<div style="border:3px solid #0ccdbe">
Div here</div>
This div border color is #0ccdbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,205,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ccdbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ccdbe; -webkit-box-shadow: 1px 1px 3px 2px #0ccdbe; box-shadow: 1px 1px 3px 2px #0ccdbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,205,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ccdbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ccdbe; -webkit-box-shadow: 1px 1px 3px 2px #0ccdbe; box-shadow: 1px 1px 3px 2px #0ccdbe;">
Div content here</div>
This div box has shadow with color #0ccdbe
Comments
No comments written yet.
Please login to write comment.