Color spaces of #adc7da
RGB | 173 | 199 | 218 |
---|---|---|---|
HSL | 0.57 | 0.38 | 0.77 |
HSV | 205° | 21° | 85° |
CMYK | 0.21 | 0.09 | 0.00 0.15 |
XYZ | 50.3119 | 54.7930 | 74.2541 |
Yxy | 54.7930 | 0.2805 | 0.3055 |
Hunter Lab | 74.0223 | -8.2151 | -7.6601 |
CIE-Lab | 78.9219 | -4.6812 | -12.3838 |
#adc7da color RGB value is (173,199,218).
#adc7da hex color red value is 173, green value is 199 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adc7da hue: 0.57 , saturation: 0.38 and the lightness value of adc7da is 0.77.
The process color (four color CMYK) of #adc7da color hex is 0.21, 0.09, 0.00, 0.15. Web safe color of #adc7da is #99cccc. Color #adc7da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11000111 | 11011010 |
Octal | 255 | 307 | 332 |
Decimal | 173 | 199 | 218 |
Hex | AD | C7 | DA |
Shades of #adc7da
Tints of #adc7da
RGB Percentages of Color #adc7da
CMYK Percentages of Color #adc7da
Complementary Color
#adc7da | #dac0ad |
#adc7da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adc7da Color Preview on White Background
Lorem ipsum dolor sit amet.
#adc7da Color CSS Codes
.mybgcolor {background-color:#adc7da; } .myforecolor {color:#adc7da; } .mybordercolor {border:3px solid #adc7da; }
#adc7da Text Font Color
<p style="color:#adc7da">Text here</p>
This sample text font color is #adc7da
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.
#adc7da Background Color
<div style="background-color:#adc7da">
Div content here</div>
This div background color is #adc7da
#adc7da Border Color
<div style="border:3px solid #adc7da">
Div here</div>
This div border color is #adc7da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,199,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adc7da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adc7da; -webkit-box-shadow: 1px 1px 3px 2px #adc7da; box-shadow: 1px 1px 3px 2px #adc7da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,199,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 #adc7da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adc7da; -webkit-box-shadow: 1px 1px 3px 2px #adc7da; box-shadow: 1px 1px 3px 2px #adc7da;">
Div content here</div>
This div box has shadow with color #adc7da
Comments
No comments written yet.
Please login to write comment.