Color spaces of #acc1fb
RGB | 172 | 193 | 251 |
---|---|---|---|
HSL | 0.62 | 0.91 | 0.83 |
HSV | 224° | 31° | 98° |
CMYK | 0.31 | 0.23 | 0.00 0.02 |
XYZ | 53.4958 | 53.8756 | 98.8463 |
Yxy | 53.8756 | 0.2594 | 0.2613 |
Hunter Lab | 73.4000 | 1.6454 | -28.4646 |
CIE-Lab | 78.3891 | 5.9731 | -30.9157 |
#acc1fb color RGB value is (172,193,251).
#acc1fb hex color red value is 172, green value is 193 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #acc1fb hue: 0.62 , saturation: 0.91 and the lightness value of acc1fb is 0.83.
The process color (four color CMYK) of #acc1fb color hex is 0.31, 0.23, 0.00, 0.02. Web safe color of #acc1fb is #99ccff. Color #acc1fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11000001 | 11111011 |
Octal | 254 | 301 | 373 |
Decimal | 172 | 193 | 251 |
Hex | AC | C1 | FB |
Shades of #acc1fb
Tints of #acc1fb
RGB Percentages of Color #acc1fb
CMYK Percentages of Color #acc1fb
Complementary Color
#acc1fb | #fbe6ac |
#acc1fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc1fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc1fb Color CSS Codes
.mybgcolor {background-color:#acc1fb; } .myforecolor {color:#acc1fb; } .mybordercolor {border:3px solid #acc1fb; }
#acc1fb Text Font Color
<p style="color:#acc1fb">Text here</p>
This sample text font color is #acc1fb
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.
#acc1fb Background Color
<div style="background-color:#acc1fb">
Div content here</div>
This div background color is #acc1fb
#acc1fb Border Color
<div style="border:3px solid #acc1fb">
Div here</div>
This div border color is #acc1fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,193,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc1fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc1fb; -webkit-box-shadow: 1px 1px 3px 2px #acc1fb; box-shadow: 1px 1px 3px 2px #acc1fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,193,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc1fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc1fb; -webkit-box-shadow: 1px 1px 3px 2px #acc1fb; box-shadow: 1px 1px 3px 2px #acc1fb;">
Div content here</div>
This div box has shadow with color #acc1fb
Comments
No comments written yet.
Please login to write comment.