Color spaces of #adceda
RGB | 173 | 206 | 218 |
---|---|---|---|
HSL | 0.54 | 0.38 | 0.77 |
HSV | 196° | 21° | 85° |
CMYK | 0.21 | 0.06 | 0.00 0.15 |
XYZ | 51.9598 | 58.0888 | 74.8034 |
Yxy | 58.0888 | 0.2811 | 0.3142 |
Hunter Lab | 76.2160 | -11.6867 | -4.8399 |
CIE-Lab | 80.7881 | -8.3569 | -9.5991 |
#adceda color RGB value is (173,206,218).
#adceda hex color red value is 173, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adceda hue: 0.54 , saturation: 0.38 and the lightness value of adceda is 0.77.
The process color (four color CMYK) of #adceda color hex is 0.21, 0.06, 0.00, 0.15. Web safe color of #adceda is #99cccc. Color #adceda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001110 | 11011010 |
Octal | 255 | 316 | 332 |
Decimal | 173 | 206 | 218 |
Hex | AD | CE | DA |
Shades of #adceda
Tints of #adceda
RGB Percentages of Color #adceda
CMYK Percentages of Color #adceda
Complementary Color
#adceda | #dab9ad |
#adceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#adceda Color CSS Codes
.mybgcolor {background-color:#adceda; } .myforecolor {color:#adceda; } .mybordercolor {border:3px solid #adceda; }
#adceda Text Font Color
<p style="color:#adceda">Text here</p>
This sample text font color is #adceda
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.
#adceda Background Color
<div style="background-color:#adceda">
Div content here</div>
This div background color is #adceda
#adceda Border Color
<div style="border:3px solid #adceda">
Div here</div>
This div border color is #adceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adceda; -webkit-box-shadow: 1px 1px 3px 2px #adceda; box-shadow: 1px 1px 3px 2px #adceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,206,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 #adceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adceda; -webkit-box-shadow: 1px 1px 3px 2px #adceda; box-shadow: 1px 1px 3px 2px #adceda;">
Div content here</div>
This div box has shadow with color #adceda
Comments
No comments written yet.
Please login to write comment.