Color spaces of #abfefd
RGB | 171 | 254 | 253 |
---|---|---|---|
HSL | 0.50 | 0.98 | 0.83 |
HSV | 179° | 33° | 100° |
CMYK | 0.33 | 0.00 | 0.00 0.00 |
XYZ | 69.9660 | 86.6334 | 105.9628 |
Yxy | 86.6334 | 0.2665 | 0.3300 |
Hunter Lab | 93.0771 | -28.7065 | -2.3443 |
CIE-Lab | 94.5825 | -25.1885 | -7.5363 |
#abfefd color RGB value is (171,254,253).
#abfefd hex color red value is 171, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abfefd hue: 0.50 , saturation: 0.98 and the lightness value of abfefd is 0.83.
The process color (four color CMYK) of #abfefd color hex is 0.33, 0.00, 0.00, 0.00. Web safe color of #abfefd is #99ffff. Color #abfefd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111110 | 11111101 |
Octal | 253 | 376 | 375 |
Decimal | 171 | 254 | 253 |
Hex | AB | FE | FD |
Shades of #abfefd
Tints of #abfefd
RGB Percentages of Color #abfefd
CMYK Percentages of Color #abfefd
Complementary Color
#abfefd | #feabac |
#abfefd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfefd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfefd Color CSS Codes
.mybgcolor {background-color:#abfefd; } .myforecolor {color:#abfefd; } .mybordercolor {border:3px solid #abfefd; }
#abfefd Text Font Color
<p style="color:#abfefd">Text here</p>
This sample text font color is #abfefd
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.
#abfefd Background Color
<div style="background-color:#abfefd">
Div content here</div>
This div background color is #abfefd
#abfefd Border Color
<div style="border:3px solid #abfefd">
Div here</div>
This div border color is #abfefd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,254,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfefd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfefd; -webkit-box-shadow: 1px 1px 3px 2px #abfefd; box-shadow: 1px 1px 3px 2px #abfefd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,254,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abfefd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfefd; -webkit-box-shadow: 1px 1px 3px 2px #abfefd; box-shadow: 1px 1px 3px 2px #abfefd;">
Div content here</div>
This div box has shadow with color #abfefd
Comments
No comments written yet.
Please login to write comment.