Color spaces of #a3bedc
RGB | 163 | 190 | 220 |
---|---|---|---|
HSL | 0.59 | 0.45 | 0.75 |
HSV | 212° | 26° | 86° |
CMYK | 0.26 | 0.14 | 0.00 0.14 |
XYZ | 46.4360 | 49.7807 | 74.8714 |
Yxy | 49.7807 | 0.2714 | 0.2910 |
Hunter Lab | 70.5554 | -5.9924 | -13.5280 |
CIE-Lab | 75.9345 | -2.4694 | -18.0210 |
#a3bedc color RGB value is (163,190,220).
#a3bedc hex color red value is 163, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a3bedc hue: 0.59 , saturation: 0.45 and the lightness value of a3bedc is 0.75.
The process color (four color CMYK) of #a3bedc color hex is 0.26, 0.14, 0.00, 0.14. Web safe color of #a3bedc is #99cccc. Color #a3bedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10111110 | 11011100 |
Octal | 243 | 276 | 334 |
Decimal | 163 | 190 | 220 |
Hex | A3 | BE | DC |
Shades of #a3bedc
Tints of #a3bedc
RGB Percentages of Color #a3bedc
CMYK Percentages of Color #a3bedc
Complementary Color
#a3bedc | #dcc1a3 |
#a3bedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3bedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3bedc Color CSS Codes
.mybgcolor {background-color:#a3bedc; } .myforecolor {color:#a3bedc; } .mybordercolor {border:3px solid #a3bedc; }
#a3bedc Text Font Color
<p style="color:#a3bedc">Text here</p>
This sample text font color is #a3bedc
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.
#a3bedc Background Color
<div style="background-color:#a3bedc">
Div content here</div>
This div background color is #a3bedc
#a3bedc Border Color
<div style="border:3px solid #a3bedc">
Div here</div>
This div border color is #a3bedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,190,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3bedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3bedc; -webkit-box-shadow: 1px 1px 3px 2px #a3bedc; box-shadow: 1px 1px 3px 2px #a3bedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,190,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3bedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3bedc; -webkit-box-shadow: 1px 1px 3px 2px #a3bedc; box-shadow: 1px 1px 3px 2px #a3bedc;">
Div content here</div>
This div box has shadow with color #a3bedc
Comments
No comments written yet.
Please login to write comment.