Color spaces of #9efbaf
RGB | 158 | 251 | 175 |
---|---|---|---|
HSL | 0.36 | 0.92 | 0.80 |
HSV | 131° | 37° | 98° |
CMYK | 0.37 | 0.00 | 0.30 0.02 |
XYZ | 56.3356 | 79.3586 | 52.9060 |
Yxy | 79.3586 | 0.2987 | 0.4208 |
Hunter Lab | 89.0834 | -43.0142 | 27.1465 |
CIE-Lab | 91.3963 | -42.9129 | 27.9326 |
#9efbaf color RGB value is (158,251,175).
#9efbaf hex color red value is 158, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9efbaf hue: 0.36 , saturation: 0.92 and the lightness value of 9efbaf is 0.80.
The process color (four color CMYK) of #9efbaf color hex is 0.37, 0.00, 0.30, 0.02. Web safe color of #9efbaf is #99ff99. Color #9efbaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11111011 | 10101111 |
Octal | 236 | 373 | 257 |
Decimal | 158 | 251 | 175 |
Hex | 9E | FB | AF |
Shades of #9efbaf
Tints of #9efbaf
RGB Percentages of Color #9efbaf
CMYK Percentages of Color #9efbaf
Complementary Color
#9efbaf | #fb9eea |
#9efbaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9efbaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9efbaf Color CSS Codes
.mybgcolor {background-color:#9efbaf; } .myforecolor {color:#9efbaf; } .mybordercolor {border:3px solid #9efbaf; }
#9efbaf Text Font Color
<p style="color:#9efbaf">Text here</p>
This sample text font color is #9efbaf
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.
#9efbaf Background Color
<div style="background-color:#9efbaf">
Div content here</div>
This div background color is #9efbaf
#9efbaf Border Color
<div style="border:3px solid #9efbaf">
Div here</div>
This div border color is #9efbaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,251,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9efbaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9efbaf; -webkit-box-shadow: 1px 1px 3px 2px #9efbaf; box-shadow: 1px 1px 3px 2px #9efbaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,251,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9efbaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9efbaf; -webkit-box-shadow: 1px 1px 3px 2px #9efbaf; box-shadow: 1px 1px 3px 2px #9efbaf;">
Div content here</div>
This div box has shadow with color #9efbaf
Comments
No comments written yet.
Please login to write comment.