Color spaces of #a5bdb4
RGB | 165 | 189 | 180 |
---|---|---|---|
HSL | 0.44 | 0.15 | 0.69 |
HSV | 158° | 13° | 74° |
CMYK | 0.13 | 0.00 | 0.05 0.26 |
XYZ | 41.9529 | 47.6898 | 50.1739 |
Yxy | 47.6898 | 0.3001 | 0.3411 |
Hunter Lab | 69.0578 | -12.4117 | 5.2634 |
CIE-Lab | 74.6289 | -9.9460 | 1.7777 |
#a5bdb4 color RGB value is (165,189,180).
#a5bdb4 hex color red value is 165, green value is 189 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a5bdb4 hue: 0.44 , saturation: 0.15 and the lightness value of a5bdb4 is 0.69.
The process color (four color CMYK) of #a5bdb4 color hex is 0.13, 0.00, 0.05, 0.26. Web safe color of #a5bdb4 is #99cccc. Color #a5bdb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10111101 | 10110100 |
Octal | 245 | 275 | 264 |
Decimal | 165 | 189 | 180 |
Hex | A5 | BD | B4 |
Shades of #a5bdb4
Tints of #a5bdb4
RGB Percentages of Color #a5bdb4
CMYK Percentages of Color #a5bdb4
Complementary Color
#a5bdb4 | #bda5ae |
#a5bdb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5bdb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5bdb4 Color CSS Codes
.mybgcolor {background-color:#a5bdb4; } .myforecolor {color:#a5bdb4; } .mybordercolor {border:3px solid #a5bdb4; }
#a5bdb4 Text Font Color
<p style="color:#a5bdb4">Text here</p>
This sample text font color is #a5bdb4
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.
#a5bdb4 Background Color
<div style="background-color:#a5bdb4">
Div content here</div>
This div background color is #a5bdb4
#a5bdb4 Border Color
<div style="border:3px solid #a5bdb4">
Div here</div>
This div border color is #a5bdb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,189,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5bdb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5bdb4; -webkit-box-shadow: 1px 1px 3px 2px #a5bdb4; box-shadow: 1px 1px 3px 2px #a5bdb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,189,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5bdb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5bdb4; -webkit-box-shadow: 1px 1px 3px 2px #a5bdb4; box-shadow: 1px 1px 3px 2px #a5bdb4;">
Div content here</div>
This div box has shadow with color #a5bdb4
#a5bdb4 Color Palettes
Comments
No comments written yet.
Please login to write comment.