Color spaces of #abf9af
RGB | 171 | 249 | 175 |
---|---|---|---|
HSL | 0.34 | 0.87 | 0.82 |
HSV | 123° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.30 0.02 |
XYZ | 58.4081 | 79.5044 | 52.8249 |
Yxy | 79.5044 | 0.3062 | 0.4168 |
Hunter Lab | 89.1652 | -39.1119 | 27.2900 |
CIE-Lab | 91.4620 | -38.1078 | 28.1263 |
#abf9af color RGB value is (171,249,175).
#abf9af hex color red value is 171, green value is 249 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abf9af hue: 0.34 , saturation: 0.87 and the lightness value of abf9af is 0.82.
The process color (four color CMYK) of #abf9af color hex is 0.31, 0.00, 0.30, 0.02. Web safe color of #abf9af is #99ff99. Color #abf9af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111001 | 10101111 |
Octal | 253 | 371 | 257 |
Decimal | 171 | 249 | 175 |
Hex | AB | F9 | AF |
Shades of #abf9af
Tints of #abf9af
RGB Percentages of Color #abf9af
CMYK Percentages of Color #abf9af
Complementary Color
#abf9af | #f9abf5 |
#abf9af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf9af Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf9af Color CSS Codes
.mybgcolor {background-color:#abf9af; } .myforecolor {color:#abf9af; } .mybordercolor {border:3px solid #abf9af; }
#abf9af Text Font Color
<p style="color:#abf9af">Text here</p>
This sample text font color is #abf9af
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.
#abf9af Background Color
<div style="background-color:#abf9af">
Div content here</div>
This div background color is #abf9af
#abf9af Border Color
<div style="border:3px solid #abf9af">
Div here</div>
This div border color is #abf9af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,249,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf9af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf9af; -webkit-box-shadow: 1px 1px 3px 2px #abf9af; box-shadow: 1px 1px 3px 2px #abf9af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,249,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abf9af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf9af; -webkit-box-shadow: 1px 1px 3px 2px #abf9af; box-shadow: 1px 1px 3px 2px #abf9af;">
Div content here</div>
This div box has shadow with color #abf9af
Comments
No comments written yet.
Please login to write comment.