Color spaces of #abf6ae
RGB | 171 | 246 | 174 |
---|---|---|---|
HSL | 0.34 | 0.81 | 0.82 |
HSV | 122° | 30° | 96° |
CMYK | 0.30 | 0.00 | 0.29 0.04 |
XYZ | 57.3903 | 77.6255 | 52.0028 |
Yxy | 77.6255 | 0.3069 | 0.4151 |
Hunter Lab | 88.1053 | -37.9125 | 26.6787 |
CIE-Lab | 90.6087 | -36.9134 | 27.4746 |
#abf6ae color RGB value is (171,246,174).
#abf6ae hex color red value is 171, green value is 246 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abf6ae hue: 0.34 , saturation: 0.81 and the lightness value of abf6ae is 0.82.
The process color (four color CMYK) of #abf6ae color hex is 0.30, 0.00, 0.29, 0.04. Web safe color of #abf6ae is #99ff99. Color #abf6ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11110110 | 10101110 |
Octal | 253 | 366 | 256 |
Decimal | 171 | 246 | 174 |
Hex | AB | F6 | AE |
Shades of #abf6ae
Tints of #abf6ae
RGB Percentages of Color #abf6ae
CMYK Percentages of Color #abf6ae
Complementary Color
#abf6ae | #f6abf3 |
#abf6ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf6ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf6ae Color CSS Codes
.mybgcolor {background-color:#abf6ae; } .myforecolor {color:#abf6ae; } .mybordercolor {border:3px solid #abf6ae; }
#abf6ae Text Font Color
<p style="color:#abf6ae">Text here</p>
This sample text font color is #abf6ae
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.
#abf6ae Background Color
<div style="background-color:#abf6ae">
Div content here</div>
This div background color is #abf6ae
#abf6ae Border Color
<div style="border:3px solid #abf6ae">
Div here</div>
This div border color is #abf6ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,246,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf6ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf6ae; -webkit-box-shadow: 1px 1px 3px 2px #abf6ae; box-shadow: 1px 1px 3px 2px #abf6ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,246,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 #abf6ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf6ae; -webkit-box-shadow: 1px 1px 3px 2px #abf6ae; box-shadow: 1px 1px 3px 2px #abf6ae;">
Div content here</div>
This div box has shadow with color #abf6ae
Comments
No comments written yet.
Please login to write comment.