Color spaces of #acf180
RGB | 172 | 241 | 128 |
---|---|---|---|
HSL | 0.27 | 0.80 | 0.72 |
HSV | 97° | 47° | 95° |
CMYK | 0.29 | 0.00 | 0.47 0.05 |
XYZ | 52.3648 | 73.2398 | 31.7988 |
Yxy | 73.2398 | 0.3327 | 0.4653 |
Hunter Lab | 85.5803 | -40.5450 | 37.8760 |
CIE-Lab | 88.5620 | -40.8052 | 47.5866 |
#acf180 color RGB value is (172,241,128).
#acf180 hex color red value is 172, green value is 241 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #acf180 hue: 0.27 , saturation: 0.80 and the lightness value of acf180 is 0.72.
The process color (four color CMYK) of #acf180 color hex is 0.29, 0.00, 0.47, 0.05. Web safe color of #acf180 is #99ff99. Color #acf180 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110001 | 10000000 |
Octal | 254 | 361 | 200 |
Decimal | 172 | 241 | 128 |
Hex | AC | F1 | 80 |
Shades of #acf180
Tints of #acf180
RGB Percentages of Color #acf180
CMYK Percentages of Color #acf180
Complementary Color
#acf180 | #c580f1 |
#acf180 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf180 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf180 Color CSS Codes
.mybgcolor {background-color:#acf180; } .myforecolor {color:#acf180; } .mybordercolor {border:3px solid #acf180; }
#acf180 Text Font Color
<p style="color:#acf180">Text here</p>
This sample text font color is #acf180
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.
#acf180 Background Color
<div style="background-color:#acf180">
Div content here</div>
This div background color is #acf180
#acf180 Border Color
<div style="border:3px solid #acf180">
Div here</div>
This div border color is #acf180
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,241,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf180; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf180; -webkit-box-shadow: 1px 1px 3px 2px #acf180; box-shadow: 1px 1px 3px 2px #acf180; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,241,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf180">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf180; -webkit-box-shadow: 1px 1px 3px 2px #acf180; box-shadow: 1px 1px 3px 2px #acf180;">
Div content here</div>
This div box has shadow with color #acf180
Comments
No comments written yet.
Please login to write comment.