Color spaces of #cbf74b
RGB | 203 | 247 | 75 |
---|---|---|---|
HSL | 0.21 | 0.91 | 0.63 |
HSV | 75° | 70° | 97° |
CMYK | 0.18 | 0.00 | 0.70 0.03 |
XYZ | 59.1594 | 79.7260 | 18.9272 |
Yxy | 79.7260 | 0.3749 | 0.5052 |
Hunter Lab | 89.2894 | -37.9899 | 49.9345 |
CIE-Lab | 91.5618 | -36.7228 | 73.8322 |
#cbf74b color RGB value is (203,247,75).
#cbf74b hex color red value is 203, green value is 247 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cbf74b hue: 0.21 , saturation: 0.91 and the lightness value of cbf74b is 0.63.
The process color (four color CMYK) of #cbf74b color hex is 0.18, 0.00, 0.70, 0.03. Web safe color of #cbf74b is #ccff33. Color #cbf74b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11110111 | 01001011 |
Octal | 313 | 367 | 113 |
Decimal | 203 | 247 | 75 |
Hex | CB | F7 | 4B |
Shades of #cbf74b
Tints of #cbf74b
RGB Percentages of Color #cbf74b
CMYK Percentages of Color #cbf74b
Complementary Color
#cbf74b | #774bf7 |
#cbf74b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbf74b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbf74b Color CSS Codes
.mybgcolor {background-color:#cbf74b; } .myforecolor {color:#cbf74b; } .mybordercolor {border:3px solid #cbf74b; }
#cbf74b Text Font Color
<p style="color:#cbf74b">Text here</p>
This sample text font color is #cbf74b
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.
#cbf74b Background Color
<div style="background-color:#cbf74b">
Div content here</div>
This div background color is #cbf74b
#cbf74b Border Color
<div style="border:3px solid #cbf74b">
Div here</div>
This div border color is #cbf74b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,247,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbf74b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbf74b; -webkit-box-shadow: 1px 1px 3px 2px #cbf74b; box-shadow: 1px 1px 3px 2px #cbf74b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,247,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbf74b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbf74b; -webkit-box-shadow: 1px 1px 3px 2px #cbf74b; box-shadow: 1px 1px 3px 2px #cbf74b;">
Div content here</div>
This div box has shadow with color #cbf74b
Comments
No comments written yet.
Please login to write comment.