Color spaces of #9fefcf
RGB | 159 | 239 | 207 |
---|---|---|---|
HSL | 0.43 | 0.71 | 0.78 |
HSV | 156° | 33° | 94° |
CMYK | 0.33 | 0.00 | 0.13 0.06 |
XYZ | 56.4271 | 73.6089 | 70.2654 |
Yxy | 73.6089 | 0.2817 | 0.3675 |
Hunter Lab | 85.7956 | -32.7443 | 11.4993 |
CIE-Lab | 88.7373 | -31.2245 | 7.7497 |
#9fefcf color RGB value is (159,239,207).
#9fefcf hex color red value is 159, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9fefcf hue: 0.43 , saturation: 0.71 and the lightness value of 9fefcf is 0.78.
The process color (four color CMYK) of #9fefcf color hex is 0.33, 0.00, 0.13, 0.06. Web safe color of #9fefcf is #99ffcc. Color #9fefcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11101111 | 11001111 |
Octal | 237 | 357 | 317 |
Decimal | 159 | 239 | 207 |
Hex | 9F | EF | CF |
Shades of #9fefcf
Tints of #9fefcf
RGB Percentages of Color #9fefcf
CMYK Percentages of Color #9fefcf
Complementary Color
#9fefcf | #ef9fbf |
#9fefcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fefcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fefcf Color CSS Codes
.mybgcolor {background-color:#9fefcf; } .myforecolor {color:#9fefcf; } .mybordercolor {border:3px solid #9fefcf; }
#9fefcf Text Font Color
<p style="color:#9fefcf">Text here</p>
This sample text font color is #9fefcf
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.
#9fefcf Background Color
<div style="background-color:#9fefcf">
Div content here</div>
This div background color is #9fefcf
#9fefcf Border Color
<div style="border:3px solid #9fefcf">
Div here</div>
This div border color is #9fefcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,239,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fefcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fefcf; -webkit-box-shadow: 1px 1px 3px 2px #9fefcf; box-shadow: 1px 1px 3px 2px #9fefcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,239,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fefcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fefcf; -webkit-box-shadow: 1px 1px 3px 2px #9fefcf; box-shadow: 1px 1px 3px 2px #9fefcf;">
Div content here</div>
This div box has shadow with color #9fefcf
Comments
No comments written yet.
Please login to write comment.