Color spaces of #9abfae
RGB | 154 | 191 | 174 |
---|---|---|---|
HSL | 0.42 | 0.22 | 0.68 |
HSV | 152° | 19° | 75° |
CMYK | 0.19 | 0.00 | 0.09 0.25 |
XYZ | 39.5972 | 47.1876 | 47.0655 |
Yxy | 47.1876 | 0.2958 | 0.3525 |
Hunter Lab | 68.6932 | -17.3195 | 7.4624 |
CIE-Lab | 74.3096 | -15.8331 | 4.4857 |
#9abfae color RGB value is (154,191,174).
#9abfae hex color red value is 154, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9abfae hue: 0.42 , saturation: 0.22 and the lightness value of 9abfae is 0.68.
The process color (four color CMYK) of #9abfae color hex is 0.19, 0.00, 0.09, 0.25. Web safe color of #9abfae is #99cc99. Color #9abfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 10111111 | 10101110 |
Octal | 232 | 277 | 256 |
Decimal | 154 | 191 | 174 |
Hex | 9A | BF | AE |
Shades of #9abfae
Tints of #9abfae
RGB Percentages of Color #9abfae
CMYK Percentages of Color #9abfae
Complementary Color
#9abfae | #bf9aab |
#9abfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9abfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9abfae Color CSS Codes
.mybgcolor {background-color:#9abfae; } .myforecolor {color:#9abfae; } .mybordercolor {border:3px solid #9abfae; }
#9abfae Text Font Color
<p style="color:#9abfae">Text here</p>
This sample text font color is #9abfae
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.
#9abfae Background Color
<div style="background-color:#9abfae">
Div content here</div>
This div background color is #9abfae
#9abfae Border Color
<div style="border:3px solid #9abfae">
Div here</div>
This div border color is #9abfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,191,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9abfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9abfae; -webkit-box-shadow: 1px 1px 3px 2px #9abfae; box-shadow: 1px 1px 3px 2px #9abfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,191,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9abfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9abfae; -webkit-box-shadow: 1px 1px 3px 2px #9abfae; box-shadow: 1px 1px 3px 2px #9abfae;">
Div content here</div>
This div box has shadow with color #9abfae
Comments
No comments written yet.
Please login to write comment.