Color spaces of #c5f60b
RGB | 197 | 246 | 11 |
---|---|---|---|
HSL | 0.20 | 0.93 | 0.50 |
HSV | 73° | 96° | 96° |
CMYK | 0.20 | 0.00 | 0.96 0.04 |
XYZ | 56.0421 | 77.8060 | 12.3809 |
Yxy | 77.8060 | 0.3832 | 0.5321 |
Hunter Lab | 88.2077 | -40.9549 | 53.4234 |
CIE-Lab | 90.6913 | -40.6048 | 87.0572 |
#c5f60b color RGB value is (197,246,11).
#c5f60b hex color red value is 197, green value is 246 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c5f60b hue: 0.20 , saturation: 0.93 and the lightness value of c5f60b is 0.50.
The process color (four color CMYK) of #c5f60b color hex is 0.20, 0.00, 0.96, 0.04. Web safe color of #c5f60b is #ccff00. Color #c5f60b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11110110 | 00001011 |
Octal | 305 | 366 | 13 |
Decimal | 197 | 246 | 11 |
Hex | C5 | F6 | B |
Shades of #c5f60b
Tints of #c5f60b
RGB Percentages of Color #c5f60b
CMYK Percentages of Color #c5f60b
Complementary Color
#c5f60b | #3c0bf6 |
#c5f60b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5f60b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5f60b Color CSS Codes
.mybgcolor {background-color:#c5f60b; } .myforecolor {color:#c5f60b; } .mybordercolor {border:3px solid #c5f60b; }
#c5f60b Text Font Color
<p style="color:#c5f60b">Text here</p>
This sample text font color is #c5f60b
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.
#c5f60b Background Color
<div style="background-color:#c5f60b">
Div content here</div>
This div background color is #c5f60b
#c5f60b Border Color
<div style="border:3px solid #c5f60b">
Div here</div>
This div border color is #c5f60b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,246,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5f60b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5f60b; -webkit-box-shadow: 1px 1px 3px 2px #c5f60b; box-shadow: 1px 1px 3px 2px #c5f60b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,246,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5f60b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5f60b; -webkit-box-shadow: 1px 1px 3px 2px #c5f60b; box-shadow: 1px 1px 3px 2px #c5f60b;">
Div content here</div>
This div box has shadow with color #c5f60b
Comments
No comments written yet.
Please login to write comment.