Color spaces of #80acb7
RGB | 128 | 172 | 183 |
---|---|---|---|
HSL | 0.53 | 0.28 | 0.61 |
HSV | 192° | 30° | 72° |
CMYK | 0.30 | 0.06 | 0.00 0.28 |
XYZ | 32.2019 | 37.5131 | 50.3433 |
Yxy | 37.5131 | 0.2682 | 0.3125 |
Hunter Lab | 61.2479 | -13.3352 | -5.8604 |
CIE-Lab | 67.6602 | -12.0389 | -10.4108 |
#80acb7 color RGB value is (128,172,183).
#80acb7 hex color red value is 128, green value is 172 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #80acb7 hue: 0.53 , saturation: 0.28 and the lightness value of 80acb7 is 0.61.
The process color (four color CMYK) of #80acb7 color hex is 0.30, 0.06, 0.00, 0.28. Web safe color of #80acb7 is #9999cc. Color #80acb7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101100 | 10110111 |
Octal | 200 | 254 | 267 |
Decimal | 128 | 172 | 183 |
Hex | 80 | AC | B7 |
Shades of #80acb7
Tints of #80acb7
RGB Percentages of Color #80acb7
CMYK Percentages of Color #80acb7
Complementary Color
#80acb7 | #b78b80 |
#80acb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80acb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#80acb7 Color CSS Codes
.mybgcolor {background-color:#80acb7; } .myforecolor {color:#80acb7; } .mybordercolor {border:3px solid #80acb7; }
#80acb7 Text Font Color
<p style="color:#80acb7">Text here</p>
This sample text font color is #80acb7
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.
#80acb7 Background Color
<div style="background-color:#80acb7">
Div content here</div>
This div background color is #80acb7
#80acb7 Border Color
<div style="border:3px solid #80acb7">
Div here</div>
This div border color is #80acb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,172,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80acb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80acb7; -webkit-box-shadow: 1px 1px 3px 2px #80acb7; box-shadow: 1px 1px 3px 2px #80acb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,172,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80acb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80acb7; -webkit-box-shadow: 1px 1px 3px 2px #80acb7; box-shadow: 1px 1px 3px 2px #80acb7;">
Div content here</div>
This div box has shadow with color #80acb7
Comments
No comments written yet.
Please login to write comment.