Color spaces of #abd48b
RGB | 171 | 212 | 139 |
---|---|---|---|
HSL | 0.26 | 0.46 | 0.69 |
HSV | 94° | 34° | 83° |
CMYK | 0.19 | 0.00 | 0.34 0.17 |
XYZ | 44.9983 | 57.6090 | 33.1741 |
Yxy | 57.6090 | 0.3314 | 0.4243 |
Hunter Lab | 75.9006 | -27.0008 | 27.2164 |
CIE-Lab | 80.5209 | -26.3455 | 31.8367 |
#abd48b color RGB value is (171,212,139).
#abd48b hex color red value is 171, green value is 212 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #abd48b hue: 0.26 , saturation: 0.46 and the lightness value of abd48b is 0.69.
The process color (four color CMYK) of #abd48b color hex is 0.19, 0.00, 0.34, 0.17. Web safe color of #abd48b is #99cc99. Color #abd48b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11010100 | 10001011 |
Octal | 253 | 324 | 213 |
Decimal | 171 | 212 | 139 |
Hex | AB | D4 | 8B |
Shades of #abd48b
Tints of #abd48b
RGB Percentages of Color #abd48b
CMYK Percentages of Color #abd48b
Complementary Color
#abd48b | #b48bd4 |
#abd48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd48b Color CSS Codes
.mybgcolor {background-color:#abd48b; } .myforecolor {color:#abd48b; } .mybordercolor {border:3px solid #abd48b; }
#abd48b Text Font Color
<p style="color:#abd48b">Text here</p>
This sample text font color is #abd48b
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.
#abd48b Background Color
<div style="background-color:#abd48b">
Div content here</div>
This div background color is #abd48b
#abd48b Border Color
<div style="border:3px solid #abd48b">
Div here</div>
This div border color is #abd48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,212,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd48b; -webkit-box-shadow: 1px 1px 3px 2px #abd48b; box-shadow: 1px 1px 3px 2px #abd48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,212,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd48b; -webkit-box-shadow: 1px 1px 3px 2px #abd48b; box-shadow: 1px 1px 3px 2px #abd48b;">
Div content here</div>
This div box has shadow with color #abd48b
Comments
No comments written yet.
Please login to write comment.