Color spaces of #abbcc7
RGB | 171 | 188 | 199 |
---|---|---|---|
HSL | 0.57 | 0.20 | 0.73 |
HSV | 204° | 14° | 78° |
CMYK | 0.14 | 0.06 | 0.00 0.22 |
XYZ | 45.0866 | 48.7479 | 61.0658 |
Yxy | 48.7479 | 0.2911 | 0.3147 |
Hunter Lab | 69.8197 | -6.9167 | -2.9825 |
CIE-Lab | 75.2942 | -3.5619 | -7.5298 |
#abbcc7 color RGB value is (171,188,199).
#abbcc7 hex color red value is 171, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #abbcc7 hue: 0.57 , saturation: 0.20 and the lightness value of abbcc7 is 0.73.
The process color (four color CMYK) of #abbcc7 color hex is 0.14, 0.06, 0.00, 0.22. Web safe color of #abbcc7 is #99cccc. Color #abbcc7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111100 | 11000111 |
Octal | 253 | 274 | 307 |
Decimal | 171 | 188 | 199 |
Hex | AB | BC | C7 |
Shades of #abbcc7
Tints of #abbcc7
RGB Percentages of Color #abbcc7
CMYK Percentages of Color #abbcc7
Complementary Color
#abbcc7 | #c7b6ab |
#abbcc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbcc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbcc7 Color CSS Codes
.mybgcolor {background-color:#abbcc7; } .myforecolor {color:#abbcc7; } .mybordercolor {border:3px solid #abbcc7; }
#abbcc7 Text Font Color
<p style="color:#abbcc7">Text here</p>
This sample text font color is #abbcc7
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.
#abbcc7 Background Color
<div style="background-color:#abbcc7">
Div content here</div>
This div background color is #abbcc7
#abbcc7 Border Color
<div style="border:3px solid #abbcc7">
Div here</div>
This div border color is #abbcc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,188,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbcc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbcc7; -webkit-box-shadow: 1px 1px 3px 2px #abbcc7; box-shadow: 1px 1px 3px 2px #abbcc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,188,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbcc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbcc7; -webkit-box-shadow: 1px 1px 3px 2px #abbcc7; box-shadow: 1px 1px 3px 2px #abbcc7;">
Div content here</div>
This div box has shadow with color #abbcc7
Comments
No comments written yet.
Please login to write comment.