Color spaces of #abffe5
RGB | 171 | 255 | 229 |
---|---|---|---|
HSL | 0.45 | 1.00 | 0.84 |
HSV | 161° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.10 0.00 |
XYZ | 66.6974 | 85.8351 | 87.1812 |
Yxy | 85.8351 | 0.2782 | 0.3581 |
Hunter Lab | 92.6472 | -33.6292 | 9.0611 |
CIE-Lab | 94.2418 | -30.8626 | 4.3554 |
#abffe5 color RGB value is (171,255,229).
#abffe5 hex color red value is 171, green value is 255 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #abffe5 hue: 0.45 , saturation: 1.00 and the lightness value of abffe5 is 0.84.
The process color (four color CMYK) of #abffe5 color hex is 0.33, 0.00, 0.10, 0.00. Web safe color of #abffe5 is #99ffcc. Color #abffe5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111111 | 11100101 |
Octal | 253 | 377 | 345 |
Decimal | 171 | 255 | 229 |
Hex | AB | FF | E5 |
Shades of #abffe5
Tints of #abffe5
RGB Percentages of Color #abffe5
CMYK Percentages of Color #abffe5
Complementary Color
#abffe5 | #ffabc5 |
#abffe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abffe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abffe5 Color CSS Codes
.mybgcolor {background-color:#abffe5; } .myforecolor {color:#abffe5; } .mybordercolor {border:3px solid #abffe5; }
#abffe5 Text Font Color
<p style="color:#abffe5">Text here</p>
This sample text font color is #abffe5
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.
#abffe5 Background Color
<div style="background-color:#abffe5">
Div content here</div>
This div background color is #abffe5
#abffe5 Border Color
<div style="border:3px solid #abffe5">
Div here</div>
This div border color is #abffe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,255,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abffe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abffe5; -webkit-box-shadow: 1px 1px 3px 2px #abffe5; box-shadow: 1px 1px 3px 2px #abffe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,255,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abffe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abffe5; -webkit-box-shadow: 1px 1px 3px 2px #abffe5; box-shadow: 1px 1px 3px 2px #abffe5;">
Div content here</div>
This div box has shadow with color #abffe5
Comments
No comments written yet.
Please login to write comment.