Color spaces of #0cdc6e
RGB | 12 | 220 | 110 |
---|---|---|---|
HSL | 0.41 | 0.90 | 0.45 |
HSV | 148° | 95° | 86° |
CMYK | 0.95 | 0.00 | 0.50 0.14 |
XYZ | 28.5593 | 52.3904 | 23.3590 |
Yxy | 52.3904 | 0.2738 | 0.5023 |
Hunter Lab | 72.3812 | -56.2368 | 31.5327 |
CIE-Lab | 77.5137 | -68.1830 | 41.5028 |
#0cdc6e color RGB value is (12,220,110).
#0cdc6e hex color red value is 12, green value is 220 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #0cdc6e hue: 0.41 , saturation: 0.90 and the lightness value of 0cdc6e is 0.45.
The process color (four color CMYK) of #0cdc6e color hex is 0.95, 0.00, 0.50, 0.14. Web safe color of #0cdc6e is #00cc66. Color #0cdc6e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 11011100 | 01101110 |
Octal | 14 | 334 | 156 |
Decimal | 12 | 220 | 110 |
Hex | C | DC | 6E |
Shades of #0cdc6e
Tints of #0cdc6e
RGB Percentages of Color #0cdc6e
CMYK Percentages of Color #0cdc6e
Complementary Color
#0cdc6e | #dc0c7a |
#0cdc6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0cdc6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#0cdc6e Color CSS Codes
.mybgcolor {background-color:#0cdc6e; } .myforecolor {color:#0cdc6e; } .mybordercolor {border:3px solid #0cdc6e; }
#0cdc6e Text Font Color
<p style="color:#0cdc6e">Text here</p>
This sample text font color is #0cdc6e
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.
#0cdc6e Background Color
<div style="background-color:#0cdc6e">
Div content here</div>
This div background color is #0cdc6e
#0cdc6e Border Color
<div style="border:3px solid #0cdc6e">
Div here</div>
This div border color is #0cdc6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,220,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0cdc6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0cdc6e; -webkit-box-shadow: 1px 1px 3px 2px #0cdc6e; box-shadow: 1px 1px 3px 2px #0cdc6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,220,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0cdc6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0cdc6e; -webkit-box-shadow: 1px 1px 3px 2px #0cdc6e; box-shadow: 1px 1px 3px 2px #0cdc6e;">
Div content here</div>
This div box has shadow with color #0cdc6e
Comments
No comments written yet.
Please login to write comment.