Color spaces of #9efdfc
RGB | 158 | 253 | 252 |
---|---|---|---|
HSL | 0.50 | 0.96 | 0.81 |
HSV | 179° | 38° | 99° |
CMYK | 0.38 | 0.00 | 0.00 0.01 |
XYZ | 66.7965 | 84.5479 | 104.8943 |
Yxy | 84.5479 | 0.2607 | 0.3300 |
Hunter Lab | 91.9499 | -31.2421 | -3.2717 |
CIE-Lab | 93.6880 | -28.2554 | -8.4102 |
#9efdfc color RGB value is (158,253,252).
#9efdfc hex color red value is 158, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9efdfc hue: 0.50 , saturation: 0.96 and the lightness value of 9efdfc is 0.81.
The process color (four color CMYK) of #9efdfc color hex is 0.38, 0.00, 0.00, 0.01. Web safe color of #9efdfc is #99ffff. Color #9efdfc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11111101 | 11111100 |
Octal | 236 | 375 | 374 |
Decimal | 158 | 253 | 252 |
Hex | 9E | FD | FC |
Shades of #9efdfc
Tints of #9efdfc
RGB Percentages of Color #9efdfc
CMYK Percentages of Color #9efdfc
Complementary Color
#9efdfc | #fd9e9f |
#9efdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9efdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9efdfc Color CSS Codes
.mybgcolor {background-color:#9efdfc; } .myforecolor {color:#9efdfc; } .mybordercolor {border:3px solid #9efdfc; }
#9efdfc Text Font Color
<p style="color:#9efdfc">Text here</p>
This sample text font color is #9efdfc
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.
#9efdfc Background Color
<div style="background-color:#9efdfc">
Div content here</div>
This div background color is #9efdfc
#9efdfc Border Color
<div style="border:3px solid #9efdfc">
Div here</div>
This div border color is #9efdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,253,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9efdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9efdfc; -webkit-box-shadow: 1px 1px 3px 2px #9efdfc; box-shadow: 1px 1px 3px 2px #9efdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,253,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9efdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9efdfc; -webkit-box-shadow: 1px 1px 3px 2px #9efdfc; box-shadow: 1px 1px 3px 2px #9efdfc;">
Div content here</div>
This div box has shadow with color #9efdfc
Comments
No comments written yet.
Please login to write comment.