Color spaces of #0df50c
RGB | 13 | 245 | 12 |
---|---|---|---|
HSL | 0.33 | 0.92 | 0.50 |
HSV | 120° | 95° | 96° |
CMYK | 0.95 | 0.00 | 0.95 0.04 |
XYZ | 32.8847 | 65.4169 | 11.2414 |
Yxy | 65.4169 | 0.3002 | 0.5972 |
Hunter Lab | 80.8807 | -68.9662 | 48.3759 |
CIE-Lab | 84.6981 | -83.0317 | 79.7928 |
#0df50c color RGB value is (13,245,12).
#0df50c hex color red value is 13, green value is 245 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #0df50c hue: 0.33 , saturation: 0.92 and the lightness value of 0df50c is 0.50.
The process color (four color CMYK) of #0df50c color hex is 0.95, 0.00, 0.95, 0.04. Web safe color of #0df50c is #00ff00. Color #0df50c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 11110101 | 00001100 |
Octal | 15 | 365 | 14 |
Decimal | 13 | 245 | 12 |
Hex | D | F5 | C |
Shades of #0df50c
Tints of #0df50c
RGB Percentages of Color #0df50c
CMYK Percentages of Color #0df50c
Complementary Color
#0df50c | #f40cf5 |
#0df50c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0df50c Color Preview on White Background
Lorem ipsum dolor sit amet.
#0df50c Color CSS Codes
.mybgcolor {background-color:#0df50c; } .myforecolor {color:#0df50c; } .mybordercolor {border:3px solid #0df50c; }
#0df50c Text Font Color
<p style="color:#0df50c">Text here</p>
This sample text font color is #0df50c
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.
#0df50c Background Color
<div style="background-color:#0df50c">
Div content here</div>
This div background color is #0df50c
#0df50c Border Color
<div style="border:3px solid #0df50c">
Div here</div>
This div border color is #0df50c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,245,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0df50c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0df50c; -webkit-box-shadow: 1px 1px 3px 2px #0df50c; box-shadow: 1px 1px 3px 2px #0df50c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,245,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0df50c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0df50c; -webkit-box-shadow: 1px 1px 3px 2px #0df50c; box-shadow: 1px 1px 3px 2px #0df50c;">
Div content here</div>
This div box has shadow with color #0df50c
#0df50c Color Palettes
Comments
No comments written yet.
Please login to write comment.