Color spaces of #addadb
RGB | 173 | 218 | 219 |
---|---|---|---|
HSL | 0.50 | 0.39 | 0.77 |
HSV | 181° | 21° | 86° |
CMYK | 0.21 | 0.00 | 0.00 0.14 |
XYZ | 55.0912 | 64.1415 | 76.4948 |
Yxy | 64.1415 | 0.2815 | 0.3277 |
Hunter Lab | 80.0884 | -17.3681 | -0.5678 |
CIE-Lab | 84.0394 | -14.3177 | -5.3137 |
#addadb color RGB value is (173,218,219).
#addadb hex color red value is 173, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #addadb hue: 0.50 , saturation: 0.39 and the lightness value of addadb is 0.77.
The process color (four color CMYK) of #addadb color hex is 0.21, 0.00, 0.00, 0.14. Web safe color of #addadb is #99cccc. Color #addadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011010 | 11011011 |
Octal | 255 | 332 | 333 |
Decimal | 173 | 218 | 219 |
Hex | AD | DA | DB |
Shades of #addadb
Tints of #addadb
RGB Percentages of Color #addadb
CMYK Percentages of Color #addadb
Complementary Color
#addadb | #dbaead |
#addadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#addadb Color CSS Codes
.mybgcolor {background-color:#addadb; } .myforecolor {color:#addadb; } .mybordercolor {border:3px solid #addadb; }
#addadb Text Font Color
<p style="color:#addadb">Text here</p>
This sample text font color is #addadb
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.
#addadb Background Color
<div style="background-color:#addadb">
Div content here</div>
This div background color is #addadb
#addadb Border Color
<div style="border:3px solid #addadb">
Div here</div>
This div border color is #addadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addadb; -webkit-box-shadow: 1px 1px 3px 2px #addadb; box-shadow: 1px 1px 3px 2px #addadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,218,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addadb; -webkit-box-shadow: 1px 1px 3px 2px #addadb; box-shadow: 1px 1px 3px 2px #addadb;">
Div content here</div>
This div box has shadow with color #addadb
Comments
No comments written yet.
Please login to write comment.