Color spaces of #a5dada
RGB | 165 | 218 | 218 |
---|---|---|---|
HSL | 0.50 | 0.42 | 0.75 |
HSV | 180° | 24° | 85° |
CMYK | 0.24 | 0.00 | 0.00 0.15 |
XYZ | 53.2433 | 63.2041 | 75.7231 |
Yxy | 63.2041 | 0.2771 | 0.3289 |
Hunter Lab | 79.5010 | -19.5820 | -0.8218 |
CIE-Lab | 83.5497 | -16.9210 | -5.5582 |
#a5dada color RGB value is (165,218,218).
#a5dada hex color red value is 165, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a5dada hue: 0.50 , saturation: 0.42 and the lightness value of a5dada is 0.75.
The process color (four color CMYK) of #a5dada color hex is 0.24, 0.00, 0.00, 0.15. Web safe color of #a5dada is #99cccc. Color #a5dada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11011010 | 11011010 |
Octal | 245 | 332 | 332 |
Decimal | 165 | 218 | 218 |
Hex | A5 | DA | DA |
Shades of #a5dada
Tints of #a5dada
RGB Percentages of Color #a5dada
CMYK Percentages of Color #a5dada
Complementary Color
#a5dada | #daa5a5 |
#a5dada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5dada Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5dada Color CSS Codes
.mybgcolor {background-color:#a5dada; } .myforecolor {color:#a5dada; } .mybordercolor {border:3px solid #a5dada; }
#a5dada Text Font Color
<p style="color:#a5dada">Text here</p>
This sample text font color is #a5dada
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.
#a5dada Background Color
<div style="background-color:#a5dada">
Div content here</div>
This div background color is #a5dada
#a5dada Border Color
<div style="border:3px solid #a5dada">
Div here</div>
This div border color is #a5dada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5dada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5dada; -webkit-box-shadow: 1px 1px 3px 2px #a5dada; box-shadow: 1px 1px 3px 2px #a5dada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,218,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5dada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5dada; -webkit-box-shadow: 1px 1px 3px 2px #a5dada; box-shadow: 1px 1px 3px 2px #a5dada;">
Div content here</div>
This div box has shadow with color #a5dada
Comments
No comments written yet.
Please login to write comment.