Color spaces of #abdf4b
RGB | 171 | 223 | 75 |
---|---|---|---|
HSL | 0.23 | 0.70 | 0.58 |
HSV | 81° | 66° | 87° |
CMYK | 0.23 | 0.00 | 0.66 0.13 |
XYZ | 44.4523 | 61.9413 | 16.2696 |
Yxy | 61.9413 | 0.3624 | 0.5050 |
Hunter Lab | 78.7028 | -36.9109 | 42.8354 |
CIE-Lab | 82.8822 | -38.1060 | 64.3572 |
#abdf4b color RGB value is (171,223,75).
#abdf4b hex color red value is 171, green value is 223 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #abdf4b hue: 0.23 , saturation: 0.70 and the lightness value of abdf4b is 0.58.
The process color (four color CMYK) of #abdf4b color hex is 0.23, 0.00, 0.66, 0.13. Web safe color of #abdf4b is #99cc33. Color #abdf4b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011111 | 01001011 |
Octal | 253 | 337 | 113 |
Decimal | 171 | 223 | 75 |
Hex | AB | DF | 4B |
Shades of #abdf4b
Tints of #abdf4b
RGB Percentages of Color #abdf4b
CMYK Percentages of Color #abdf4b
Complementary Color
#abdf4b | #7f4bdf |
#abdf4b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdf4b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdf4b Color CSS Codes
.mybgcolor {background-color:#abdf4b; } .myforecolor {color:#abdf4b; } .mybordercolor {border:3px solid #abdf4b; }
#abdf4b Text Font Color
<p style="color:#abdf4b">Text here</p>
This sample text font color is #abdf4b
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.
#abdf4b Background Color
<div style="background-color:#abdf4b">
Div content here</div>
This div background color is #abdf4b
#abdf4b Border Color
<div style="border:3px solid #abdf4b">
Div here</div>
This div border color is #abdf4b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,223,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdf4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdf4b; -webkit-box-shadow: 1px 1px 3px 2px #abdf4b; box-shadow: 1px 1px 3px 2px #abdf4b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,223,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdf4b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdf4b; -webkit-box-shadow: 1px 1px 3px 2px #abdf4b; box-shadow: 1px 1px 3px 2px #abdf4b;">
Div content here</div>
This div box has shadow with color #abdf4b
Comments
No comments written yet.
Please login to write comment.