Color spaces of #9efddc
RGB | 158 | 253 | 220 |
---|---|---|---|
HSL | 0.44 | 0.96 | 0.81 |
HSV | 159° | 38° | 99° |
CMYK | 0.38 | 0.00 | 0.13 0.01 |
XYZ | 62.1441 | 82.6870 | 80.3950 |
Yxy | 82.6870 | 0.2759 | 0.3671 |
Hunter Lab | 90.9324 | -37.1430 | 11.2333 |
CIE-Lab | 92.8772 | -35.3309 | 6.9522 |
#9efddc color RGB value is (158,253,220).
#9efddc hex color red value is 158, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9efddc hue: 0.44 , saturation: 0.96 and the lightness value of 9efddc is 0.81.
The process color (four color CMYK) of #9efddc color hex is 0.38, 0.00, 0.13, 0.01. Web safe color of #9efddc is #99ffcc. Color #9efddc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11111101 | 11011100 |
Octal | 236 | 375 | 334 |
Decimal | 158 | 253 | 220 |
Hex | 9E | FD | DC |
Shades of #9efddc
Tints of #9efddc
RGB Percentages of Color #9efddc
CMYK Percentages of Color #9efddc
Complementary Color
#9efddc | #fd9ebf |
#9efddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9efddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9efddc Color CSS Codes
.mybgcolor {background-color:#9efddc; } .myforecolor {color:#9efddc; } .mybordercolor {border:3px solid #9efddc; }
#9efddc Text Font Color
<p style="color:#9efddc">Text here</p>
This sample text font color is #9efddc
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.
#9efddc Background Color
<div style="background-color:#9efddc">
Div content here</div>
This div background color is #9efddc
#9efddc Border Color
<div style="border:3px solid #9efddc">
Div here</div>
This div border color is #9efddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,253,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9efddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9efddc; -webkit-box-shadow: 1px 1px 3px 2px #9efddc; box-shadow: 1px 1px 3px 2px #9efddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,253,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9efddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9efddc; -webkit-box-shadow: 1px 1px 3px 2px #9efddc; box-shadow: 1px 1px 3px 2px #9efddc;">
Div content here</div>
This div box has shadow with color #9efddc
Comments
No comments written yet.
Please login to write comment.