Color spaces of #abdef9
RGB | 171 | 222 | 249 |
---|---|---|---|
HSL | 0.56 | 0.87 | 0.82 |
HSV | 201° | 31° | 98° |
CMYK | 0.31 | 0.11 | 0.00 0.02 |
XYZ | 60.0147 | 67.7400 | 99.5346 |
Yxy | 67.7400 | 0.2640 | 0.2980 |
Hunter Lab | 82.3043 | -13.8738 | -14.0893 |
CIE-Lab | 85.8763 | -10.1688 | -18.4553 |
#abdef9 color RGB value is (171,222,249).
#abdef9 hex color red value is 171, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #abdef9 hue: 0.56 , saturation: 0.87 and the lightness value of abdef9 is 0.82.
The process color (four color CMYK) of #abdef9 color hex is 0.31, 0.11, 0.00, 0.02. Web safe color of #abdef9 is #99ccff. Color #abdef9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011110 | 11111001 |
Octal | 253 | 336 | 371 |
Decimal | 171 | 222 | 249 |
Hex | AB | DE | F9 |
Shades of #abdef9
Tints of #abdef9
RGB Percentages of Color #abdef9
CMYK Percentages of Color #abdef9
Complementary Color
#abdef9 | #f9c6ab |
#abdef9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdef9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdef9 Color CSS Codes
.mybgcolor {background-color:#abdef9; } .myforecolor {color:#abdef9; } .mybordercolor {border:3px solid #abdef9; }
#abdef9 Text Font Color
<p style="color:#abdef9">Text here</p>
This sample text font color is #abdef9
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.
#abdef9 Background Color
<div style="background-color:#abdef9">
Div content here</div>
This div background color is #abdef9
#abdef9 Border Color
<div style="border:3px solid #abdef9">
Div here</div>
This div border color is #abdef9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,222,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdef9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdef9; -webkit-box-shadow: 1px 1px 3px 2px #abdef9; box-shadow: 1px 1px 3px 2px #abdef9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,222,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdef9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdef9; -webkit-box-shadow: 1px 1px 3px 2px #abdef9; box-shadow: 1px 1px 3px 2px #abdef9;">
Div content here</div>
This div box has shadow with color #abdef9
Comments
No comments written yet.
Please login to write comment.