Color spaces of #a3bbde
RGB | 163 | 187 | 222 |
---|---|---|---|
HSL | 0.60 | 0.47 | 0.75 |
HSV | 216° | 27° | 87° |
CMYK | 0.27 | 0.16 | 0.00 0.13 |
XYZ | 46.0594 | 48.6011 | 76.0606 |
Yxy | 48.6011 | 0.2698 | 0.2847 |
Hunter Lab | 69.7145 | -4.0679 | -15.8870 |
CIE-Lab | 75.2025 | -0.3819 | -20.2127 |
#a3bbde color RGB value is (163,187,222).
#a3bbde hex color red value is 163, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a3bbde hue: 0.60 , saturation: 0.47 and the lightness value of a3bbde is 0.75.
The process color (four color CMYK) of #a3bbde color hex is 0.27, 0.16, 0.00, 0.13. Web safe color of #a3bbde is #99cccc. Color #a3bbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10111011 | 11011110 |
Octal | 243 | 273 | 336 |
Decimal | 163 | 187 | 222 |
Hex | A3 | BB | DE |
Shades of #a3bbde
Tints of #a3bbde
RGB Percentages of Color #a3bbde
CMYK Percentages of Color #a3bbde
Complementary Color
#a3bbde | #dec6a3 |
#a3bbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3bbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3bbde Color CSS Codes
.mybgcolor {background-color:#a3bbde; } .myforecolor {color:#a3bbde; } .mybordercolor {border:3px solid #a3bbde; }
#a3bbde Text Font Color
<p style="color:#a3bbde">Text here</p>
This sample text font color is #a3bbde
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.
#a3bbde Background Color
<div style="background-color:#a3bbde">
Div content here</div>
This div background color is #a3bbde
#a3bbde Border Color
<div style="border:3px solid #a3bbde">
Div here</div>
This div border color is #a3bbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,187,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3bbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3bbde; -webkit-box-shadow: 1px 1px 3px 2px #a3bbde; box-shadow: 1px 1px 3px 2px #a3bbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,187,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3bbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3bbde; -webkit-box-shadow: 1px 1px 3px 2px #a3bbde; box-shadow: 1px 1px 3px 2px #a3bbde;">
Div content here</div>
This div box has shadow with color #a3bbde
Comments
No comments written yet.
Please login to write comment.