Color spaces of #abdb75
RGB | 171 | 219 | 117 |
---|---|---|---|
HSL | 0.25 | 0.59 | 0.66 |
HSV | 88° | 47° | 86° |
CMYK | 0.22 | 0.00 | 0.47 0.14 |
XYZ | 45.3370 | 60.6053 | 26.1381 |
Yxy | 60.6053 | 0.3433 | 0.4589 |
Hunter Lab | 77.8494 | -32.2838 | 34.5878 |
CIE-Lab | 82.1661 | -32.4615 | 44.9528 |
#abdb75 color RGB value is (171,219,117).
#abdb75 hex color red value is 171, green value is 219 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abdb75 hue: 0.25 , saturation: 0.59 and the lightness value of abdb75 is 0.66.
The process color (four color CMYK) of #abdb75 color hex is 0.22, 0.00, 0.47, 0.14. Web safe color of #abdb75 is #99cc66. Color #abdb75 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011011 | 01110101 |
Octal | 253 | 333 | 165 |
Decimal | 171 | 219 | 117 |
Hex | AB | DB | 75 |
Shades of #abdb75
Tints of #abdb75
RGB Percentages of Color #abdb75
CMYK Percentages of Color #abdb75
Complementary Color
#abdb75 | #a575db |
#abdb75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdb75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdb75 Color CSS Codes
.mybgcolor {background-color:#abdb75; } .myforecolor {color:#abdb75; } .mybordercolor {border:3px solid #abdb75; }
#abdb75 Text Font Color
<p style="color:#abdb75">Text here</p>
This sample text font color is #abdb75
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.
#abdb75 Background Color
<div style="background-color:#abdb75">
Div content here</div>
This div background color is #abdb75
#abdb75 Border Color
<div style="border:3px solid #abdb75">
Div here</div>
This div border color is #abdb75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,219,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdb75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdb75; -webkit-box-shadow: 1px 1px 3px 2px #abdb75; box-shadow: 1px 1px 3px 2px #abdb75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,219,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 #abdb75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdb75; -webkit-box-shadow: 1px 1px 3px 2px #abdb75; box-shadow: 1px 1px 3px 2px #abdb75;">
Div content here</div>
This div box has shadow with color #abdb75
Comments
No comments written yet.
Please login to write comment.