Color spaces of #a5ddad
RGB | 165 | 221 | 173 |
---|---|---|---|
HSL | 0.36 | 0.45 | 0.76 |
HSV | 129° | 25° | 87° |
CMYK | 0.25 | 0.00 | 0.22 0.13 |
XYZ | 48.9163 | 62.7294 | 49.0650 |
Yxy | 62.7294 | 0.3044 | 0.3903 |
Hunter Lab | 79.2019 | -28.3590 | 18.7116 |
CIE-Lab | 83.2998 | -27.3265 | 17.8742 |
#a5ddad color RGB value is (165,221,173).
#a5ddad hex color red value is 165, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a5ddad hue: 0.36 , saturation: 0.45 and the lightness value of a5ddad is 0.76.
The process color (four color CMYK) of #a5ddad color hex is 0.25, 0.00, 0.22, 0.13. Web safe color of #a5ddad is #99cc99. Color #a5ddad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11011101 | 10101101 |
Octal | 245 | 335 | 255 |
Decimal | 165 | 221 | 173 |
Hex | A5 | DD | AD |
Shades of #a5ddad
Tints of #a5ddad
RGB Percentages of Color #a5ddad
CMYK Percentages of Color #a5ddad
Complementary Color
#a5ddad | #dda5d5 |
#a5ddad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5ddad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5ddad Color CSS Codes
.mybgcolor {background-color:#a5ddad; } .myforecolor {color:#a5ddad; } .mybordercolor {border:3px solid #a5ddad; }
#a5ddad Text Font Color
<p style="color:#a5ddad">Text here</p>
This sample text font color is #a5ddad
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.
#a5ddad Background Color
<div style="background-color:#a5ddad">
Div content here</div>
This div background color is #a5ddad
#a5ddad Border Color
<div style="border:3px solid #a5ddad">
Div here</div>
This div border color is #a5ddad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,221,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5ddad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5ddad; -webkit-box-shadow: 1px 1px 3px 2px #a5ddad; box-shadow: 1px 1px 3px 2px #a5ddad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,221,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5ddad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5ddad; -webkit-box-shadow: 1px 1px 3px 2px #a5ddad; box-shadow: 1px 1px 3px 2px #a5ddad;">
Div content here</div>
This div box has shadow with color #a5ddad
Comments
No comments written yet.
Please login to write comment.