Color spaces of #abe097
RGB | 171 | 224 | 151 |
---|---|---|---|
HSL | 0.29 | 0.54 | 0.74 |
HSV | 104° | 33° | 88° |
CMYK | 0.24 | 0.00 | 0.33 0.12 |
XYZ | 49.0362 | 64.2036 | 39.0862 |
Yxy | 64.2036 | 0.3219 | 0.4215 |
Hunter Lab | 80.1271 | -30.9841 | 27.1672 |
CIE-Lab | 84.0717 | -30.3264 | 30.3969 |
#abe097 color RGB value is (171,224,151).
#abe097 hex color red value is 171, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #abe097 hue: 0.29 , saturation: 0.54 and the lightness value of abe097 is 0.74.
The process color (four color CMYK) of #abe097 color hex is 0.24, 0.00, 0.33, 0.12. Web safe color of #abe097 is #99cc99. Color #abe097 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11100000 | 10010111 |
Octal | 253 | 340 | 227 |
Decimal | 171 | 224 | 151 |
Hex | AB | E0 | 97 |
Shades of #abe097
Tints of #abe097
RGB Percentages of Color #abe097
CMYK Percentages of Color #abe097
Complementary Color
#abe097 | #cc97e0 |
#abe097 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abe097 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abe097 Color CSS Codes
.mybgcolor {background-color:#abe097; } .myforecolor {color:#abe097; } .mybordercolor {border:3px solid #abe097; }
#abe097 Text Font Color
<p style="color:#abe097">Text here</p>
This sample text font color is #abe097
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.
#abe097 Background Color
<div style="background-color:#abe097">
Div content here</div>
This div background color is #abe097
#abe097 Border Color
<div style="border:3px solid #abe097">
Div here</div>
This div border color is #abe097
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,224,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abe097; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abe097; -webkit-box-shadow: 1px 1px 3px 2px #abe097; box-shadow: 1px 1px 3px 2px #abe097; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,224,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abe097">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abe097; -webkit-box-shadow: 1px 1px 3px 2px #abe097; box-shadow: 1px 1px 3px 2px #abe097;">
Div content here</div>
This div box has shadow with color #abe097
Comments
No comments written yet.
Please login to write comment.