Color spaces of #acf3fb
RGB | 172 | 243 | 251 |
---|---|---|---|
HSL | 0.52 | 0.91 | 0.83 |
HSV | 186° | 31° | 98° |
CMYK | 0.31 | 0.03 | 0.00 0.02 |
XYZ | 66.4764 | 79.8369 | 103.1732 |
Yxy | 79.8369 | 0.2665 | 0.3200 |
Hunter Lab | 89.3515 | -23.5633 | -5.9155 |
CIE-Lab | 91.6116 | -20.0169 | -10.9038 |
#acf3fb color RGB value is (172,243,251).
#acf3fb hex color red value is 172, green value is 243 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #acf3fb hue: 0.52 , saturation: 0.91 and the lightness value of acf3fb is 0.83.
The process color (four color CMYK) of #acf3fb color hex is 0.31, 0.03, 0.00, 0.02. Web safe color of #acf3fb is #99ffff. Color #acf3fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110011 | 11111011 |
Octal | 254 | 363 | 373 |
Decimal | 172 | 243 | 251 |
Hex | AC | F3 | FB |
Shades of #acf3fb
Tints of #acf3fb
RGB Percentages of Color #acf3fb
CMYK Percentages of Color #acf3fb
Complementary Color
#acf3fb | #fbb4ac |
#acf3fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf3fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf3fb Color CSS Codes
.mybgcolor {background-color:#acf3fb; } .myforecolor {color:#acf3fb; } .mybordercolor {border:3px solid #acf3fb; }
#acf3fb Text Font Color
<p style="color:#acf3fb">Text here</p>
This sample text font color is #acf3fb
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.
#acf3fb Background Color
<div style="background-color:#acf3fb">
Div content here</div>
This div background color is #acf3fb
#acf3fb Border Color
<div style="border:3px solid #acf3fb">
Div here</div>
This div border color is #acf3fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,243,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf3fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf3fb; -webkit-box-shadow: 1px 1px 3px 2px #acf3fb; box-shadow: 1px 1px 3px 2px #acf3fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,243,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 #acf3fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf3fb; -webkit-box-shadow: 1px 1px 3px 2px #acf3fb; box-shadow: 1px 1px 3px 2px #acf3fb;">
Div content here</div>
This div box has shadow with color #acf3fb
Comments
No comments written yet.
Please login to write comment.