Color spaces of #cff93f
RGB | 207 | 249 | 63 |
---|---|---|---|
HSL | 0.20 | 0.94 | 0.61 |
HSV | 74° | 75° | 98° |
CMYK | 0.17 | 0.00 | 0.75 0.02 |
XYZ | 60.5050 | 81.3756 | 17.2207 |
Yxy | 81.3756 | 0.3803 | 0.5115 |
Hunter Lab | 90.2084 | -38.1404 | 51.8275 |
CIE-Lab | 92.2986 | -36.6862 | 78.5633 |
#cff93f color RGB value is (207,249,63).
#cff93f hex color red value is 207, green value is 249 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cff93f hue: 0.20 , saturation: 0.94 and the lightness value of cff93f is 0.61.
The process color (four color CMYK) of #cff93f color hex is 0.17, 0.00, 0.75, 0.02. Web safe color of #cff93f is #ccff33. Color #cff93f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111001 | 00111111 |
Octal | 317 | 371 | 77 |
Decimal | 207 | 249 | 63 |
Hex | CF | F9 | 3F |
Shades of #cff93f
Tints of #cff93f
RGB Percentages of Color #cff93f
CMYK Percentages of Color #cff93f
Complementary Color
#cff93f | #693ff9 |
#cff93f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cff93f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cff93f Color CSS Codes
.mybgcolor {background-color:#cff93f; } .myforecolor {color:#cff93f; } .mybordercolor {border:3px solid #cff93f; }
#cff93f Text Font Color
<p style="color:#cff93f">Text here</p>
This sample text font color is #cff93f
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.
#cff93f Background Color
<div style="background-color:#cff93f">
Div content here</div>
This div background color is #cff93f
#cff93f Border Color
<div style="border:3px solid #cff93f">
Div here</div>
This div border color is #cff93f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,249,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cff93f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cff93f; -webkit-box-shadow: 1px 1px 3px 2px #cff93f; box-shadow: 1px 1px 3px 2px #cff93f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,249,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cff93f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cff93f; -webkit-box-shadow: 1px 1px 3px 2px #cff93f; box-shadow: 1px 1px 3px 2px #cff93f;">
Div content here</div>
This div box has shadow with color #cff93f
Comments
No comments written yet.
Please login to write comment.