Color spaces of #28ea50
RGB | 40 | 234 | 80 |
---|---|---|---|
HSL | 0.37 | 0.82 | 0.54 |
HSV | 132° | 83° | 92° |
CMYK | 0.83 | 0.00 | 0.66 0.08 |
XYZ | 31.7459 | 59.8759 | 17.4735 |
Yxy | 59.8759 | 0.2910 | 0.5488 |
Hunter Lab | 77.3795 | -62.1823 | 40.7771 |
CIE-Lab | 81.7707 | -74.5130 | 59.8851 |
#28ea50 color RGB value is (40,234,80).
#28ea50 hex color red value is 40, green value is 234 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #28ea50 hue: 0.37 , saturation: 0.82 and the lightness value of 28ea50 is 0.54.
The process color (four color CMYK) of #28ea50 color hex is 0.83, 0.00, 0.66, 0.08. Web safe color of #28ea50 is #33ff66. Color #28ea50 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 11101010 | 01010000 |
Octal | 50 | 352 | 120 |
Decimal | 40 | 234 | 80 |
Hex | 28 | EA | 50 |
Shades of #28ea50
Tints of #28ea50
RGB Percentages of Color #28ea50
CMYK Percentages of Color #28ea50
Complementary Color
#28ea50 | #ea28c2 |
#28ea50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28ea50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#28ea50 Color CSS Codes
.mybgcolor {background-color:#28ea50; } .myforecolor {color:#28ea50; } .mybordercolor {border:3px solid #28ea50; }
#28ea50 Text Font Color
<p style="color:#28ea50">Text here</p>
This sample text font color is #28ea50
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.
#28ea50 Background Color
<div style="background-color:#28ea50">
Div content here</div>
This div background color is #28ea50
#28ea50 Border Color
<div style="border:3px solid #28ea50">
Div here</div>
This div border color is #28ea50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,234,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28ea50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28ea50; -webkit-box-shadow: 1px 1px 3px 2px #28ea50; box-shadow: 1px 1px 3px 2px #28ea50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,234,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28ea50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28ea50; -webkit-box-shadow: 1px 1px 3px 2px #28ea50; box-shadow: 1px 1px 3px 2px #28ea50;">
Div content here</div>
This div box has shadow with color #28ea50
Comments
No comments written yet.
Please login to write comment.