Color spaces of #a5cbcc
RGB | 165 | 203 | 204 |
---|---|---|---|
HSL | 0.50 | 0.28 | 0.72 |
HSV | 182° | 19° | 80° |
CMYK | 0.19 | 0.00 | 0.00 0.20 |
XYZ | 47.7721 | 55.0708 | 65.2386 |
Yxy | 55.0708 | 0.2842 | 0.3276 |
Hunter Lab | 74.2097 | -14.9586 | -0.1757 |
CIE-Lab | 79.0820 | -12.2953 | -4.6735 |
#a5cbcc color RGB value is (165,203,204).
#a5cbcc hex color red value is 165, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5cbcc hue: 0.50 , saturation: 0.28 and the lightness value of a5cbcc is 0.72.
The process color (four color CMYK) of #a5cbcc color hex is 0.19, 0.00, 0.00, 0.20. Web safe color of #a5cbcc is #99cccc. Color #a5cbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11001011 | 11001100 |
Octal | 245 | 313 | 314 |
Decimal | 165 | 203 | 204 |
Hex | A5 | CB | CC |
Shades of #a5cbcc
Tints of #a5cbcc
RGB Percentages of Color #a5cbcc
CMYK Percentages of Color #a5cbcc
Complementary Color
#a5cbcc | #cca6a5 |
#a5cbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5cbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5cbcc Color CSS Codes
.mybgcolor {background-color:#a5cbcc; } .myforecolor {color:#a5cbcc; } .mybordercolor {border:3px solid #a5cbcc; }
#a5cbcc Text Font Color
<p style="color:#a5cbcc">Text here</p>
This sample text font color is #a5cbcc
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.
#a5cbcc Background Color
<div style="background-color:#a5cbcc">
Div content here</div>
This div background color is #a5cbcc
#a5cbcc Border Color
<div style="border:3px solid #a5cbcc">
Div here</div>
This div border color is #a5cbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5cbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5cbcc; -webkit-box-shadow: 1px 1px 3px 2px #a5cbcc; box-shadow: 1px 1px 3px 2px #a5cbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,203,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5cbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5cbcc; -webkit-box-shadow: 1px 1px 3px 2px #a5cbcc; box-shadow: 1px 1px 3px 2px #a5cbcc;">
Div content here</div>
This div box has shadow with color #a5cbcc
Comments
No comments written yet.
Please login to write comment.