Color spaces of #adbbfe
RGB | 173 | 187 | 254 |
---|---|---|---|
HSL | 0.64 | 0.98 | 0.84 |
HSV | 230° | 32° | 100° |
CMYK | 0.32 | 0.26 | 0.00 0.00 |
XYZ | 52.8933 | 51.5806 | 100.9342 |
Yxy | 51.5806 | 0.2575 | 0.2511 |
Hunter Lab | 71.8196 | 5.7763 | -33.0515 |
CIE-Lab | 77.0294 | 10.2785 | -34.6142 |
#adbbfe color RGB value is (173,187,254).
#adbbfe hex color red value is 173, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adbbfe hue: 0.64 , saturation: 0.98 and the lightness value of adbbfe is 0.84.
The process color (four color CMYK) of #adbbfe color hex is 0.32, 0.26, 0.00, 0.00. Web safe color of #adbbfe is #99ccff. Color #adbbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111011 | 11111110 |
Octal | 255 | 273 | 376 |
Decimal | 173 | 187 | 254 |
Hex | AD | BB | FE |
Shades of #adbbfe
Tints of #adbbfe
RGB Percentages of Color #adbbfe
CMYK Percentages of Color #adbbfe
Complementary Color
#adbbfe | #fef0ad |
#adbbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbbfe Color CSS Codes
.mybgcolor {background-color:#adbbfe; } .myforecolor {color:#adbbfe; } .mybordercolor {border:3px solid #adbbfe; }
#adbbfe Text Font Color
<p style="color:#adbbfe">Text here</p>
This sample text font color is #adbbfe
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.
#adbbfe Background Color
<div style="background-color:#adbbfe">
Div content here</div>
This div background color is #adbbfe
#adbbfe Border Color
<div style="border:3px solid #adbbfe">
Div here</div>
This div border color is #adbbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,187,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbbfe; -webkit-box-shadow: 1px 1px 3px 2px #adbbfe; box-shadow: 1px 1px 3px 2px #adbbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,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 #adbbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbbfe; -webkit-box-shadow: 1px 1px 3px 2px #adbbfe; box-shadow: 1px 1px 3px 2px #adbbfe;">
Div content here</div>
This div box has shadow with color #adbbfe
Comments
No comments written yet.
Please login to write comment.