Color spaces of #a9fdfb
RGB | 169 | 253 | 251 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.83 |
HSV | 179° | 33° | 99° |
CMYK | 0.33 | 0.00 | 0.01 0.01 |
XYZ | 68.9001 | 85.6506 | 104.1676 |
Yxy | 85.6506 | 0.2663 | 0.3311 |
Hunter Lab | 92.5476 | -29.0681 | -1.9509 |
CIE-Lab | 94.1628 | -25.6835 | -7.1344 |
#a9fdfb color RGB value is (169,253,251).
#a9fdfb hex color red value is 169, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a9fdfb hue: 0.50 , saturation: 0.95 and the lightness value of a9fdfb is 0.83.
The process color (four color CMYK) of #a9fdfb color hex is 0.33, 0.00, 0.01, 0.01. Web safe color of #a9fdfb is #99ffff. Color #a9fdfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11111101 | 11111011 |
Octal | 251 | 375 | 373 |
Decimal | 169 | 253 | 251 |
Hex | A9 | FD | FB |
Shades of #a9fdfb
Tints of #a9fdfb
RGB Percentages of Color #a9fdfb
CMYK Percentages of Color #a9fdfb
Complementary Color
#a9fdfb | #fda9ab |
#a9fdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9fdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9fdfb Color CSS Codes
.mybgcolor {background-color:#a9fdfb; } .myforecolor {color:#a9fdfb; } .mybordercolor {border:3px solid #a9fdfb; }
#a9fdfb Text Font Color
<p style="color:#a9fdfb">Text here</p>
This sample text font color is #a9fdfb
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.
#a9fdfb Background Color
<div style="background-color:#a9fdfb">
Div content here</div>
This div background color is #a9fdfb
#a9fdfb Border Color
<div style="border:3px solid #a9fdfb">
Div here</div>
This div border color is #a9fdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,253,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9fdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9fdfb; -webkit-box-shadow: 1px 1px 3px 2px #a9fdfb; box-shadow: 1px 1px 3px 2px #a9fdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,253,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9fdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9fdfb; -webkit-box-shadow: 1px 1px 3px 2px #a9fdfb; box-shadow: 1px 1px 3px 2px #a9fdfb;">
Div content here</div>
This div box has shadow with color #a9fdfb
Comments
No comments written yet.
Please login to write comment.