Color spaces of #a5adcb
RGB | 165 | 173 | 203 |
---|---|---|---|
HSL | 0.63 | 0.27 | 0.72 |
HSV | 227° | 19° | 80° |
CMYK | 0.19 | 0.15 | 0.00 0.20 |
XYZ | 41.2401 | 42.1983 | 62.4714 |
Yxy | 42.1983 | 0.2826 | 0.2892 |
Hunter Lab | 64.9602 | -0.3594 | -11.5463 |
CIE-Lab | 71.0074 | 3.4952 | -16.1768 |
#a5adcb color RGB value is (165,173,203).
#a5adcb hex color red value is 165, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a5adcb hue: 0.63 , saturation: 0.27 and the lightness value of a5adcb is 0.72.
The process color (four color CMYK) of #a5adcb color hex is 0.19, 0.15, 0.00, 0.20. Web safe color of #a5adcb is #9999cc. Color #a5adcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10101101 | 11001011 |
Octal | 245 | 255 | 313 |
Decimal | 165 | 173 | 203 |
Hex | A5 | AD | CB |
Shades of #a5adcb
Tints of #a5adcb
RGB Percentages of Color #a5adcb
CMYK Percentages of Color #a5adcb
Complementary Color
#a5adcb | #cbc3a5 |
#a5adcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5adcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5adcb Color CSS Codes
.mybgcolor {background-color:#a5adcb; } .myforecolor {color:#a5adcb; } .mybordercolor {border:3px solid #a5adcb; }
#a5adcb Text Font Color
<p style="color:#a5adcb">Text here</p>
This sample text font color is #a5adcb
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.
#a5adcb Background Color
<div style="background-color:#a5adcb">
Div content here</div>
This div background color is #a5adcb
#a5adcb Border Color
<div style="border:3px solid #a5adcb">
Div here</div>
This div border color is #a5adcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,173,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5adcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5adcb; -webkit-box-shadow: 1px 1px 3px 2px #a5adcb; box-shadow: 1px 1px 3px 2px #a5adcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,173,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5adcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5adcb; -webkit-box-shadow: 1px 1px 3px 2px #a5adcb; box-shadow: 1px 1px 3px 2px #a5adcb;">
Div content here</div>
This div box has shadow with color #a5adcb
Comments
No comments written yet.
Please login to write comment.