Color spaces of #abccc0
RGB | 171 | 204 | 192 |
---|---|---|---|
HSL | 0.44 | 0.24 | 0.74 |
HSV | 158° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.06 0.20 |
XYZ | 47.9019 | 55.6494 | 58.0859 |
Yxy | 55.6494 | 0.2964 | 0.3443 |
Hunter Lab | 74.5985 | -15.9273 | 6.0530 |
CIE-Lab | 79.4139 | -13.3659 | 2.3007 |
#abccc0 color RGB value is (171,204,192).
#abccc0 hex color red value is 171, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #abccc0 hue: 0.44 , saturation: 0.24 and the lightness value of abccc0 is 0.74.
The process color (four color CMYK) of #abccc0 color hex is 0.16, 0.00, 0.06, 0.20. Web safe color of #abccc0 is #99cccc. Color #abccc0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001100 | 11000000 |
Octal | 253 | 314 | 300 |
Decimal | 171 | 204 | 192 |
Hex | AB | CC | C0 |
Shades of #abccc0
Tints of #abccc0
RGB Percentages of Color #abccc0
CMYK Percentages of Color #abccc0
Complementary Color
#abccc0 | #ccabb7 |
#abccc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abccc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abccc0 Color CSS Codes
.mybgcolor {background-color:#abccc0; } .myforecolor {color:#abccc0; } .mybordercolor {border:3px solid #abccc0; }
#abccc0 Text Font Color
<p style="color:#abccc0">Text here</p>
This sample text font color is #abccc0
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.
#abccc0 Background Color
<div style="background-color:#abccc0">
Div content here</div>
This div background color is #abccc0
#abccc0 Border Color
<div style="border:3px solid #abccc0">
Div here</div>
This div border color is #abccc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,204,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abccc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abccc0; -webkit-box-shadow: 1px 1px 3px 2px #abccc0; box-shadow: 1px 1px 3px 2px #abccc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,204,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abccc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abccc0; -webkit-box-shadow: 1px 1px 3px 2px #abccc0; box-shadow: 1px 1px 3px 2px #abccc0;">
Div content here</div>
This div box has shadow with color #abccc0
Comments
No comments written yet.
Please login to write comment.