Color spaces of #accffb
RGB | 172 | 207 | 251 |
---|---|---|---|
HSL | 0.59 | 0.91 | 0.83 |
HSV | 213° | 31° | 98° |
CMYK | 0.31 | 0.18 | 0.00 0.02 |
XYZ | 56.7387 | 60.3613 | 99.9272 |
Yxy | 60.3613 | 0.2614 | 0.2781 |
Hunter Lab | 77.6925 | -5.6038 | -21.8733 |
CIE-Lab | 82.0342 | -1.5596 | -25.3345 |
#accffb color RGB value is (172,207,251).
#accffb hex color red value is 172, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #accffb hue: 0.59 , saturation: 0.91 and the lightness value of accffb is 0.83.
The process color (four color CMYK) of #accffb color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #accffb is #99ccff. Color #accffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001111 | 11111011 |
Octal | 254 | 317 | 373 |
Decimal | 172 | 207 | 251 |
Hex | AC | CF | FB |
Shades of #accffb
Tints of #accffb
RGB Percentages of Color #accffb
CMYK Percentages of Color #accffb
Complementary Color
#accffb | #fbd8ac |
#accffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#accffb Color CSS Codes
.mybgcolor {background-color:#accffb; } .myforecolor {color:#accffb; } .mybordercolor {border:3px solid #accffb; }
#accffb Text Font Color
<p style="color:#accffb">Text here</p>
This sample text font color is #accffb
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.
#accffb Background Color
<div style="background-color:#accffb">
Div content here</div>
This div background color is #accffb
#accffb Border Color
<div style="border:3px solid #accffb">
Div here</div>
This div border color is #accffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,207,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accffb; -webkit-box-shadow: 1px 1px 3px 2px #accffb; box-shadow: 1px 1px 3px 2px #accffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,207,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 #accffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accffb; -webkit-box-shadow: 1px 1px 3px 2px #accffb; box-shadow: 1px 1px 3px 2px #accffb;">
Div content here</div>
This div box has shadow with color #accffb
Comments
No comments written yet.
Please login to write comment.