Color spaces of #80ebca
RGB | 128 | 235 | 202 |
---|---|---|---|
HSL | 0.45 | 0.73 | 0.71 |
HSV | 161° | 46° | 92° |
CMYK | 0.46 | 0.00 | 0.14 0.08 |
XYZ | 49.2711 | 68.2701 | 66.4577 |
Yxy | 68.2701 | 0.2678 | 0.3710 |
Hunter Lab | 82.6257 | -38.1525 | 10.1497 |
CIE-Lab | 86.1413 | -38.6080 | 6.4540 |
#80ebca color RGB value is (128,235,202).
#80ebca hex color red value is 128, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #80ebca hue: 0.45 , saturation: 0.73 and the lightness value of 80ebca is 0.71.
The process color (four color CMYK) of #80ebca color hex is 0.46, 0.00, 0.14, 0.08. Web safe color of #80ebca is #99ffcc. Color #80ebca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11101011 | 11001010 |
Octal | 200 | 353 | 312 |
Decimal | 128 | 235 | 202 |
Hex | 80 | EB | CA |
Shades of #80ebca
Tints of #80ebca
RGB Percentages of Color #80ebca
CMYK Percentages of Color #80ebca
Complementary Color
#80ebca | #eb80a1 |
#80ebca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80ebca Color Preview on White Background
Lorem ipsum dolor sit amet.
#80ebca Color CSS Codes
.mybgcolor {background-color:#80ebca; } .myforecolor {color:#80ebca; } .mybordercolor {border:3px solid #80ebca; }
#80ebca Text Font Color
<p style="color:#80ebca">Text here</p>
This sample text font color is #80ebca
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.
#80ebca Background Color
<div style="background-color:#80ebca">
Div content here</div>
This div background color is #80ebca
#80ebca Border Color
<div style="border:3px solid #80ebca">
Div here</div>
This div border color is #80ebca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,235,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80ebca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80ebca; -webkit-box-shadow: 1px 1px 3px 2px #80ebca; box-shadow: 1px 1px 3px 2px #80ebca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,235,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80ebca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80ebca; -webkit-box-shadow: 1px 1px 3px 2px #80ebca; box-shadow: 1px 1px 3px 2px #80ebca;">
Div content here</div>
This div box has shadow with color #80ebca
Comments
No comments written yet.
Please login to write comment.