Color spaces of #9aeaaf
RGB | 154 | 234 | 175 |
---|---|---|---|
HSL | 0.38 | 0.66 | 0.76 |
HSV | 136° | 34° | 92° |
CMYK | 0.34 | 0.00 | 0.25 0.08 |
XYZ | 50.4871 | 68.8108 | 51.1783 |
Yxy | 68.8108 | 0.2962 | 0.4036 |
Hunter Lab | 82.9523 | -36.5263 | 21.4870 |
CIE-Lab | 86.4103 | -36.4898 | 21.0665 |
#9aeaaf color RGB value is (154,234,175).
#9aeaaf hex color red value is 154, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9aeaaf hue: 0.38 , saturation: 0.66 and the lightness value of 9aeaaf is 0.76.
The process color (four color CMYK) of #9aeaaf color hex is 0.34, 0.00, 0.25, 0.08. Web safe color of #9aeaaf is #99ff99. Color #9aeaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11101010 | 10101111 |
Octal | 232 | 352 | 257 |
Decimal | 154 | 234 | 175 |
Hex | 9A | EA | AF |
Shades of #9aeaaf
Tints of #9aeaaf
RGB Percentages of Color #9aeaaf
CMYK Percentages of Color #9aeaaf
Complementary Color
#9aeaaf | #ea9ad5 |
#9aeaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aeaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aeaaf Color CSS Codes
.mybgcolor {background-color:#9aeaaf; } .myforecolor {color:#9aeaaf; } .mybordercolor {border:3px solid #9aeaaf; }
#9aeaaf Text Font Color
<p style="color:#9aeaaf">Text here</p>
This sample text font color is #9aeaaf
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.
#9aeaaf Background Color
<div style="background-color:#9aeaaf">
Div content here</div>
This div background color is #9aeaaf
#9aeaaf Border Color
<div style="border:3px solid #9aeaaf">
Div here</div>
This div border color is #9aeaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,234,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aeaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aeaaf; -webkit-box-shadow: 1px 1px 3px 2px #9aeaaf; box-shadow: 1px 1px 3px 2px #9aeaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,234,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 #9aeaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aeaaf; -webkit-box-shadow: 1px 1px 3px 2px #9aeaaf; box-shadow: 1px 1px 3px 2px #9aeaaf;">
Div content here</div>
This div box has shadow with color #9aeaaf
Comments
No comments written yet.
Please login to write comment.