Color spaces of #abbd0f
RGB | 171 | 189 | 15 |
---|---|---|---|
HSL | 0.18 | 0.85 | 0.40 |
HSV | 66° | 92° | 74° |
CMYK | 0.10 | 0.00 | 0.92 0.26 |
XYZ | 35.0784 | 45.0876 | 7.3059 |
Yxy | 45.0876 | 0.4010 | 0.5155 |
Hunter Lab | 67.1473 | -24.2576 | 40.5521 |
CIE-Lab | 72.9495 | -24.7535 | 72.0905 |
#abbd0f color RGB value is (171,189,15).
#abbd0f hex color red value is 171, green value is 189 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abbd0f hue: 0.18 , saturation: 0.85 and the lightness value of abbd0f is 0.40.
The process color (four color CMYK) of #abbd0f color hex is 0.10, 0.00, 0.92, 0.26. Web safe color of #abbd0f is #99cc00. Color #abbd0f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111101 | 00001111 |
Octal | 253 | 275 | 17 |
Decimal | 171 | 189 | 15 |
Hex | AB | BD | F |
Shades of #abbd0f
Tints of #abbd0f
RGB Percentages of Color #abbd0f
CMYK Percentages of Color #abbd0f
Complementary Color
#abbd0f | #210fbd |
#abbd0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbd0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbd0f Color CSS Codes
.mybgcolor {background-color:#abbd0f; } .myforecolor {color:#abbd0f; } .mybordercolor {border:3px solid #abbd0f; }
#abbd0f Text Font Color
<p style="color:#abbd0f">Text here</p>
This sample text font color is #abbd0f
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.
#abbd0f Background Color
<div style="background-color:#abbd0f">
Div content here</div>
This div background color is #abbd0f
#abbd0f Border Color
<div style="border:3px solid #abbd0f">
Div here</div>
This div border color is #abbd0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,189,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbd0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbd0f; -webkit-box-shadow: 1px 1px 3px 2px #abbd0f; box-shadow: 1px 1px 3px 2px #abbd0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,189,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbd0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbd0f; -webkit-box-shadow: 1px 1px 3px 2px #abbd0f; box-shadow: 1px 1px 3px 2px #abbd0f;">
Div content here</div>
This div box has shadow with color #abbd0f
Comments
No comments written yet.
Please login to write comment.