Color spaces of #adcbe8
RGB | 173 | 203 | 232 |
---|---|---|---|
HSL | 0.58 | 0.56 | 0.79 |
HSV | 209° | 25° | 91° |
CMYK | 0.25 | 0.13 | 0.00 0.09 |
XYZ | 53.1550 | 57.4223 | 84.6260 |
Yxy | 57.4223 | 0.2723 | 0.2942 |
Hunter Lab | 75.7775 | -7.3998 | -13.1690 |
CIE-Lab | 80.4165 | -3.6441 | -17.6489 |
#adcbe8 color RGB value is (173,203,232).
#adcbe8 hex color red value is 173, green value is 203 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #adcbe8 hue: 0.58 , saturation: 0.56 and the lightness value of adcbe8 is 0.79.
The process color (four color CMYK) of #adcbe8 color hex is 0.25, 0.13, 0.00, 0.09. Web safe color of #adcbe8 is #99ccff. Color #adcbe8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001011 | 11101000 |
Octal | 255 | 313 | 350 |
Decimal | 173 | 203 | 232 |
Hex | AD | CB | E8 |
Shades of #adcbe8
Tints of #adcbe8
RGB Percentages of Color #adcbe8
CMYK Percentages of Color #adcbe8
Complementary Color
#adcbe8 | #e8caad |
#adcbe8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcbe8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcbe8 Color CSS Codes
.mybgcolor {background-color:#adcbe8; } .myforecolor {color:#adcbe8; } .mybordercolor {border:3px solid #adcbe8; }
#adcbe8 Text Font Color
<p style="color:#adcbe8">Text here</p>
This sample text font color is #adcbe8
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.
#adcbe8 Background Color
<div style="background-color:#adcbe8">
Div content here</div>
This div background color is #adcbe8
#adcbe8 Border Color
<div style="border:3px solid #adcbe8">
Div here</div>
This div border color is #adcbe8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,203,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcbe8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcbe8; -webkit-box-shadow: 1px 1px 3px 2px #adcbe8; box-shadow: 1px 1px 3px 2px #adcbe8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,203,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcbe8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcbe8; -webkit-box-shadow: 1px 1px 3px 2px #adcbe8; box-shadow: 1px 1px 3px 2px #adcbe8;">
Div content here</div>
This div box has shadow with color #adcbe8
Comments
No comments written yet.
Please login to write comment.