Color spaces of #abdbda
RGB | 171 | 219 | 218 |
---|---|---|---|
HSL | 0.50 | 0.40 | 0.76 |
HSV | 179° | 22° | 86° |
CMYK | 0.22 | 0.00 | 0.00 0.14 |
XYZ | 54.7810 | 64.3829 | 75.8695 |
Yxy | 64.3829 | 0.2809 | 0.3301 |
Hunter Lab | 80.2390 | -18.5521 | 0.1059 |
CIE-Lab | 84.1647 | -15.6419 | -4.6118 |
#abdbda color RGB value is (171,219,218).
#abdbda hex color red value is 171, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abdbda hue: 0.50 , saturation: 0.40 and the lightness value of abdbda is 0.76.
The process color (four color CMYK) of #abdbda color hex is 0.22, 0.00, 0.00, 0.14. Web safe color of #abdbda is #99cccc. Color #abdbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011011 | 11011010 |
Octal | 253 | 333 | 332 |
Decimal | 171 | 219 | 218 |
Hex | AB | DB | DA |
Shades of #abdbda
Tints of #abdbda
RGB Percentages of Color #abdbda
CMYK Percentages of Color #abdbda
Complementary Color
#abdbda | #dbabac |
#abdbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdbda Color CSS Codes
.mybgcolor {background-color:#abdbda; } .myforecolor {color:#abdbda; } .mybordercolor {border:3px solid #abdbda; }
#abdbda Text Font Color
<p style="color:#abdbda">Text here</p>
This sample text font color is #abdbda
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.
#abdbda Background Color
<div style="background-color:#abdbda">
Div content here</div>
This div background color is #abdbda
#abdbda Border Color
<div style="border:3px solid #abdbda">
Div here</div>
This div border color is #abdbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdbda; -webkit-box-shadow: 1px 1px 3px 2px #abdbda; box-shadow: 1px 1px 3px 2px #abdbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,219,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 #abdbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdbda; -webkit-box-shadow: 1px 1px 3px 2px #abdbda; box-shadow: 1px 1px 3px 2px #abdbda;">
Div content here</div>
This div box has shadow with color #abdbda
Comments
No comments written yet.
Please login to write comment.