Color spaces of #a4bbdb
RGB | 164 | 187 | 219 |
---|---|---|---|
HSL | 0.60 | 0.43 | 0.75 |
HSV | 215° | 25° | 86° |
CMYK | 0.25 | 0.15 | 0.00 0.14 |
XYZ | 45.8663 | 48.5476 | 73.9710 |
Yxy | 48.5476 | 0.2724 | 0.2883 |
Hunter Lab | 69.6761 | -4.4304 | -14.1714 |
CIE-Lab | 75.1690 | -0.7872 | -18.6302 |
#a4bbdb color RGB value is (164,187,219).
#a4bbdb hex color red value is 164, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a4bbdb hue: 0.60 , saturation: 0.43 and the lightness value of a4bbdb is 0.75.
The process color (four color CMYK) of #a4bbdb color hex is 0.25, 0.15, 0.00, 0.14. Web safe color of #a4bbdb is #99cccc. Color #a4bbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10111011 | 11011011 |
Octal | 244 | 273 | 333 |
Decimal | 164 | 187 | 219 |
Hex | A4 | BB | DB |
Shades of #a4bbdb
Tints of #a4bbdb
RGB Percentages of Color #a4bbdb
CMYK Percentages of Color #a4bbdb
Complementary Color
#a4bbdb | #dbc4a4 |
#a4bbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4bbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4bbdb Color CSS Codes
.mybgcolor {background-color:#a4bbdb; } .myforecolor {color:#a4bbdb; } .mybordercolor {border:3px solid #a4bbdb; }
#a4bbdb Text Font Color
<p style="color:#a4bbdb">Text here</p>
This sample text font color is #a4bbdb
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.
#a4bbdb Background Color
<div style="background-color:#a4bbdb">
Div content here</div>
This div background color is #a4bbdb
#a4bbdb Border Color
<div style="border:3px solid #a4bbdb">
Div here</div>
This div border color is #a4bbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,187,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4bbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4bbdb; -webkit-box-shadow: 1px 1px 3px 2px #a4bbdb; box-shadow: 1px 1px 3px 2px #a4bbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,187,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 #a4bbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4bbdb; -webkit-box-shadow: 1px 1px 3px 2px #a4bbdb; box-shadow: 1px 1px 3px 2px #a4bbdb;">
Div content here</div>
This div box has shadow with color #a4bbdb
Comments
No comments written yet.
Please login to write comment.