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