Color spaces of #abb3cc
RGB | 171 | 179 | 204 |
---|---|---|---|
HSL | 0.63 | 0.24 | 0.74 |
HSV | 225° | 16° | 80° |
CMYK | 0.16 | 0.12 | 0.00 0.20 |
XYZ | 43.8138 | 45.2578 | 63.5531 |
Yxy | 45.2578 | 0.2871 | 0.2965 |
Hunter Lab | 67.2739 | -1.4768 | -8.9190 |
CIE-Lab | 73.0613 | 2.3582 | -13.5893 |
#abb3cc color RGB value is (171,179,204).
#abb3cc hex color red value is 171, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abb3cc hue: 0.63 , saturation: 0.24 and the lightness value of abb3cc is 0.74.
The process color (four color CMYK) of #abb3cc color hex is 0.16, 0.12, 0.00, 0.20. Web safe color of #abb3cc is #99cccc. Color #abb3cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110011 | 11001100 |
Octal | 253 | 263 | 314 |
Decimal | 171 | 179 | 204 |
Hex | AB | B3 | CC |
Shades of #abb3cc
Tints of #abb3cc
RGB Percentages of Color #abb3cc
CMYK Percentages of Color #abb3cc
Complementary Color
#abb3cc | #ccc4ab |
#abb3cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb3cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb3cc Color CSS Codes
.mybgcolor {background-color:#abb3cc; } .myforecolor {color:#abb3cc; } .mybordercolor {border:3px solid #abb3cc; }
#abb3cc Text Font Color
<p style="color:#abb3cc">Text here</p>
This sample text font color is #abb3cc
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.
#abb3cc Background Color
<div style="background-color:#abb3cc">
Div content here</div>
This div background color is #abb3cc
#abb3cc Border Color
<div style="border:3px solid #abb3cc">
Div here</div>
This div border color is #abb3cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,179,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb3cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb3cc; -webkit-box-shadow: 1px 1px 3px 2px #abb3cc; box-shadow: 1px 1px 3px 2px #abb3cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,179,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 #abb3cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb3cc; -webkit-box-shadow: 1px 1px 3px 2px #abb3cc; box-shadow: 1px 1px 3px 2px #abb3cc;">
Div content here</div>
This div box has shadow with color #abb3cc
Comments
No comments written yet.
Please login to write comment.