Color spaces of #abbfcc
RGB | 171 | 191 | 204 |
---|---|---|---|
HSL | 0.57 | 0.24 | 0.74 |
HSV | 204° | 16° | 80° |
CMYK | 0.16 | 0.06 | 0.00 0.20 |
XYZ | 46.3245 | 50.2792 | 64.3900 |
Yxy | 50.2792 | 0.2877 | 0.3123 |
Hunter Lab | 70.9078 | -7.4736 | -4.2046 |
CIE-Lab | 76.2403 | -4.1032 | -8.8387 |
#abbfcc color RGB value is (171,191,204).
#abbfcc hex color red value is 171, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abbfcc hue: 0.57 , saturation: 0.24 and the lightness value of abbfcc is 0.74.
The process color (four color CMYK) of #abbfcc color hex is 0.16, 0.06, 0.00, 0.20. Web safe color of #abbfcc is #99cccc. Color #abbfcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111111 | 11001100 |
Octal | 253 | 277 | 314 |
Decimal | 171 | 191 | 204 |
Hex | AB | BF | CC |
Shades of #abbfcc
Tints of #abbfcc
RGB Percentages of Color #abbfcc
CMYK Percentages of Color #abbfcc
Complementary Color
#abbfcc | #ccb8ab |
#abbfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbfcc Color CSS Codes
.mybgcolor {background-color:#abbfcc; } .myforecolor {color:#abbfcc; } .mybordercolor {border:3px solid #abbfcc; }
#abbfcc Text Font Color
<p style="color:#abbfcc">Text here</p>
This sample text font color is #abbfcc
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.
#abbfcc Background Color
<div style="background-color:#abbfcc">
Div content here</div>
This div background color is #abbfcc
#abbfcc Border Color
<div style="border:3px solid #abbfcc">
Div here</div>
This div border color is #abbfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,191,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbfcc; -webkit-box-shadow: 1px 1px 3px 2px #abbfcc; box-shadow: 1px 1px 3px 2px #abbfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,191,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 #abbfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbfcc; -webkit-box-shadow: 1px 1px 3px 2px #abbfcc; box-shadow: 1px 1px 3px 2px #abbfcc;">
Div content here</div>
This div box has shadow with color #abbfcc
Comments
No comments written yet.
Please login to write comment.