Color spaces of #abefdb
RGB | 171 | 239 | 219 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.80 |
HSV | 162° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.08 0.06 |
XYZ | 60.4473 | 75.5054 | 78.4059 |
Yxy | 75.5054 | 0.2820 | 0.3522 |
Hunter Lab | 86.8938 | -27.8915 | 7.3272 |
CIE-Lab | 89.6292 | -25.3170 | 2.8554 |
#abefdb color RGB value is (171,239,219).
#abefdb hex color red value is 171, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abefdb hue: 0.45 , saturation: 0.68 and the lightness value of abefdb is 0.80.
The process color (four color CMYK) of #abefdb color hex is 0.28, 0.00, 0.08, 0.06. Web safe color of #abefdb is #99ffcc. Color #abefdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 11011011 |
Octal | 253 | 357 | 333 |
Decimal | 171 | 239 | 219 |
Hex | AB | EF | DB |
Shades of #abefdb
Tints of #abefdb
RGB Percentages of Color #abefdb
CMYK Percentages of Color #abefdb
Complementary Color
#abefdb | #efabbf |
#abefdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abefdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abefdb Color CSS Codes
.mybgcolor {background-color:#abefdb; } .myforecolor {color:#abefdb; } .mybordercolor {border:3px solid #abefdb; }
#abefdb Text Font Color
<p style="color:#abefdb">Text here</p>
This sample text font color is #abefdb
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.
#abefdb Background Color
<div style="background-color:#abefdb">
Div content here</div>
This div background color is #abefdb
#abefdb Border Color
<div style="border:3px solid #abefdb">
Div here</div>
This div border color is #abefdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abefdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abefdb; -webkit-box-shadow: 1px 1px 3px 2px #abefdb; box-shadow: 1px 1px 3px 2px #abefdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abefdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abefdb; -webkit-box-shadow: 1px 1px 3px 2px #abefdb; box-shadow: 1px 1px 3px 2px #abefdb;">
Div content here</div>
This div box has shadow with color #abefdb
Comments
No comments written yet.
Please login to write comment.