Color spaces of #abef91
RGB | 171 | 239 | 145 |
---|---|---|---|
HSL | 0.29 | 0.75 | 0.75 |
HSV | 103° | 39° | 94° |
CMYK | 0.28 | 0.00 | 0.39 0.06 |
XYZ | 52.7719 | 72.4353 | 37.9881 |
Yxy | 72.4353 | 0.3234 | 0.4439 |
Hunter Lab | 85.1089 | -38.2615 | 33.1123 |
CIE-Lab | 88.1777 | -38.0895 | 38.8200 |
#abef91 color RGB value is (171,239,145).
#abef91 hex color red value is 171, green value is 239 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #abef91 hue: 0.29 , saturation: 0.75 and the lightness value of abef91 is 0.75.
The process color (four color CMYK) of #abef91 color hex is 0.28, 0.00, 0.39, 0.06. Web safe color of #abef91 is #99ff99. Color #abef91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 10010001 |
Octal | 253 | 357 | 221 |
Decimal | 171 | 239 | 145 |
Hex | AB | EF | 91 |
Shades of #abef91
Tints of #abef91
RGB Percentages of Color #abef91
CMYK Percentages of Color #abef91
Complementary Color
#abef91 | #d591ef |
#abef91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abef91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abef91 Color CSS Codes
.mybgcolor {background-color:#abef91; } .myforecolor {color:#abef91; } .mybordercolor {border:3px solid #abef91; }
#abef91 Text Font Color
<p style="color:#abef91">Text here</p>
This sample text font color is #abef91
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.
#abef91 Background Color
<div style="background-color:#abef91">
Div content here</div>
This div background color is #abef91
#abef91 Border Color
<div style="border:3px solid #abef91">
Div here</div>
This div border color is #abef91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abef91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abef91; -webkit-box-shadow: 1px 1px 3px 2px #abef91; box-shadow: 1px 1px 3px 2px #abef91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abef91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abef91; -webkit-box-shadow: 1px 1px 3px 2px #abef91; box-shadow: 1px 1px 3px 2px #abef91;">
Div content here</div>
This div box has shadow with color #abef91
Comments
No comments written yet.
Please login to write comment.