Color spaces of #9ecaaf
RGB | 158 | 202 | 175 |
---|---|---|---|
HSL | 0.40 | 0.29 | 0.71 |
HSV | 143° | 22° | 79° |
CMYK | 0.22 | 0.00 | 0.13 0.21 |
XYZ | 42.9589 | 52.6053 | 48.4471 |
Yxy | 52.6053 | 0.2983 | 0.3653 |
Hunter Lab | 72.5295 | -21.2019 | 11.1671 |
CIE-Lab | 77.6414 | -19.9121 | 8.7647 |
#9ecaaf color RGB value is (158,202,175).
#9ecaaf hex color red value is 158, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9ecaaf hue: 0.40 , saturation: 0.29 and the lightness value of 9ecaaf is 0.71.
The process color (four color CMYK) of #9ecaaf color hex is 0.22, 0.00, 0.13, 0.21. Web safe color of #9ecaaf is #99cc99. Color #9ecaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11001010 | 10101111 |
Octal | 236 | 312 | 257 |
Decimal | 158 | 202 | 175 |
Hex | 9E | CA | AF |
Shades of #9ecaaf
Tints of #9ecaaf
RGB Percentages of Color #9ecaaf
CMYK Percentages of Color #9ecaaf
Complementary Color
#9ecaaf | #ca9eb9 |
#9ecaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ecaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ecaaf Color CSS Codes
.mybgcolor {background-color:#9ecaaf; } .myforecolor {color:#9ecaaf; } .mybordercolor {border:3px solid #9ecaaf; }
#9ecaaf Text Font Color
<p style="color:#9ecaaf">Text here</p>
This sample text font color is #9ecaaf
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.
#9ecaaf Background Color
<div style="background-color:#9ecaaf">
Div content here</div>
This div background color is #9ecaaf
#9ecaaf Border Color
<div style="border:3px solid #9ecaaf">
Div here</div>
This div border color is #9ecaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,202,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ecaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ecaaf; -webkit-box-shadow: 1px 1px 3px 2px #9ecaaf; box-shadow: 1px 1px 3px 2px #9ecaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,202,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 #9ecaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ecaaf; -webkit-box-shadow: 1px 1px 3px 2px #9ecaaf; box-shadow: 1px 1px 3px 2px #9ecaaf;">
Div content here</div>
This div box has shadow with color #9ecaaf
Comments
No comments written yet.
Please login to write comment.