Color spaces of #abfdca
RGB | 171 | 253 | 202 |
---|---|---|---|
HSL | 0.40 | 0.95 | 0.83 |
HSV | 143° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.20 0.01 |
XYZ | 62.5805 | 83.1728 | 68.6327 |
Yxy | 83.1728 | 0.2919 | 0.3880 |
Hunter Lab | 91.1991 | -37.1124 | 19.2202 |
CIE-Lab | 93.0900 | -35.2348 | 16.6036 |
#abfdca color RGB value is (171,253,202).
#abfdca hex color red value is 171, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #abfdca hue: 0.40 , saturation: 0.95 and the lightness value of abfdca is 0.83.
The process color (four color CMYK) of #abfdca color hex is 0.32, 0.00, 0.20, 0.01. Web safe color of #abfdca is #99ffcc. Color #abfdca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111101 | 11001010 |
Octal | 253 | 375 | 312 |
Decimal | 171 | 253 | 202 |
Hex | AB | FD | CA |
Shades of #abfdca
Tints of #abfdca
RGB Percentages of Color #abfdca
CMYK Percentages of Color #abfdca
Complementary Color
#abfdca | #fdabde |
#abfdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfdca Color CSS Codes
.mybgcolor {background-color:#abfdca; } .myforecolor {color:#abfdca; } .mybordercolor {border:3px solid #abfdca; }
#abfdca Text Font Color
<p style="color:#abfdca">Text here</p>
This sample text font color is #abfdca
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.
#abfdca Background Color
<div style="background-color:#abfdca">
Div content here</div>
This div background color is #abfdca
#abfdca Border Color
<div style="border:3px solid #abfdca">
Div here</div>
This div border color is #abfdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,253,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfdca; -webkit-box-shadow: 1px 1px 3px 2px #abfdca; box-shadow: 1px 1px 3px 2px #abfdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,253,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abfdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfdca; -webkit-box-shadow: 1px 1px 3px 2px #abfdca; box-shadow: 1px 1px 3px 2px #abfdca;">
Div content here</div>
This div box has shadow with color #abfdca
#abfdca Color Palettes
Comments
No comments written yet.
Please login to write comment.