Color spaces of #add8df
RGB | 173 | 216 | 223 |
---|---|---|---|
HSL | 0.52 | 0.44 | 0.78 |
HSV | 188° | 22° | 87° |
CMYK | 0.22 | 0.03 | 0.00 0.13 |
XYZ | 55.1087 | 63.3237 | 79.1302 |
Yxy | 63.3237 | 0.2789 | 0.3205 |
Hunter Lab | 79.5762 | -15.6422 | -3.2544 |
CIE-Lab | 83.6124 | -12.4331 | -8.0687 |
#add8df color RGB value is (173,216,223).
#add8df hex color red value is 173, green value is 216 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #add8df hue: 0.52 , saturation: 0.44 and the lightness value of add8df is 0.78.
The process color (four color CMYK) of #add8df color hex is 0.22, 0.03, 0.00, 0.13. Web safe color of #add8df is #99cccc. Color #add8df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011000 | 11011111 |
Octal | 255 | 330 | 337 |
Decimal | 173 | 216 | 223 |
Hex | AD | D8 | DF |
Shades of #add8df
Tints of #add8df
RGB Percentages of Color #add8df
CMYK Percentages of Color #add8df
Complementary Color
#add8df | #dfb4ad |
#add8df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add8df Color Preview on White Background
Lorem ipsum dolor sit amet.
#add8df Color CSS Codes
.mybgcolor {background-color:#add8df; } .myforecolor {color:#add8df; } .mybordercolor {border:3px solid #add8df; }
#add8df Text Font Color
<p style="color:#add8df">Text here</p>
This sample text font color is #add8df
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.
#add8df Background Color
<div style="background-color:#add8df">
Div content here</div>
This div background color is #add8df
#add8df Border Color
<div style="border:3px solid #add8df">
Div here</div>
This div border color is #add8df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,216,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add8df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add8df; -webkit-box-shadow: 1px 1px 3px 2px #add8df; box-shadow: 1px 1px 3px 2px #add8df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,216,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add8df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add8df; -webkit-box-shadow: 1px 1px 3px 2px #add8df; box-shadow: 1px 1px 3px 2px #add8df;">
Div content here</div>
This div box has shadow with color #add8df
Comments
No comments written yet.
Please login to write comment.