Color spaces of #a5cbdb
RGB | 165 | 203 | 219 |
---|---|---|---|
HSL | 0.55 | 0.43 | 0.75 |
HSV | 198° | 25° | 86° |
CMYK | 0.25 | 0.07 | 0.00 0.14 |
XYZ | 49.6592 | 55.8257 | 75.1759 |
Yxy | 55.8257 | 0.2749 | 0.3090 |
Hunter Lab | 74.7166 | -12.1169 | -7.3529 |
CIE-Lab | 79.5145 | -8.9923 | -12.0875 |
#a5cbdb color RGB value is (165,203,219).
#a5cbdb hex color red value is 165, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a5cbdb hue: 0.55 , saturation: 0.43 and the lightness value of a5cbdb is 0.75.
The process color (four color CMYK) of #a5cbdb color hex is 0.25, 0.07, 0.00, 0.14. Web safe color of #a5cbdb is #99cccc. Color #a5cbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11001011 | 11011011 |
Octal | 245 | 313 | 333 |
Decimal | 165 | 203 | 219 |
Hex | A5 | CB | DB |
Shades of #a5cbdb
Tints of #a5cbdb
RGB Percentages of Color #a5cbdb
CMYK Percentages of Color #a5cbdb
Complementary Color
#a5cbdb | #dbb5a5 |
#a5cbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5cbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5cbdb Color CSS Codes
.mybgcolor {background-color:#a5cbdb; } .myforecolor {color:#a5cbdb; } .mybordercolor {border:3px solid #a5cbdb; }
#a5cbdb Text Font Color
<p style="color:#a5cbdb">Text here</p>
This sample text font color is #a5cbdb
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.
#a5cbdb Background Color
<div style="background-color:#a5cbdb">
Div content here</div>
This div background color is #a5cbdb
#a5cbdb Border Color
<div style="border:3px solid #a5cbdb">
Div here</div>
This div border color is #a5cbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,203,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5cbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5cbdb; -webkit-box-shadow: 1px 1px 3px 2px #a5cbdb; box-shadow: 1px 1px 3px 2px #a5cbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,203,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 #a5cbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5cbdb; -webkit-box-shadow: 1px 1px 3px 2px #a5cbdb; box-shadow: 1px 1px 3px 2px #a5cbdb;">
Div content here</div>
This div box has shadow with color #a5cbdb
Comments
No comments written yet.
Please login to write comment.