Color spaces of #abf956
RGB | 171 | 249 | 86 |
---|---|---|---|
HSL | 0.25 | 0.93 | 0.66 |
HSV | 89° | 65° | 98° |
CMYK | 0.31 | 0.00 | 0.65 0.02 |
XYZ | 52.3500 | 77.0812 | 20.9231 |
Yxy | 77.0812 | 0.3482 | 0.5127 |
Hunter Lab | 87.7959 | -47.2088 | 47.3274 |
CIE-Lab | 90.3590 | -48.5896 | 67.9653 |
#abf956 color RGB value is (171,249,86).
#abf956 hex color red value is 171, green value is 249 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #abf956 hue: 0.25 , saturation: 0.93 and the lightness value of abf956 is 0.66.
The process color (four color CMYK) of #abf956 color hex is 0.31, 0.00, 0.65, 0.02. Web safe color of #abf956 is #99ff66. Color #abf956 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111001 | 01010110 |
Octal | 253 | 371 | 126 |
Decimal | 171 | 249 | 86 |
Hex | AB | F9 | 56 |
Shades of #abf956
Tints of #abf956
RGB Percentages of Color #abf956
CMYK Percentages of Color #abf956
Complementary Color
#abf956 | #a456f9 |
#abf956 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf956 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf956 Color CSS Codes
.mybgcolor {background-color:#abf956; } .myforecolor {color:#abf956; } .mybordercolor {border:3px solid #abf956; }
#abf956 Text Font Color
<p style="color:#abf956">Text here</p>
This sample text font color is #abf956
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.
#abf956 Background Color
<div style="background-color:#abf956">
Div content here</div>
This div background color is #abf956
#abf956 Border Color
<div style="border:3px solid #abf956">
Div here</div>
This div border color is #abf956
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,249,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf956; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf956; -webkit-box-shadow: 1px 1px 3px 2px #abf956; box-shadow: 1px 1px 3px 2px #abf956; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,249,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abf956">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf956; -webkit-box-shadow: 1px 1px 3px 2px #abf956; box-shadow: 1px 1px 3px 2px #abf956;">
Div content here</div>
This div box has shadow with color #abf956
Comments
No comments written yet.
Please login to write comment.