Color spaces of #80abdd
RGB | 128 | 171 | 221 |
---|---|---|---|
HSL | 0.59 | 0.58 | 0.68 |
HSV | 212° | 42° | 87° |
CMYK | 0.42 | 0.23 | 0.00 0.13 |
XYZ | 36.5161 | 38.9355 | 73.9973 |
Yxy | 38.9355 | 0.2443 | 0.2605 |
Hunter Lab | 62.3983 | -4.7371 | -26.6324 |
CIE-Lab | 68.7045 | -1.6217 | -29.7968 |
#80abdd color RGB value is (128,171,221).
#80abdd hex color red value is 128, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #80abdd hue: 0.59 , saturation: 0.58 and the lightness value of 80abdd is 0.68.
The process color (four color CMYK) of #80abdd color hex is 0.42, 0.23, 0.00, 0.13. Web safe color of #80abdd is #9999cc. Color #80abdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101011 | 11011101 |
Octal | 200 | 253 | 335 |
Decimal | 128 | 171 | 221 |
Hex | 80 | AB | DD |
Shades of #80abdd
Tints of #80abdd
RGB Percentages of Color #80abdd
CMYK Percentages of Color #80abdd
Complementary Color
#80abdd | #ddb280 |
#80abdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80abdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#80abdd Color CSS Codes
.mybgcolor {background-color:#80abdd; } .myforecolor {color:#80abdd; } .mybordercolor {border:3px solid #80abdd; }
#80abdd Text Font Color
<p style="color:#80abdd">Text here</p>
This sample text font color is #80abdd
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.
#80abdd Background Color
<div style="background-color:#80abdd">
Div content here</div>
This div background color is #80abdd
#80abdd Border Color
<div style="border:3px solid #80abdd">
Div here</div>
This div border color is #80abdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,171,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80abdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80abdd; -webkit-box-shadow: 1px 1px 3px 2px #80abdd; box-shadow: 1px 1px 3px 2px #80abdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,171,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80abdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80abdd; -webkit-box-shadow: 1px 1px 3px 2px #80abdd; box-shadow: 1px 1px 3px 2px #80abdd;">
Div content here</div>
This div box has shadow with color #80abdd
#80abdd Color Palettes
Comments
No comments written yet.
Please login to write comment.