Color spaces of #abdc75
RGB | 171 | 220 | 117 |
---|---|---|---|
HSL | 0.25 | 0.60 | 0.66 |
HSV | 89° | 47° | 86° |
CMYK | 0.22 | 0.00 | 0.47 0.14 |
XYZ | 45.5987 | 61.1287 | 26.2253 |
Yxy | 61.1287 | 0.3430 | 0.4598 |
Hunter Lab | 78.1848 | -32.7193 | 34.8419 |
CIE-Lab | 82.4479 | -32.9258 | 45.3006 |
#abdc75 color RGB value is (171,220,117).
#abdc75 hex color red value is 171, green value is 220 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abdc75 hue: 0.25 , saturation: 0.60 and the lightness value of abdc75 is 0.66.
The process color (four color CMYK) of #abdc75 color hex is 0.22, 0.00, 0.47, 0.14. Web safe color of #abdc75 is #99cc66. Color #abdc75 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011100 | 01110101 |
Octal | 253 | 334 | 165 |
Decimal | 171 | 220 | 117 |
Hex | AB | DC | 75 |
Shades of #abdc75
Tints of #abdc75
RGB Percentages of Color #abdc75
CMYK Percentages of Color #abdc75
Complementary Color
#abdc75 | #a675dc |
#abdc75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdc75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdc75 Color CSS Codes
.mybgcolor {background-color:#abdc75; } .myforecolor {color:#abdc75; } .mybordercolor {border:3px solid #abdc75; }
#abdc75 Text Font Color
<p style="color:#abdc75">Text here</p>
This sample text font color is #abdc75
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.
#abdc75 Background Color
<div style="background-color:#abdc75">
Div content here</div>
This div background color is #abdc75
#abdc75 Border Color
<div style="border:3px solid #abdc75">
Div here</div>
This div border color is #abdc75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,220,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdc75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdc75; -webkit-box-shadow: 1px 1px 3px 2px #abdc75; box-shadow: 1px 1px 3px 2px #abdc75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,220,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdc75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdc75; -webkit-box-shadow: 1px 1px 3px 2px #abdc75; box-shadow: 1px 1px 3px 2px #abdc75;">
Div content here</div>
This div box has shadow with color #abdc75
Comments
No comments written yet.
Please login to write comment.