Color spaces of #acd18d
RGB | 172 | 209 | 141 |
---|---|---|---|
HSL | 0.26 | 0.43 | 0.69 |
HSV | 93° | 33° | 82° |
CMYK | 0.18 | 0.00 | 0.33 0.18 |
XYZ | 44.6214 | 56.2947 | 33.7135 |
Yxy | 56.2947 | 0.3314 | 0.4181 |
Hunter Lab | 75.0298 | -25.1454 | 25.8798 |
CIE-Lab | 79.7812 | -24.2483 | 29.8359 |
#acd18d color RGB value is (172,209,141).
#acd18d hex color red value is 172, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acd18d hue: 0.26 , saturation: 0.43 and the lightness value of acd18d is 0.69.
The process color (four color CMYK) of #acd18d color hex is 0.18, 0.00, 0.33, 0.18. Web safe color of #acd18d is #99cc99. Color #acd18d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11010001 | 10001101 |
Octal | 254 | 321 | 215 |
Decimal | 172 | 209 | 141 |
Hex | AC | D1 | 8D |
Shades of #acd18d
Tints of #acd18d
RGB Percentages of Color #acd18d
CMYK Percentages of Color #acd18d
Complementary Color
#acd18d | #b28dd1 |
#acd18d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acd18d Color Preview on White Background
Lorem ipsum dolor sit amet.
#acd18d Color CSS Codes
.mybgcolor {background-color:#acd18d; } .myforecolor {color:#acd18d; } .mybordercolor {border:3px solid #acd18d; }
#acd18d Text Font Color
<p style="color:#acd18d">Text here</p>
This sample text font color is #acd18d
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.
#acd18d Background Color
<div style="background-color:#acd18d">
Div content here</div>
This div background color is #acd18d
#acd18d Border Color
<div style="border:3px solid #acd18d">
Div here</div>
This div border color is #acd18d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,209,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acd18d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acd18d; -webkit-box-shadow: 1px 1px 3px 2px #acd18d; box-shadow: 1px 1px 3px 2px #acd18d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,209,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acd18d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acd18d; -webkit-box-shadow: 1px 1px 3px 2px #acd18d; box-shadow: 1px 1px 3px 2px #acd18d;">
Div content here</div>
This div box has shadow with color #acd18d
Comments
No comments written yet.
Please login to write comment.