Color spaces of #abd6fe
RGB | 171 | 214 | 254 |
---|---|---|---|
HSL | 0.58 | 0.98 | 0.83 |
HSV | 209° | 33° | 100° |
CMYK | 0.33 | 0.16 | 0.00 0.00 |
XYZ | 58.7305 | 63.9068 | 103.0058 |
Yxy | 63.9068 | 0.2603 | 0.2832 |
Hunter Lab | 79.9417 | -8.7601 | -20.4366 |
CIE-Lab | 83.9172 | -4.8063 | -24.0637 |
#abd6fe color RGB value is (171,214,254).
#abd6fe hex color red value is 171, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abd6fe hue: 0.58 , saturation: 0.98 and the lightness value of abd6fe is 0.83.
The process color (four color CMYK) of #abd6fe color hex is 0.33, 0.16, 0.00, 0.00. Web safe color of #abd6fe is #99ccff. Color #abd6fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010110 | 11111110 |
Octal | 253 | 326 | 376 |
Decimal | 171 | 214 | 254 |
Hex | AB | D6 | FE |
Shades of #abd6fe
Tints of #abd6fe
RGB Percentages of Color #abd6fe
CMYK Percentages of Color #abd6fe
Complementary Color
#abd6fe | #fed3ab |
#abd6fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd6fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd6fe Color CSS Codes
.mybgcolor {background-color:#abd6fe; } .myforecolor {color:#abd6fe; } .mybordercolor {border:3px solid #abd6fe; }
#abd6fe Text Font Color
<p style="color:#abd6fe">Text here</p>
This sample text font color is #abd6fe
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.
#abd6fe Background Color
<div style="background-color:#abd6fe">
Div content here</div>
This div background color is #abd6fe
#abd6fe Border Color
<div style="border:3px solid #abd6fe">
Div here</div>
This div border color is #abd6fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,214,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd6fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd6fe; -webkit-box-shadow: 1px 1px 3px 2px #abd6fe; box-shadow: 1px 1px 3px 2px #abd6fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,214,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd6fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd6fe; -webkit-box-shadow: 1px 1px 3px 2px #abd6fe; box-shadow: 1px 1px 3px 2px #abd6fe;">
Div content here</div>
This div box has shadow with color #abd6fe
#abd6fe Color Palettes
Comments
No comments written yet.
Please login to write comment.