Color spaces of #abccca
RGB | 171 | 204 | 202 |
---|---|---|---|
HSL | 0.49 | 0.24 | 0.74 |
HSV | 176° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.01 0.20 |
XYZ | 49.0481 | 56.1079 | 64.1219 |
Yxy | 56.1079 | 0.2897 | 0.3315 |
Hunter Lab | 74.9052 | -14.2019 | 1.6790 |
CIE-Lab | 79.6752 | -11.3436 | -2.6832 |
#abccca color RGB value is (171,204,202).
#abccca hex color red value is 171, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abccca hue: 0.49 , saturation: 0.24 and the lightness value of abccca is 0.74.
The process color (four color CMYK) of #abccca color hex is 0.16, 0.00, 0.01, 0.20. Web safe color of #abccca is #99cccc. Color #abccca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001100 | 11001010 |
Octal | 253 | 314 | 312 |
Decimal | 171 | 204 | 202 |
Hex | AB | CC | CA |
Shades of #abccca
Tints of #abccca
RGB Percentages of Color #abccca
CMYK Percentages of Color #abccca
Complementary Color
#abccca | #ccabad |
#abccca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abccca Color Preview on White Background
Lorem ipsum dolor sit amet.
#abccca Color CSS Codes
.mybgcolor {background-color:#abccca; } .myforecolor {color:#abccca; } .mybordercolor {border:3px solid #abccca; }
#abccca Text Font Color
<p style="color:#abccca">Text here</p>
This sample text font color is #abccca
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.
#abccca Background Color
<div style="background-color:#abccca">
Div content here</div>
This div background color is #abccca
#abccca Border Color
<div style="border:3px solid #abccca">
Div here</div>
This div border color is #abccca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,204,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abccca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abccca; -webkit-box-shadow: 1px 1px 3px 2px #abccca; box-shadow: 1px 1px 3px 2px #abccca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abccca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abccca; -webkit-box-shadow: 1px 1px 3px 2px #abccca; box-shadow: 1px 1px 3px 2px #abccca;">
Div content here</div>
This div box has shadow with color #abccca
Comments
No comments written yet.
Please login to write comment.