Color spaces of #80aaec
RGB | 128 | 170 | 236 |
---|---|---|---|
HSL | 0.60 | 0.74 | 0.71 |
HSV | 217° | 46° | 93° |
CMYK | 0.46 | 0.28 | 0.00 0.07 |
XYZ | 38.4171 | 39.3948 | 84.9360 |
Yxy | 39.3948 | 0.2361 | 0.2421 |
Hunter Lab | 62.7653 | -0.5837 | -36.2974 |
CIE-Lab | 69.0363 | 3.1495 | -37.4942 |
#80aaec color RGB value is (128,170,236).
#80aaec hex color red value is 128, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #80aaec hue: 0.60 , saturation: 0.74 and the lightness value of 80aaec is 0.71.
The process color (four color CMYK) of #80aaec color hex is 0.46, 0.28, 0.00, 0.07. Web safe color of #80aaec is #9999ff. Color #80aaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101010 | 11101100 |
Octal | 200 | 252 | 354 |
Decimal | 128 | 170 | 236 |
Hex | 80 | AA | EC |
Shades of #80aaec
Tints of #80aaec
RGB Percentages of Color #80aaec
CMYK Percentages of Color #80aaec
Complementary Color
#80aaec | #ecc280 |
#80aaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80aaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#80aaec Color CSS Codes
.mybgcolor {background-color:#80aaec; } .myforecolor {color:#80aaec; } .mybordercolor {border:3px solid #80aaec; }
#80aaec Text Font Color
<p style="color:#80aaec">Text here</p>
This sample text font color is #80aaec
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.
#80aaec Background Color
<div style="background-color:#80aaec">
Div content here</div>
This div background color is #80aaec
#80aaec Border Color
<div style="border:3px solid #80aaec">
Div here</div>
This div border color is #80aaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,170,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80aaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80aaec; -webkit-box-shadow: 1px 1px 3px 2px #80aaec; box-shadow: 1px 1px 3px 2px #80aaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,170,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80aaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80aaec; -webkit-box-shadow: 1px 1px 3px 2px #80aaec; box-shadow: 1px 1px 3px 2px #80aaec;">
Div content here</div>
This div box has shadow with color #80aaec
Comments
No comments written yet.
Please login to write comment.