Color spaces of #abc4ac
RGB | 171 | 196 | 172 |
---|---|---|---|
HSL | 0.34 | 0.17 | 0.72 |
HSV | 122° | 13° | 77° |
CMYK | 0.13 | 0.00 | 0.12 0.23 |
XYZ | 43.9809 | 51.1163 | 46.5781 |
Yxy | 51.1163 | 0.3104 | 0.3608 |
Hunter Lab | 71.4957 | -15.3123 | 11.4206 |
CIE-Lab | 76.7494 | -13.0483 | 9.2160 |
#abc4ac color RGB value is (171,196,172).
#abc4ac hex color red value is 171, green value is 196 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abc4ac hue: 0.34 , saturation: 0.17 and the lightness value of abc4ac is 0.72.
The process color (four color CMYK) of #abc4ac color hex is 0.13, 0.00, 0.12, 0.23. Web safe color of #abc4ac is #99cc99. Color #abc4ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000100 | 10101100 |
Octal | 253 | 304 | 254 |
Decimal | 171 | 196 | 172 |
Hex | AB | C4 | AC |
Shades of #abc4ac
Tints of #abc4ac
RGB Percentages of Color #abc4ac
CMYK Percentages of Color #abc4ac
Complementary Color
#abc4ac | #c4abc3 |
#abc4ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc4ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc4ac Color CSS Codes
.mybgcolor {background-color:#abc4ac; } .myforecolor {color:#abc4ac; } .mybordercolor {border:3px solid #abc4ac; }
#abc4ac Text Font Color
<p style="color:#abc4ac">Text here</p>
This sample text font color is #abc4ac
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.
#abc4ac Background Color
<div style="background-color:#abc4ac">
Div content here</div>
This div background color is #abc4ac
#abc4ac Border Color
<div style="border:3px solid #abc4ac">
Div here</div>
This div border color is #abc4ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,196,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc4ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc4ac; -webkit-box-shadow: 1px 1px 3px 2px #abc4ac; box-shadow: 1px 1px 3px 2px #abc4ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,196,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc4ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc4ac; -webkit-box-shadow: 1px 1px 3px 2px #abc4ac; box-shadow: 1px 1px 3px 2px #abc4ac;">
Div content here</div>
This div box has shadow with color #abc4ac
Comments
No comments written yet.
Please login to write comment.