Color spaces of #a4bfdb
RGB | 164 | 191 | 219 |
---|---|---|---|
HSL | 0.58 | 0.43 | 0.75 |
HSV | 211° | 25° | 86° |
CMYK | 0.25 | 0.13 | 0.00 0.14 |
XYZ | 46.7268 | 50.2686 | 74.2579 |
Yxy | 50.2686 | 0.2729 | 0.2935 |
Hunter Lab | 70.9004 | -6.4354 | -12.4675 |
CIE-Lab | 76.2338 | -2.9395 | -17.0214 |
#a4bfdb color RGB value is (164,191,219).
#a4bfdb hex color red value is 164, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a4bfdb hue: 0.58 , saturation: 0.43 and the lightness value of a4bfdb is 0.75.
The process color (four color CMYK) of #a4bfdb color hex is 0.25, 0.13, 0.00, 0.14. Web safe color of #a4bfdb is #99cccc. Color #a4bfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10111111 | 11011011 |
Octal | 244 | 277 | 333 |
Decimal | 164 | 191 | 219 |
Hex | A4 | BF | DB |
Shades of #a4bfdb
Tints of #a4bfdb
RGB Percentages of Color #a4bfdb
CMYK Percentages of Color #a4bfdb
Complementary Color
#a4bfdb | #dbc0a4 |
#a4bfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4bfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4bfdb Color CSS Codes
.mybgcolor {background-color:#a4bfdb; } .myforecolor {color:#a4bfdb; } .mybordercolor {border:3px solid #a4bfdb; }
#a4bfdb Text Font Color
<p style="color:#a4bfdb">Text here</p>
This sample text font color is #a4bfdb
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.
#a4bfdb Background Color
<div style="background-color:#a4bfdb">
Div content here</div>
This div background color is #a4bfdb
#a4bfdb Border Color
<div style="border:3px solid #a4bfdb">
Div here</div>
This div border color is #a4bfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4bfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4bfdb; -webkit-box-shadow: 1px 1px 3px 2px #a4bfdb; box-shadow: 1px 1px 3px 2px #a4bfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,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 #a4bfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4bfdb; -webkit-box-shadow: 1px 1px 3px 2px #a4bfdb; box-shadow: 1px 1px 3px 2px #a4bfdb;">
Div content here</div>
This div box has shadow with color #a4bfdb
Comments
No comments written yet.
Please login to write comment.