Color spaces of #adbeff
RGB | 173 | 190 | 255 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.84 |
HSV | 228° | 32° | 100° |
CMYK | 0.32 | 0.25 | 0.00 0.00 |
XYZ | 53.6970 | 52.9311 | 101.9943 |
Yxy | 52.9311 | 0.2574 | 0.2537 |
Hunter Lab | 72.7538 | 4.4255 | -32.1917 |
CIE-Lab | 77.8343 | 8.8816 | -33.9067 |
#adbeff color RGB value is (173,190,255).
#adbeff hex color red value is 173, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adbeff hue: 0.63 , saturation: 1.00 and the lightness value of adbeff is 0.84.
The process color (four color CMYK) of #adbeff color hex is 0.32, 0.25, 0.00, 0.00. Web safe color of #adbeff is #99ccff. Color #adbeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 11111111 |
Octal | 255 | 276 | 377 |
Decimal | 173 | 190 | 255 |
Hex | AD | BE | FF |
Shades of #adbeff
Tints of #adbeff
RGB Percentages of Color #adbeff
CMYK Percentages of Color #adbeff
Complementary Color
#adbeff | #ffeead |
#adbeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbeff Color CSS Codes
.mybgcolor {background-color:#adbeff; } .myforecolor {color:#adbeff; } .mybordercolor {border:3px solid #adbeff; }
#adbeff Text Font Color
<p style="color:#adbeff">Text here</p>
This sample text font color is #adbeff
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.
#adbeff Background Color
<div style="background-color:#adbeff">
Div content here</div>
This div background color is #adbeff
#adbeff Border Color
<div style="border:3px solid #adbeff">
Div here</div>
This div border color is #adbeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbeff; -webkit-box-shadow: 1px 1px 3px 2px #adbeff; box-shadow: 1px 1px 3px 2px #adbeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbeff; -webkit-box-shadow: 1px 1px 3px 2px #adbeff; box-shadow: 1px 1px 3px 2px #adbeff;">
Div content here</div>
This div box has shadow with color #adbeff
Comments
No comments written yet.
Please login to write comment.