Color spaces of #80aebe
RGB | 128 | 174 | 190 |
---|---|---|---|
HSL | 0.54 | 0.32 | 0.62 |
HSV | 195° | 33° | 75° |
CMYK | 0.33 | 0.08 | 0.00 0.25 |
XYZ | 33.3324 | 38.5790 | 54.4049 |
Yxy | 38.5790 | 0.2639 | 0.3054 |
Hunter Lab | 62.1120 | -12.9040 | -8.4547 |
CIE-Lab | 68.4452 | -11.3903 | -13.1093 |
#80aebe color RGB value is (128,174,190).
#80aebe hex color red value is 128, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #80aebe hue: 0.54 , saturation: 0.32 and the lightness value of 80aebe is 0.62.
The process color (four color CMYK) of #80aebe color hex is 0.33, 0.08, 0.00, 0.25. Web safe color of #80aebe is #9999cc. Color #80aebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10101110 | 10111110 |
Octal | 200 | 256 | 276 |
Decimal | 128 | 174 | 190 |
Hex | 80 | AE | BE |
Shades of #80aebe
Tints of #80aebe
RGB Percentages of Color #80aebe
CMYK Percentages of Color #80aebe
Complementary Color
#80aebe | #be9080 |
#80aebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80aebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#80aebe Color CSS Codes
.mybgcolor {background-color:#80aebe; } .myforecolor {color:#80aebe; } .mybordercolor {border:3px solid #80aebe; }
#80aebe Text Font Color
<p style="color:#80aebe">Text here</p>
This sample text font color is #80aebe
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.
#80aebe Background Color
<div style="background-color:#80aebe">
Div content here</div>
This div background color is #80aebe
#80aebe Border Color
<div style="border:3px solid #80aebe">
Div here</div>
This div border color is #80aebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80aebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80aebe; -webkit-box-shadow: 1px 1px 3px 2px #80aebe; box-shadow: 1px 1px 3px 2px #80aebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,174,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80aebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80aebe; -webkit-box-shadow: 1px 1px 3px 2px #80aebe; box-shadow: 1px 1px 3px 2px #80aebe;">
Div content here</div>
This div box has shadow with color #80aebe
Comments
No comments written yet.
Please login to write comment.