Color spaces of #abf2ae
RGB | 171 | 242 | 174 |
---|---|---|---|
HSL | 0.34 | 0.73 | 0.81 |
HSV | 123° | 29° | 95° |
CMYK | 0.29 | 0.00 | 0.28 0.05 |
XYZ | 56.1867 | 75.2182 | 51.6016 |
Yxy | 75.2182 | 0.3070 | 0.4110 |
Hunter Lab | 86.7284 | -36.1342 | 25.4336 |
CIE-Lab | 89.4951 | -35.0885 | 25.9576 |
#abf2ae color RGB value is (171,242,174).
#abf2ae hex color red value is 171, green value is 242 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abf2ae hue: 0.34 , saturation: 0.73 and the lightness value of abf2ae is 0.81.
The process color (four color CMYK) of #abf2ae color hex is 0.29, 0.00, 0.28, 0.05. Web safe color of #abf2ae is #99ff99. Color #abf2ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11110010 | 10101110 |
Octal | 253 | 362 | 256 |
Decimal | 171 | 242 | 174 |
Hex | AB | F2 | AE |
Shades of #abf2ae
Tints of #abf2ae
RGB Percentages of Color #abf2ae
CMYK Percentages of Color #abf2ae
Complementary Color
#abf2ae | #f2abef |
#abf2ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf2ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf2ae Color CSS Codes
.mybgcolor {background-color:#abf2ae; } .myforecolor {color:#abf2ae; } .mybordercolor {border:3px solid #abf2ae; }
#abf2ae Text Font Color
<p style="color:#abf2ae">Text here</p>
This sample text font color is #abf2ae
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.
#abf2ae Background Color
<div style="background-color:#abf2ae">
Div content here</div>
This div background color is #abf2ae
#abf2ae Border Color
<div style="border:3px solid #abf2ae">
Div here</div>
This div border color is #abf2ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,242,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf2ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf2ae; -webkit-box-shadow: 1px 1px 3px 2px #abf2ae; box-shadow: 1px 1px 3px 2px #abf2ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,242,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abf2ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf2ae; -webkit-box-shadow: 1px 1px 3px 2px #abf2ae; box-shadow: 1px 1px 3px 2px #abf2ae;">
Div content here</div>
This div box has shadow with color #abf2ae
Comments
No comments written yet.
Please login to write comment.