Color spaces of #cff95f
RGB | 207 | 249 | 95 |
---|---|---|---|
HSL | 0.21 | 0.93 | 0.67 |
HSV | 76° | 62° | 98° |
CMYK | 0.17 | 0.00 | 0.62 0.02 |
XYZ | 61.6734 | 81.8430 | 23.3732 |
Yxy | 81.8430 | 0.3695 | 0.4904 |
Hunter Lab | 90.4671 | -36.6301 | 48.0087 |
CIE-Lab | 92.5055 | -34.8272 | 67.3265 |
#cff95f color RGB value is (207,249,95).
#cff95f hex color red value is 207, green value is 249 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cff95f hue: 0.21 , saturation: 0.93 and the lightness value of cff95f is 0.67.
The process color (four color CMYK) of #cff95f color hex is 0.17, 0.00, 0.62, 0.02. Web safe color of #cff95f is #ccff66. Color #cff95f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111001 | 01011111 |
Octal | 317 | 371 | 137 |
Decimal | 207 | 249 | 95 |
Hex | CF | F9 | 5F |
Shades of #cff95f
Tints of #cff95f
RGB Percentages of Color #cff95f
CMYK Percentages of Color #cff95f
Complementary Color
#cff95f | #895ff9 |
#cff95f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cff95f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cff95f Color CSS Codes
.mybgcolor {background-color:#cff95f; } .myforecolor {color:#cff95f; } .mybordercolor {border:3px solid #cff95f; }
#cff95f Text Font Color
<p style="color:#cff95f">Text here</p>
This sample text font color is #cff95f
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.
#cff95f Background Color
<div style="background-color:#cff95f">
Div content here</div>
This div background color is #cff95f
#cff95f Border Color
<div style="border:3px solid #cff95f">
Div here</div>
This div border color is #cff95f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,249,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cff95f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cff95f; -webkit-box-shadow: 1px 1px 3px 2px #cff95f; box-shadow: 1px 1px 3px 2px #cff95f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,249,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cff95f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cff95f; -webkit-box-shadow: 1px 1px 3px 2px #cff95f; box-shadow: 1px 1px 3px 2px #cff95f;">
Div content here</div>
This div box has shadow with color #cff95f
Comments
No comments written yet.
Please login to write comment.