Color spaces of #adcbde
RGB | 173 | 203 | 222 |
---|---|---|---|
HSL | 0.56 | 0.43 | 0.77 |
HSV | 203° | 22° | 87° |
CMYK | 0.22 | 0.09 | 0.00 0.13 |
XYZ | 51.7743 | 56.8700 | 77.3555 |
Yxy | 56.8700 | 0.2784 | 0.3058 |
Hunter Lab | 75.4122 | -9.4220 | -8.0293 |
CIE-Lab | 80.1064 | -5.9055 | -12.7591 |
#adcbde color RGB value is (173,203,222).
#adcbde hex color red value is 173, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adcbde hue: 0.56 , saturation: 0.43 and the lightness value of adcbde is 0.77.
The process color (four color CMYK) of #adcbde color hex is 0.22, 0.09, 0.00, 0.13. Web safe color of #adcbde is #99cccc. Color #adcbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001011 | 11011110 |
Octal | 255 | 313 | 336 |
Decimal | 173 | 203 | 222 |
Hex | AD | CB | DE |
Shades of #adcbde
Tints of #adcbde
RGB Percentages of Color #adcbde
CMYK Percentages of Color #adcbde
Complementary Color
#adcbde | #dec0ad |
#adcbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcbde Color CSS Codes
.mybgcolor {background-color:#adcbde; } .myforecolor {color:#adcbde; } .mybordercolor {border:3px solid #adcbde; }
#adcbde Text Font Color
<p style="color:#adcbde">Text here</p>
This sample text font color is #adcbde
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.
#adcbde Background Color
<div style="background-color:#adcbde">
Div content here</div>
This div background color is #adcbde
#adcbde Border Color
<div style="border:3px solid #adcbde">
Div here</div>
This div border color is #adcbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcbde; -webkit-box-shadow: 1px 1px 3px 2px #adcbde; box-shadow: 1px 1px 3px 2px #adcbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcbde; -webkit-box-shadow: 1px 1px 3px 2px #adcbde; box-shadow: 1px 1px 3px 2px #adcbde;">
Div content here</div>
This div box has shadow with color #adcbde
Comments
No comments written yet.
Please login to write comment.