Color spaces of #cbf74f
RGB | 203 | 247 | 79 |
---|---|---|---|
HSL | 0.21 | 0.91 | 0.64 |
HSV | 76° | 68° | 97° |
CMYK | 0.18 | 0.00 | 0.68 0.03 |
XYZ | 59.3006 | 79.7826 | 19.6712 |
Yxy | 79.7826 | 0.3735 | 0.5026 |
Hunter Lab | 89.3211 | -37.8052 | 49.4673 |
CIE-Lab | 91.5872 | -36.4931 | 72.4323 |
#cbf74f color RGB value is (203,247,79).
#cbf74f hex color red value is 203, green value is 247 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbf74f hue: 0.21 , saturation: 0.91 and the lightness value of cbf74f is 0.64.
The process color (four color CMYK) of #cbf74f color hex is 0.18, 0.00, 0.68, 0.03. Web safe color of #cbf74f is #ccff66. Color #cbf74f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11110111 | 01001111 |
Octal | 313 | 367 | 117 |
Decimal | 203 | 247 | 79 |
Hex | CB | F7 | 4F |
Shades of #cbf74f
Tints of #cbf74f
RGB Percentages of Color #cbf74f
CMYK Percentages of Color #cbf74f
Complementary Color
#cbf74f | #7b4ff7 |
#cbf74f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbf74f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbf74f Color CSS Codes
.mybgcolor {background-color:#cbf74f; } .myforecolor {color:#cbf74f; } .mybordercolor {border:3px solid #cbf74f; }
#cbf74f Text Font Color
<p style="color:#cbf74f">Text here</p>
This sample text font color is #cbf74f
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.
#cbf74f Background Color
<div style="background-color:#cbf74f">
Div content here</div>
This div background color is #cbf74f
#cbf74f Border Color
<div style="border:3px solid #cbf74f">
Div here</div>
This div border color is #cbf74f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,247,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbf74f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbf74f; -webkit-box-shadow: 1px 1px 3px 2px #cbf74f; box-shadow: 1px 1px 3px 2px #cbf74f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,247,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbf74f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbf74f; -webkit-box-shadow: 1px 1px 3px 2px #cbf74f; box-shadow: 1px 1px 3px 2px #cbf74f;">
Div content here</div>
This div box has shadow with color #cbf74f
Comments
No comments written yet.
Please login to write comment.