Color spaces of #abfdbd
RGB | 171 | 253 | 189 |
---|---|---|---|
HSL | 0.37 | 0.95 | 0.83 |
HSV | 133° | 32° | 99° |
CMYK | 0.32 | 0.00 | 0.25 0.01 |
XYZ | 61.1052 | 82.5826 | 60.8636 |
Yxy | 82.5826 | 0.2987 | 0.4037 |
Hunter Lab | 90.8750 | -39.0061 | 23.9029 |
CIE-Lab | 92.8314 | -37.5653 | 22.8889 |
#abfdbd color RGB value is (171,253,189).
#abfdbd hex color red value is 171, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abfdbd hue: 0.37 , saturation: 0.95 and the lightness value of abfdbd is 0.83.
The process color (four color CMYK) of #abfdbd color hex is 0.32, 0.00, 0.25, 0.01. Web safe color of #abfdbd is #99ffcc. Color #abfdbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111101 | 10111101 |
Octal | 253 | 375 | 275 |
Decimal | 171 | 253 | 189 |
Hex | AB | FD | BD |
Shades of #abfdbd
Tints of #abfdbd
RGB Percentages of Color #abfdbd
CMYK Percentages of Color #abfdbd
Complementary Color
#abfdbd | #fdabeb |
#abfdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abfdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abfdbd Color CSS Codes
.mybgcolor {background-color:#abfdbd; } .myforecolor {color:#abfdbd; } .mybordercolor {border:3px solid #abfdbd; }
#abfdbd Text Font Color
<p style="color:#abfdbd">Text here</p>
This sample text font color is #abfdbd
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.
#abfdbd Background Color
<div style="background-color:#abfdbd">
Div content here</div>
This div background color is #abfdbd
#abfdbd Border Color
<div style="border:3px solid #abfdbd">
Div here</div>
This div border color is #abfdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,253,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abfdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abfdbd; -webkit-box-shadow: 1px 1px 3px 2px #abfdbd; box-shadow: 1px 1px 3px 2px #abfdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,253,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abfdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abfdbd; -webkit-box-shadow: 1px 1px 3px 2px #abfdbd; box-shadow: 1px 1px 3px 2px #abfdbd;">
Div content here</div>
This div box has shadow with color #abfdbd
Comments
No comments written yet.
Please login to write comment.