Color spaces of #abfdac
RGB | 171 | 253 | 172 |
---|---|---|---|
HSL | 0.34 | 0.95 | 0.83 |
HSV | 121° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.32 0.01 |
XYZ | 59.3663 | 81.8870 | 51.7066 |
Yxy | 81.8870 | 0.3077 | 0.4244 |
Hunter Lab | 90.4914 | -41.2563 | 29.4658 |
CIE-Lab | 92.5250 | -40.3774 | 31.0758 |
#abfdac color RGB value is (171,253,172).
#abfdac hex color red value is 171, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abfdac hue: 0.34 , saturation: 0.95 and the lightness value of abfdac is 0.83.
The process color (four color CMYK) of #abfdac color hex is 0.32, 0.00, 0.32, 0.01. Web safe color of #abfdac is #99ff99. Color #abfdac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111101 | 10101100 |
Octal | 253 | 375 | 254 |
Decimal | 171 | 253 | 172 |
Hex | AB | FD | AC |
Shades of #abfdac
Tints of #abfdac
RGB Percentages of Color #abfdac
CMYK Percentages of Color #abfdac
Complementary Color
#abfdac | #fdabfc |
#abfdac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfdac Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfdac Color CSS Codes
.mybgcolor {background-color:#abfdac; } .myforecolor {color:#abfdac; } .mybordercolor {border:3px solid #abfdac; }
#abfdac Text Font Color
<p style="color:#abfdac">Text here</p>
This sample text font color is #abfdac
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.
#abfdac Background Color
<div style="background-color:#abfdac">
Div content here</div>
This div background color is #abfdac
#abfdac Border Color
<div style="border:3px solid #abfdac">
Div here</div>
This div border color is #abfdac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,253,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfdac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfdac; -webkit-box-shadow: 1px 1px 3px 2px #abfdac; box-shadow: 1px 1px 3px 2px #abfdac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,253,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abfdac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfdac; -webkit-box-shadow: 1px 1px 3px 2px #abfdac; box-shadow: 1px 1px 3px 2px #abfdac;">
Div content here</div>
This div box has shadow with color #abfdac
Comments
No comments written yet.
Please login to write comment.