Color spaces of #80abbc
RGB | 128 | 171 | 188 |
---|---|---|---|
HSL | 0.55 | 0.31 | 0.62 |
HSV | 197° | 32° | 74° |
CMYK | 0.32 | 0.09 | 0.00 0.26 |
XYZ | 32.5421 | 37.3459 | 53.0703 |
Yxy | 37.3459 | 0.2647 | 0.3037 |
Hunter Lab | 61.1113 | -11.8925 | -8.7107 |
CIE-Lab | 67.5357 | -10.2792 | -13.3689 |
#80abbc color RGB value is (128,171,188).
#80abbc hex color red value is 128, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #80abbc hue: 0.55 , saturation: 0.31 and the lightness value of 80abbc is 0.62.
The process color (four color CMYK) of #80abbc color hex is 0.32, 0.09, 0.00, 0.26. Web safe color of #80abbc is #9999cc. Color #80abbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101011 | 10111100 |
Octal | 200 | 253 | 274 |
Decimal | 128 | 171 | 188 |
Hex | 80 | AB | BC |
Shades of #80abbc
Tints of #80abbc
RGB Percentages of Color #80abbc
CMYK Percentages of Color #80abbc
Complementary Color
#80abbc | #bc9180 |
#80abbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80abbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#80abbc Color CSS Codes
.mybgcolor {background-color:#80abbc; } .myforecolor {color:#80abbc; } .mybordercolor {border:3px solid #80abbc; }
#80abbc Text Font Color
<p style="color:#80abbc">Text here</p>
This sample text font color is #80abbc
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.
#80abbc Background Color
<div style="background-color:#80abbc">
Div content here</div>
This div background color is #80abbc
#80abbc Border Color
<div style="border:3px solid #80abbc">
Div here</div>
This div border color is #80abbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,171,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80abbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80abbc; -webkit-box-shadow: 1px 1px 3px 2px #80abbc; box-shadow: 1px 1px 3px 2px #80abbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,171,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80abbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80abbc; -webkit-box-shadow: 1px 1px 3px 2px #80abbc; box-shadow: 1px 1px 3px 2px #80abbc;">
Div content here</div>
This div box has shadow with color #80abbc
Comments
No comments written yet.
Please login to write comment.