Color spaces of #9efabd
RGB | 158 | 250 | 189 |
---|---|---|---|
HSL | 0.39 | 0.90 | 0.80 |
HSV | 140° | 37° | 98° |
CMYK | 0.37 | 0.00 | 0.24 0.02 |
XYZ | 57.4715 | 79.3144 | 60.4243 |
Yxy | 79.3144 | 0.2914 | 0.4022 |
Hunter Lab | 89.0586 | -40.6626 | 22.1141 |
CIE-Lab | 91.3764 | -40.0229 | 20.7776 |
#9efabd color RGB value is (158,250,189).
#9efabd hex color red value is 158, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9efabd hue: 0.39 , saturation: 0.90 and the lightness value of 9efabd is 0.80.
The process color (four color CMYK) of #9efabd color hex is 0.37, 0.00, 0.24, 0.02. Web safe color of #9efabd is #99ffcc. Color #9efabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11111010 | 10111101 |
Octal | 236 | 372 | 275 |
Decimal | 158 | 250 | 189 |
Hex | 9E | FA | BD |
Shades of #9efabd
Tints of #9efabd
RGB Percentages of Color #9efabd
CMYK Percentages of Color #9efabd
Complementary Color
#9efabd | #fa9edb |
#9efabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9efabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9efabd Color CSS Codes
.mybgcolor {background-color:#9efabd; } .myforecolor {color:#9efabd; } .mybordercolor {border:3px solid #9efabd; }
#9efabd Text Font Color
<p style="color:#9efabd">Text here</p>
This sample text font color is #9efabd
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.
#9efabd Background Color
<div style="background-color:#9efabd">
Div content here</div>
This div background color is #9efabd
#9efabd Border Color
<div style="border:3px solid #9efabd">
Div here</div>
This div border color is #9efabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,250,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9efabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9efabd; -webkit-box-shadow: 1px 1px 3px 2px #9efabd; box-shadow: 1px 1px 3px 2px #9efabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,250,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9efabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9efabd; -webkit-box-shadow: 1px 1px 3px 2px #9efabd; box-shadow: 1px 1px 3px 2px #9efabd;">
Div content here</div>
This div box has shadow with color #9efabd
Comments
No comments written yet.
Please login to write comment.