Color spaces of #adcdfa
RGB | 173 | 205 | 250 |
---|---|---|---|
HSL | 0.60 | 0.89 | 0.83 |
HSV | 215° | 31° | 98° |
CMYK | 0.31 | 0.18 | 0.00 0.02 |
XYZ | 56.3202 | 59.4490 | 98.9489 |
Yxy | 59.4490 | 0.2623 | 0.2769 |
Hunter Lab | 77.1032 | -4.5448 | -22.1165 |
CIE-Lab | 81.5378 | -0.4576 | -25.5540 |
#adcdfa color RGB value is (173,205,250).
#adcdfa hex color red value is 173, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #adcdfa hue: 0.60 , saturation: 0.89 and the lightness value of adcdfa is 0.83.
The process color (four color CMYK) of #adcdfa color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #adcdfa is #99ccff. Color #adcdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001101 | 11111010 |
Octal | 255 | 315 | 372 |
Decimal | 173 | 205 | 250 |
Hex | AD | CD | FA |
Shades of #adcdfa
Tints of #adcdfa
RGB Percentages of Color #adcdfa
CMYK Percentages of Color #adcdfa
Complementary Color
#adcdfa | #fadaad |
#adcdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcdfa Color CSS Codes
.mybgcolor {background-color:#adcdfa; } .myforecolor {color:#adcdfa; } .mybordercolor {border:3px solid #adcdfa; }
#adcdfa Text Font Color
<p style="color:#adcdfa">Text here</p>
This sample text font color is #adcdfa
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.
#adcdfa Background Color
<div style="background-color:#adcdfa">
Div content here</div>
This div background color is #adcdfa
#adcdfa Border Color
<div style="border:3px solid #adcdfa">
Div here</div>
This div border color is #adcdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,205,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcdfa; -webkit-box-shadow: 1px 1px 3px 2px #adcdfa; box-shadow: 1px 1px 3px 2px #adcdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,205,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcdfa; -webkit-box-shadow: 1px 1px 3px 2px #adcdfa; box-shadow: 1px 1px 3px 2px #adcdfa;">
Div content here</div>
This div box has shadow with color #adcdfa
Comments
No comments written yet.
Please login to write comment.