Color spaces of #abfadf
RGB | 171 | 250 | 223 |
---|---|---|---|
HSL | 0.44 | 0.89 | 0.83 |
HSV | 159° | 32° | 98° |
CMYK | 0.32 | 0.00 | 0.11 0.02 |
XYZ | 64.2995 | 82.3569 | 82.3196 |
Yxy | 82.3569 | 0.2808 | 0.3597 |
Hunter Lab | 90.7507 | -32.3413 | 9.7438 |
CIE-Lab | 92.7322 | -29.7453 | 5.2709 |
#abfadf color RGB value is (171,250,223).
#abfadf hex color red value is 171, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abfadf hue: 0.44 , saturation: 0.89 and the lightness value of abfadf is 0.83.
The process color (four color CMYK) of #abfadf color hex is 0.32, 0.00, 0.11, 0.02. Web safe color of #abfadf is #99ffcc. Color #abfadf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111010 | 11011111 |
Octal | 253 | 372 | 337 |
Decimal | 171 | 250 | 223 |
Hex | AB | FA | DF |
Shades of #abfadf
Tints of #abfadf
RGB Percentages of Color #abfadf
CMYK Percentages of Color #abfadf
Complementary Color
#abfadf | #faabc6 |
#abfadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfadf Color CSS Codes
.mybgcolor {background-color:#abfadf; } .myforecolor {color:#abfadf; } .mybordercolor {border:3px solid #abfadf; }
#abfadf Text Font Color
<p style="color:#abfadf">Text here</p>
This sample text font color is #abfadf
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.
#abfadf Background Color
<div style="background-color:#abfadf">
Div content here</div>
This div background color is #abfadf
#abfadf Border Color
<div style="border:3px solid #abfadf">
Div here</div>
This div border color is #abfadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,250,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfadf; -webkit-box-shadow: 1px 1px 3px 2px #abfadf; box-shadow: 1px 1px 3px 2px #abfadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,250,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abfadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfadf; -webkit-box-shadow: 1px 1px 3px 2px #abfadf; box-shadow: 1px 1px 3px 2px #abfadf;">
Div content here</div>
This div box has shadow with color #abfadf
Comments
No comments written yet.
Please login to write comment.