Color spaces of #ef80aa
RGB | 239 | 128 | 170 |
---|---|---|---|
HSL | 0.94 | 0.78 | 0.72 |
HSV | 337° | 46° | 94° |
CMYK | 0.00 | 0.46 | 0.29 0.06 |
XYZ | 50.5715 | 36.6913 | 42.4469 |
Yxy | 36.6913 | 0.3899 | 0.2829 |
Hunter Lab | 60.5733 | 43.0228 | 0.8537 |
CIE-Lab | 67.0448 | 47.2076 | -2.9222 |
#ef80aa color RGB value is (239,128,170).
#ef80aa hex color red value is 239, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef80aa hue: 0.94 , saturation: 0.78 and the lightness value of ef80aa is 0.72.
The process color (four color CMYK) of #ef80aa color hex is 0.00, 0.46, 0.29, 0.06. Web safe color of #ef80aa is #ff9999. Color #ef80aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10000000 | 10101010 |
Octal | 357 | 200 | 252 |
Decimal | 239 | 128 | 170 |
Hex | EF | 80 | AA |
Shades of #ef80aa
Tints of #ef80aa
RGB Percentages of Color #ef80aa
CMYK Percentages of Color #ef80aa
Complementary Color
#ef80aa | #80efc5 |
#ef80aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef80aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef80aa Color CSS Codes
.mybgcolor {background-color:#ef80aa; } .myforecolor {color:#ef80aa; } .mybordercolor {border:3px solid #ef80aa; }
#ef80aa Text Font Color
<p style="color:#ef80aa">Text here</p>
This sample text font color is #ef80aa
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.
#ef80aa Background Color
<div style="background-color:#ef80aa">
Div content here</div>
This div background color is #ef80aa
#ef80aa Border Color
<div style="border:3px solid #ef80aa">
Div here</div>
This div border color is #ef80aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,128,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef80aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef80aa; -webkit-box-shadow: 1px 1px 3px 2px #ef80aa; box-shadow: 1px 1px 3px 2px #ef80aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,128,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef80aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef80aa; -webkit-box-shadow: 1px 1px 3px 2px #ef80aa; box-shadow: 1px 1px 3px 2px #ef80aa;">
Div content here</div>
This div box has shadow with color #ef80aa
Comments
No comments written yet.
Please login to write comment.