Color spaces of #adb1ec
RGB | 173 | 177 | 236 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.80 |
HSV | 236° | 27° | 93° |
CMYK | 0.27 | 0.25 | 0.00 0.07 |
XYZ | 48.0960 | 46.3846 | 85.7751 |
Yxy | 46.3846 | 0.2668 | 0.2573 |
Hunter Lab | 68.1062 | 6.8691 | -26.9973 |
CIE-Lab | 73.7944 | 11.3926 | -29.8949 |
#adb1ec color RGB value is (173,177,236).
#adb1ec hex color red value is 173, green value is 177 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #adb1ec hue: 0.66 , saturation: 0.62 and the lightness value of adb1ec is 0.80.
The process color (four color CMYK) of #adb1ec color hex is 0.27, 0.25, 0.00, 0.07. Web safe color of #adb1ec is #9999ff. Color #adb1ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110001 | 11101100 |
Octal | 255 | 261 | 354 |
Decimal | 173 | 177 | 236 |
Hex | AD | B1 | EC |
Shades of #adb1ec
Tints of #adb1ec
RGB Percentages of Color #adb1ec
CMYK Percentages of Color #adb1ec
Complementary Color
#adb1ec | #ece8ad |
#adb1ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb1ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb1ec Color CSS Codes
.mybgcolor {background-color:#adb1ec; } .myforecolor {color:#adb1ec; } .mybordercolor {border:3px solid #adb1ec; }
#adb1ec Text Font Color
<p style="color:#adb1ec">Text here</p>
This sample text font color is #adb1ec
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.
#adb1ec Background Color
<div style="background-color:#adb1ec">
Div content here</div>
This div background color is #adb1ec
#adb1ec Border Color
<div style="border:3px solid #adb1ec">
Div here</div>
This div border color is #adb1ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,177,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb1ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb1ec; -webkit-box-shadow: 1px 1px 3px 2px #adb1ec; box-shadow: 1px 1px 3px 2px #adb1ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,177,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb1ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb1ec; -webkit-box-shadow: 1px 1px 3px 2px #adb1ec; box-shadow: 1px 1px 3px 2px #adb1ec;">
Div content here</div>
This div box has shadow with color #adb1ec
Comments
No comments written yet.
Please login to write comment.