Color spaces of #a8bcde
RGB | 168 | 188 | 222 |
---|---|---|---|
HSL | 0.60 | 0.45 | 0.76 |
HSV | 218° | 24° | 87° |
CMYK | 0.24 | 0.15 | 0.00 0.13 |
XYZ | 47.3165 | 49.5652 | 76.1804 |
Yxy | 49.5652 | 0.2734 | 0.2864 |
Hunter Lab | 70.4026 | -3.2373 | -14.8741 |
CIE-Lab | 75.8016 | 0.5767 | -19.2729 |
#a8bcde color RGB value is (168,188,222).
#a8bcde hex color red value is 168, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8bcde hue: 0.60 , saturation: 0.45 and the lightness value of a8bcde is 0.76.
The process color (four color CMYK) of #a8bcde color hex is 0.24, 0.15, 0.00, 0.13. Web safe color of #a8bcde is #99cccc. Color #a8bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111100 | 11011110 |
Octal | 250 | 274 | 336 |
Decimal | 168 | 188 | 222 |
Hex | A8 | BC | DE |
Shades of #a8bcde
Tints of #a8bcde
RGB Percentages of Color #a8bcde
CMYK Percentages of Color #a8bcde
Complementary Color
#a8bcde | #decaa8 |
#a8bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bcde Color CSS Codes
.mybgcolor {background-color:#a8bcde; } .myforecolor {color:#a8bcde; } .mybordercolor {border:3px solid #a8bcde; }
#a8bcde Text Font Color
<p style="color:#a8bcde">Text here</p>
This sample text font color is #a8bcde
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.
#a8bcde Background Color
<div style="background-color:#a8bcde">
Div content here</div>
This div background color is #a8bcde
#a8bcde Border Color
<div style="border:3px solid #a8bcde">
Div here</div>
This div border color is #a8bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bcde; -webkit-box-shadow: 1px 1px 3px 2px #a8bcde; box-shadow: 1px 1px 3px 2px #a8bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,188,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 #a8bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bcde; -webkit-box-shadow: 1px 1px 3px 2px #a8bcde; box-shadow: 1px 1px 3px 2px #a8bcde;">
Div content here</div>
This div box has shadow with color #a8bcde
Comments
No comments written yet.
Please login to write comment.