Color spaces of #a8bfdb
RGB | 168 | 191 | 219 |
---|---|---|---|
HSL | 0.59 | 0.41 | 0.76 |
HSV | 213° | 23° | 86° |
CMYK | 0.23 | 0.13 | 0.00 0.14 |
XYZ | 47.5654 | 50.7009 | 74.2971 |
Yxy | 50.7009 | 0.2756 | 0.2938 |
Hunter Lab | 71.2046 | -5.3681 | -12.0219 |
CIE-Lab | 76.4975 | -1.7292 | -16.5978 |
#a8bfdb color RGB value is (168,191,219).
#a8bfdb hex color red value is 168, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8bfdb hue: 0.59 , saturation: 0.41 and the lightness value of a8bfdb is 0.76.
The process color (four color CMYK) of #a8bfdb color hex is 0.23, 0.13, 0.00, 0.14. Web safe color of #a8bfdb is #99cccc. Color #a8bfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111111 | 11011011 |
Octal | 250 | 277 | 333 |
Decimal | 168 | 191 | 219 |
Hex | A8 | BF | DB |
Shades of #a8bfdb
Tints of #a8bfdb
RGB Percentages of Color #a8bfdb
CMYK Percentages of Color #a8bfdb
Complementary Color
#a8bfdb | #dbc4a8 |
#a8bfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bfdb Color CSS Codes
.mybgcolor {background-color:#a8bfdb; } .myforecolor {color:#a8bfdb; } .mybordercolor {border:3px solid #a8bfdb; }
#a8bfdb Text Font Color
<p style="color:#a8bfdb">Text here</p>
This sample text font color is #a8bfdb
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.
#a8bfdb Background Color
<div style="background-color:#a8bfdb">
Div content here</div>
This div background color is #a8bfdb
#a8bfdb Border Color
<div style="border:3px solid #a8bfdb">
Div here</div>
This div border color is #a8bfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bfdb; -webkit-box-shadow: 1px 1px 3px 2px #a8bfdb; box-shadow: 1px 1px 3px 2px #a8bfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,191,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 #a8bfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bfdb; -webkit-box-shadow: 1px 1px 3px 2px #a8bfdb; box-shadow: 1px 1px 3px 2px #a8bfdb;">
Div content here</div>
This div box has shadow with color #a8bfdb
Comments
No comments written yet.
Please login to write comment.