Color spaces of #ac80bf
RGB | 172 | 128 | 191 |
---|---|---|---|
HSL | 0.78 | 0.33 | 0.63 |
HSV | 282° | 33° | 75° |
CMYK | 0.10 | 0.33 | 0.00 0.25 |
XYZ | 34.1364 | 27.9706 | 52.8899 |
Yxy | 27.9706 | 0.2968 | 0.2432 |
Hunter Lab | 52.8872 | 22.6613 | -22.2719 |
CIE-Lab | 59.8622 | 28.4180 | -26.4207 |
#ac80bf color RGB value is (172,128,191).
#ac80bf hex color red value is 172, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac80bf hue: 0.78 , saturation: 0.33 and the lightness value of ac80bf is 0.63.
The process color (four color CMYK) of #ac80bf color hex is 0.10, 0.33, 0.00, 0.25. Web safe color of #ac80bf is #9999cc. Color #ac80bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10000000 | 10111111 |
Octal | 254 | 200 | 277 |
Decimal | 172 | 128 | 191 |
Hex | AC | 80 | BF |
Shades of #ac80bf
Tints of #ac80bf
RGB Percentages of Color #ac80bf
CMYK Percentages of Color #ac80bf
Complementary Color
#ac80bf | #93bf80 |
#ac80bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac80bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac80bf Color CSS Codes
.mybgcolor {background-color:#ac80bf; } .myforecolor {color:#ac80bf; } .mybordercolor {border:3px solid #ac80bf; }
#ac80bf Text Font Color
<p style="color:#ac80bf">Text here</p>
This sample text font color is #ac80bf
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.
#ac80bf Background Color
<div style="background-color:#ac80bf">
Div content here</div>
This div background color is #ac80bf
#ac80bf Border Color
<div style="border:3px solid #ac80bf">
Div here</div>
This div border color is #ac80bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,128,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac80bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac80bf; -webkit-box-shadow: 1px 1px 3px 2px #ac80bf; box-shadow: 1px 1px 3px 2px #ac80bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,128,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac80bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac80bf; -webkit-box-shadow: 1px 1px 3px 2px #ac80bf; box-shadow: 1px 1px 3px 2px #ac80bf;">
Div content here</div>
This div box has shadow with color #ac80bf
Comments
No comments written yet.
Please login to write comment.