Color spaces of #a9bead
RGB | 169 | 190 | 173 |
---|---|---|---|
HSL | 0.37 | 0.14 | 0.70 |
HSV | 131° | 11° | 75° |
CMYK | 0.11 | 0.00 | 0.09 0.25 |
XYZ | 42.3185 | 48.2791 | 46.6235 |
Yxy | 48.2791 | 0.3084 | 0.3518 |
Hunter Lab | 69.4832 | -12.8807 | 8.8544 |
CIE-Lab | 75.0006 | -10.4458 | 6.1519 |
#a9bead color RGB value is (169,190,173).
#a9bead hex color red value is 169, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a9bead hue: 0.37 , saturation: 0.14 and the lightness value of a9bead is 0.70.
The process color (four color CMYK) of #a9bead color hex is 0.11, 0.00, 0.09, 0.25. Web safe color of #a9bead is #99cc99. Color #a9bead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10111110 | 10101101 |
Octal | 251 | 276 | 255 |
Decimal | 169 | 190 | 173 |
Hex | A9 | BE | AD |
Shades of #a9bead
Tints of #a9bead
RGB Percentages of Color #a9bead
CMYK Percentages of Color #a9bead
Complementary Color
#a9bead | #bea9ba |
#a9bead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9bead Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9bead Color CSS Codes
.mybgcolor {background-color:#a9bead; } .myforecolor {color:#a9bead; } .mybordercolor {border:3px solid #a9bead; }
#a9bead Text Font Color
<p style="color:#a9bead">Text here</p>
This sample text font color is #a9bead
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.
#a9bead Background Color
<div style="background-color:#a9bead">
Div content here</div>
This div background color is #a9bead
#a9bead Border Color
<div style="border:3px solid #a9bead">
Div here</div>
This div border color is #a9bead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,190,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9bead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9bead; -webkit-box-shadow: 1px 1px 3px 2px #a9bead; box-shadow: 1px 1px 3px 2px #a9bead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,190,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9bead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9bead; -webkit-box-shadow: 1px 1px 3px 2px #a9bead; box-shadow: 1px 1px 3px 2px #a9bead;">
Div content here</div>
This div box has shadow with color #a9bead
Comments
No comments written yet.
Please login to write comment.