Color spaces of #abcccc
RGB | 171 | 204 | 204 |
---|---|---|---|
HSL | 0.50 | 0.24 | 0.74 |
HSV | 180° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.00 0.20 |
XYZ | 49.2865 | 56.2033 | 65.3774 |
Yxy | 56.2033 | 0.2884 | 0.3289 |
Hunter Lab | 74.9689 | -13.8449 | 0.7737 |
CIE-Lab | 79.7294 | -10.9285 | -3.6768 |
#abcccc color RGB value is (171,204,204).
#abcccc hex color red value is 171, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abcccc hue: 0.50 , saturation: 0.24 and the lightness value of abcccc is 0.74.
The process color (four color CMYK) of #abcccc color hex is 0.16, 0.00, 0.00, 0.20. Web safe color of #abcccc is #99cccc. Color #abcccc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001100 | 11001100 |
Octal | 253 | 314 | 314 |
Decimal | 171 | 204 | 204 |
Hex | AB | CC | CC |
Shades of #abcccc
Tints of #abcccc
RGB Percentages of Color #abcccc
CMYK Percentages of Color #abcccc
Complementary Color
#abcccc | #ccabab |
#abcccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcccc Color CSS Codes
.mybgcolor {background-color:#abcccc; } .myforecolor {color:#abcccc; } .mybordercolor {border:3px solid #abcccc; }
#abcccc Text Font Color
<p style="color:#abcccc">Text here</p>
This sample text font color is #abcccc
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.
#abcccc Background Color
<div style="background-color:#abcccc">
Div content here</div>
This div background color is #abcccc
#abcccc Border Color
<div style="border:3px solid #abcccc">
Div here</div>
This div border color is #abcccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,204,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcccc; -webkit-box-shadow: 1px 1px 3px 2px #abcccc; box-shadow: 1px 1px 3px 2px #abcccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abcccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcccc; -webkit-box-shadow: 1px 1px 3px 2px #abcccc; box-shadow: 1px 1px 3px 2px #abcccc;">
Div content here</div>
This div box has shadow with color #abcccc
Interesting light blue shade!