Color spaces of #adcddb
RGB | 173 | 205 | 219 |
---|---|---|---|
HSL | 0.55 | 0.39 | 0.77 |
HSV | 198° | 21° | 86° |
CMYK | 0.21 | 0.06 | 0.00 0.14 |
XYZ | 51.8511 | 57.6614 | 75.4147 |
Yxy | 57.6614 | 0.2804 | 0.3118 |
Hunter Lab | 75.9351 | -11.0005 | -5.7291 |
CIE-Lab | 80.5502 | -7.6164 | -10.4888 |
#adcddb color RGB value is (173,205,219).
#adcddb hex color red value is 173, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adcddb hue: 0.55 , saturation: 0.39 and the lightness value of adcddb is 0.77.
The process color (four color CMYK) of #adcddb color hex is 0.21, 0.06, 0.00, 0.14. Web safe color of #adcddb is #99cccc. Color #adcddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001101 | 11011011 |
Octal | 255 | 315 | 333 |
Decimal | 173 | 205 | 219 |
Hex | AD | CD | DB |
Shades of #adcddb
Tints of #adcddb
RGB Percentages of Color #adcddb
CMYK Percentages of Color #adcddb
Complementary Color
#adcddb | #dbbbad |
#adcddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcddb Color CSS Codes
.mybgcolor {background-color:#adcddb; } .myforecolor {color:#adcddb; } .mybordercolor {border:3px solid #adcddb; }
#adcddb Text Font Color
<p style="color:#adcddb">Text here</p>
This sample text font color is #adcddb
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.
#adcddb Background Color
<div style="background-color:#adcddb">
Div content here</div>
This div background color is #adcddb
#adcddb Border Color
<div style="border:3px solid #adcddb">
Div here</div>
This div border color is #adcddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,205,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcddb; -webkit-box-shadow: 1px 1px 3px 2px #adcddb; box-shadow: 1px 1px 3px 2px #adcddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,205,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcddb; -webkit-box-shadow: 1px 1px 3px 2px #adcddb; box-shadow: 1px 1px 3px 2px #adcddb;">
Div content here</div>
This div box has shadow with color #adcddb
Comments
No comments written yet.
Please login to write comment.