Color spaces of #a0cbca
RGB | 160 | 203 | 202 |
---|---|---|---|
HSL | 0.50 | 0.29 | 0.71 |
HSV | 179° | 21° | 80° |
CMYK | 0.21 | 0.00 | 0.00 0.20 |
XYZ | 46.5138 | 54.4497 | 63.9354 |
Yxy | 54.4497 | 0.2821 | 0.3302 |
Hunter Lab | 73.7900 | -16.6145 | 0.2812 |
CIE-Lab | 78.7232 | -14.2702 | -4.1618 |
#a0cbca color RGB value is (160,203,202).
#a0cbca hex color red value is 160, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a0cbca hue: 0.50 , saturation: 0.29 and the lightness value of a0cbca is 0.71.
The process color (four color CMYK) of #a0cbca color hex is 0.21, 0.00, 0.00, 0.20. Web safe color of #a0cbca is #99cccc. Color #a0cbca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 11001011 | 11001010 |
Octal | 240 | 313 | 312 |
Decimal | 160 | 203 | 202 |
Hex | A0 | CB | CA |
Shades of #a0cbca
Tints of #a0cbca
RGB Percentages of Color #a0cbca
CMYK Percentages of Color #a0cbca
Complementary Color
#a0cbca | #cba0a1 |
#a0cbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a0cbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a0cbca Color CSS Codes
.mybgcolor {background-color:#a0cbca; } .myforecolor {color:#a0cbca; } .mybordercolor {border:3px solid #a0cbca; }
#a0cbca Text Font Color
<p style="color:#a0cbca">Text here</p>
This sample text font color is #a0cbca
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.
#a0cbca Background Color
<div style="background-color:#a0cbca">
Div content here</div>
This div background color is #a0cbca
#a0cbca Border Color
<div style="border:3px solid #a0cbca">
Div here</div>
This div border color is #a0cbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,203,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0cbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a0cbca; -webkit-box-shadow: 1px 1px 3px 2px #a0cbca; box-shadow: 1px 1px 3px 2px #a0cbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,203,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a0cbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a0cbca; -webkit-box-shadow: 1px 1px 3px 2px #a0cbca; box-shadow: 1px 1px 3px 2px #a0cbca;">
Div content here</div>
This div box has shadow with color #a0cbca
Comments
No comments written yet.
Please login to write comment.