Color spaces of #9adaac
RGB | 154 | 218 | 172 |
---|---|---|---|
HSL | 0.38 | 0.46 | 0.73 |
HSV | 137° | 29° | 85° |
CMYK | 0.29 | 0.00 | 0.21 0.15 |
XYZ | 45.8442 | 59.9914 | 48.1930 |
Yxy | 59.9914 | 0.2976 | 0.3895 |
Hunter Lab | 77.4541 | -29.8926 | 17.3268 |
CIE-Lab | 81.8335 | -29.5765 | 16.2599 |
#9adaac color RGB value is (154,218,172).
#9adaac hex color red value is 154, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9adaac hue: 0.38 , saturation: 0.46 and the lightness value of 9adaac is 0.73.
The process color (four color CMYK) of #9adaac color hex is 0.29, 0.00, 0.21, 0.15. Web safe color of #9adaac is #99cc99. Color #9adaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11011010 | 10101100 |
Octal | 232 | 332 | 254 |
Decimal | 154 | 218 | 172 |
Hex | 9A | DA | AC |
Shades of #9adaac
Tints of #9adaac
RGB Percentages of Color #9adaac
CMYK Percentages of Color #9adaac
Complementary Color
#9adaac | #da9ac8 |
#9adaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9adaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#9adaac Color CSS Codes
.mybgcolor {background-color:#9adaac; } .myforecolor {color:#9adaac; } .mybordercolor {border:3px solid #9adaac; }
#9adaac Text Font Color
<p style="color:#9adaac">Text here</p>
This sample text font color is #9adaac
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.
#9adaac Background Color
<div style="background-color:#9adaac">
Div content here</div>
This div background color is #9adaac
#9adaac Border Color
<div style="border:3px solid #9adaac">
Div here</div>
This div border color is #9adaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,218,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9adaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9adaac; -webkit-box-shadow: 1px 1px 3px 2px #9adaac; box-shadow: 1px 1px 3px 2px #9adaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,218,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9adaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9adaac; -webkit-box-shadow: 1px 1px 3px 2px #9adaac; box-shadow: 1px 1px 3px 2px #9adaac;">
Div content here</div>
This div box has shadow with color #9adaac
Comments
No comments written yet.
Please login to write comment.