Color spaces of #a8bbfe
RGB | 168 | 187 | 254 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.83 |
HSV | 227° | 34° | 100° |
CMYK | 0.34 | 0.26 | 0.00 0.00 |
XYZ | 51.8082 | 51.0212 | 100.8834 |
Yxy | 51.0212 | 0.2543 | 0.2505 |
Hunter Lab | 71.4291 | 4.4667 | -33.7382 |
CIE-Lab | 76.6918 | 8.9016 | -35.1634 |
#a8bbfe color RGB value is (168,187,254).
#a8bbfe hex color red value is 168, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a8bbfe hue: 0.63 , saturation: 0.98 and the lightness value of a8bbfe is 0.83.
The process color (four color CMYK) of #a8bbfe color hex is 0.34, 0.26, 0.00, 0.00. Web safe color of #a8bbfe is #99ccff. Color #a8bbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111011 | 11111110 |
Octal | 250 | 273 | 376 |
Decimal | 168 | 187 | 254 |
Hex | A8 | BB | FE |
Shades of #a8bbfe
Tints of #a8bbfe
RGB Percentages of Color #a8bbfe
CMYK Percentages of Color #a8bbfe
Complementary Color
#a8bbfe | #feeba8 |
#a8bbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bbfe Color CSS Codes
.mybgcolor {background-color:#a8bbfe; } .myforecolor {color:#a8bbfe; } .mybordercolor {border:3px solid #a8bbfe; }
#a8bbfe Text Font Color
<p style="color:#a8bbfe">Text here</p>
This sample text font color is #a8bbfe
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.
#a8bbfe Background Color
<div style="background-color:#a8bbfe">
Div content here</div>
This div background color is #a8bbfe
#a8bbfe Border Color
<div style="border:3px solid #a8bbfe">
Div here</div>
This div border color is #a8bbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,187,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bbfe; -webkit-box-shadow: 1px 1px 3px 2px #a8bbfe; box-shadow: 1px 1px 3px 2px #a8bbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,187,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 #a8bbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bbfe; -webkit-box-shadow: 1px 1px 3px 2px #a8bbfe; box-shadow: 1px 1px 3px 2px #a8bbfe;">
Div content here</div>
This div box has shadow with color #a8bbfe
Comments
No comments written yet.
Please login to write comment.