Color spaces of #a9debb
RGB | 169 | 222 | 187 |
---|---|---|---|
HSL | 0.39 | 0.45 | 0.77 |
HSV | 140° | 24° | 87° |
CMYK | 0.24 | 0.00 | 0.16 0.13 |
XYZ | 51.4531 | 64.2654 | 56.7063 |
Yxy | 64.2654 | 0.2984 | 0.3727 |
Hunter Lab | 80.1657 | -25.7226 | 14.1764 |
CIE-Lab | 84.1038 | -23.9816 | 11.6812 |
#a9debb color RGB value is (169,222,187).
#a9debb hex color red value is 169, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a9debb hue: 0.39 , saturation: 0.45 and the lightness value of a9debb is 0.77.
The process color (four color CMYK) of #a9debb color hex is 0.24, 0.00, 0.16, 0.13. Web safe color of #a9debb is #99cccc. Color #a9debb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11011110 | 10111011 |
Octal | 251 | 336 | 273 |
Decimal | 169 | 222 | 187 |
Hex | A9 | DE | BB |
Shades of #a9debb
Tints of #a9debb
RGB Percentages of Color #a9debb
CMYK Percentages of Color #a9debb
Complementary Color
#a9debb | #dea9cc |
#a9debb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9debb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9debb Color CSS Codes
.mybgcolor {background-color:#a9debb; } .myforecolor {color:#a9debb; } .mybordercolor {border:3px solid #a9debb; }
#a9debb Text Font Color
<p style="color:#a9debb">Text here</p>
This sample text font color is #a9debb
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.
#a9debb Background Color
<div style="background-color:#a9debb">
Div content here</div>
This div background color is #a9debb
#a9debb Border Color
<div style="border:3px solid #a9debb">
Div here</div>
This div border color is #a9debb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,222,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9debb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9debb; -webkit-box-shadow: 1px 1px 3px 2px #a9debb; box-shadow: 1px 1px 3px 2px #a9debb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,222,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9debb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9debb; -webkit-box-shadow: 1px 1px 3px 2px #a9debb; box-shadow: 1px 1px 3px 2px #a9debb;">
Div content here</div>
This div box has shadow with color #a9debb
Comments
No comments written yet.
Please login to write comment.