Color spaces of #add4dc
RGB | 173 | 212 | 220 |
---|---|---|---|
HSL | 0.53 | 0.40 | 0.77 |
HSV | 190° | 21° | 86° |
CMYK | 0.21 | 0.04 | 0.00 0.14 |
XYZ | 53.6953 | 61.1385 | 76.6810 |
Yxy | 61.1385 | 0.2804 | 0.3192 |
Hunter Lab | 78.1911 | -14.2552 | -3.4111 |
CIE-Lab | 82.4531 | -11.0316 | -8.1928 |
#add4dc color RGB value is (173,212,220).
#add4dc hex color red value is 173, green value is 212 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #add4dc hue: 0.53 , saturation: 0.40 and the lightness value of add4dc is 0.77.
The process color (four color CMYK) of #add4dc color hex is 0.21, 0.04, 0.00, 0.14. Web safe color of #add4dc is #99cccc. Color #add4dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010100 | 11011100 |
Octal | 255 | 324 | 334 |
Decimal | 173 | 212 | 220 |
Hex | AD | D4 | DC |
Shades of #add4dc
Tints of #add4dc
RGB Percentages of Color #add4dc
CMYK Percentages of Color #add4dc
Complementary Color
#add4dc | #dcb5ad |
#add4dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add4dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#add4dc Color CSS Codes
.mybgcolor {background-color:#add4dc; } .myforecolor {color:#add4dc; } .mybordercolor {border:3px solid #add4dc; }
#add4dc Text Font Color
<p style="color:#add4dc">Text here</p>
This sample text font color is #add4dc
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.
#add4dc Background Color
<div style="background-color:#add4dc">
Div content here</div>
This div background color is #add4dc
#add4dc Border Color
<div style="border:3px solid #add4dc">
Div here</div>
This div border color is #add4dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,212,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add4dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add4dc; -webkit-box-shadow: 1px 1px 3px 2px #add4dc; box-shadow: 1px 1px 3px 2px #add4dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,212,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add4dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add4dc; -webkit-box-shadow: 1px 1px 3px 2px #add4dc; box-shadow: 1px 1px 3px 2px #add4dc;">
Div content here</div>
This div box has shadow with color #add4dc
Comments
No comments written yet.
Please login to write comment.