Color spaces of #abdd70
RGB | 171 | 221 | 112 |
---|---|---|---|
HSL | 0.24 | 0.62 | 0.65 |
HSV | 88° | 49° | 87° |
CMYK | 0.23 | 0.00 | 0.49 0.13 |
XYZ | 45.5757 | 61.5407 | 24.8057 |
Yxy | 61.5407 | 0.3455 | 0.4665 |
Hunter Lab | 78.4479 | -33.5810 | 36.1657 |
CIE-Lab | 82.6686 | -33.9428 | 47.9681 |
#abdd70 color RGB value is (171,221,112).
#abdd70 hex color red value is 171, green value is 221 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abdd70 hue: 0.24 , saturation: 0.62 and the lightness value of abdd70 is 0.65.
The process color (four color CMYK) of #abdd70 color hex is 0.23, 0.00, 0.49, 0.13. Web safe color of #abdd70 is #99cc66. Color #abdd70 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011101 | 01110000 |
Octal | 253 | 335 | 160 |
Decimal | 171 | 221 | 112 |
Hex | AB | DD | 70 |
Shades of #abdd70
Tints of #abdd70
RGB Percentages of Color #abdd70
CMYK Percentages of Color #abdd70
Complementary Color
#abdd70 | #a270dd |
#abdd70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdd70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdd70 Color CSS Codes
.mybgcolor {background-color:#abdd70; } .myforecolor {color:#abdd70; } .mybordercolor {border:3px solid #abdd70; }
#abdd70 Text Font Color
<p style="color:#abdd70">Text here</p>
This sample text font color is #abdd70
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.
#abdd70 Background Color
<div style="background-color:#abdd70">
Div content here</div>
This div background color is #abdd70
#abdd70 Border Color
<div style="border:3px solid #abdd70">
Div here</div>
This div border color is #abdd70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,221,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdd70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdd70; -webkit-box-shadow: 1px 1px 3px 2px #abdd70; box-shadow: 1px 1px 3px 2px #abdd70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,221,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdd70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdd70; -webkit-box-shadow: 1px 1px 3px 2px #abdd70; box-shadow: 1px 1px 3px 2px #abdd70;">
Div content here</div>
This div box has shadow with color #abdd70
#abdd70 Color Palettes
Comments
No comments written yet.
Please login to write comment.