Color spaces of #abdb0b
RGB | 171 | 219 | 11 |
---|---|---|---|
HSL | 0.21 | 0.90 | 0.45 |
HSV | 74° | 95° | 86° |
CMYK | 0.22 | 0.00 | 0.95 0.14 |
XYZ | 42.1865 | 59.3451 | 9.5479 |
Yxy | 59.3451 | 0.3798 | 0.5343 |
Hunter Lab | 77.0358 | -37.0620 | 46.5766 |
CIE-Lab | 81.4809 | -38.7755 | 79.2161 |
#abdb0b color RGB value is (171,219,11).
#abdb0b hex color red value is 171, green value is 219 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #abdb0b hue: 0.21 , saturation: 0.90 and the lightness value of abdb0b is 0.45.
The process color (four color CMYK) of #abdb0b color hex is 0.22, 0.00, 0.95, 0.14. Web safe color of #abdb0b is #99cc00. Color #abdb0b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011011 | 00001011 |
Octal | 253 | 333 | 13 |
Decimal | 171 | 219 | 11 |
Hex | AB | DB | B |
Shades of #abdb0b
Tints of #abdb0b
RGB Percentages of Color #abdb0b
CMYK Percentages of Color #abdb0b
Complementary Color
#abdb0b | #3b0bdb |
#abdb0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdb0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdb0b Color CSS Codes
.mybgcolor {background-color:#abdb0b; } .myforecolor {color:#abdb0b; } .mybordercolor {border:3px solid #abdb0b; }
#abdb0b Text Font Color
<p style="color:#abdb0b">Text here</p>
This sample text font color is #abdb0b
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.
#abdb0b Background Color
<div style="background-color:#abdb0b">
Div content here</div>
This div background color is #abdb0b
#abdb0b Border Color
<div style="border:3px solid #abdb0b">
Div here</div>
This div border color is #abdb0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,219,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdb0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdb0b; -webkit-box-shadow: 1px 1px 3px 2px #abdb0b; box-shadow: 1px 1px 3px 2px #abdb0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,219,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdb0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdb0b; -webkit-box-shadow: 1px 1px 3px 2px #abdb0b; box-shadow: 1px 1px 3px 2px #abdb0b;">
Div content here</div>
This div box has shadow with color #abdb0b
Comments
No comments written yet.
Please login to write comment.