Color spaces of #abc5fc
RGB | 171 | 197 | 252 |
---|---|---|---|
HSL | 0.61 | 0.93 | 0.83 |
HSV | 221° | 32° | 99° |
CMYK | 0.32 | 0.22 | 0.00 0.01 |
XYZ | 54.3315 | 55.6187 | 99.9674 |
Yxy | 55.6187 | 0.2588 | 0.2650 |
Hunter Lab | 74.5779 | -0.4706 | -27.2702 |
CIE-Lab | 79.3963 | 3.7704 | -29.9086 |
#abc5fc color RGB value is (171,197,252).
#abc5fc hex color red value is 171, green value is 197 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abc5fc hue: 0.61 , saturation: 0.93 and the lightness value of abc5fc is 0.83.
The process color (four color CMYK) of #abc5fc color hex is 0.32, 0.22, 0.00, 0.01. Web safe color of #abc5fc is #99ccff. Color #abc5fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000101 | 11111100 |
Octal | 253 | 305 | 374 |
Decimal | 171 | 197 | 252 |
Hex | AB | C5 | FC |
Shades of #abc5fc
Tints of #abc5fc
RGB Percentages of Color #abc5fc
CMYK Percentages of Color #abc5fc
Complementary Color
#abc5fc | #fce2ab |
#abc5fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc5fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc5fc Color CSS Codes
.mybgcolor {background-color:#abc5fc; } .myforecolor {color:#abc5fc; } .mybordercolor {border:3px solid #abc5fc; }
#abc5fc Text Font Color
<p style="color:#abc5fc">Text here</p>
This sample text font color is #abc5fc
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.
#abc5fc Background Color
<div style="background-color:#abc5fc">
Div content here</div>
This div background color is #abc5fc
#abc5fc Border Color
<div style="border:3px solid #abc5fc">
Div here</div>
This div border color is #abc5fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,197,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc5fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc5fc; -webkit-box-shadow: 1px 1px 3px 2px #abc5fc; box-shadow: 1px 1px 3px 2px #abc5fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,197,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc5fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc5fc; -webkit-box-shadow: 1px 1px 3px 2px #abc5fc; box-shadow: 1px 1px 3px 2px #abc5fc;">
Div content here</div>
This div box has shadow with color #abc5fc
Comments
No comments written yet.
Please login to write comment.