Color spaces of #5eb279
RGB | 94 | 178 | 121 |
---|---|---|---|
HSL | 0.39 | 0.35 | 0.53 |
HSV | 139° | 47° | 70° |
CMYK | 0.47 | 0.00 | 0.32 0.30 |
XYZ | 23.9877 | 35.6009 | 23.6965 |
Yxy | 35.6009 | 0.2880 | 0.4275 |
Hunter Lab | 59.6665 | -32.6541 | 18.2196 |
CIE-Lab | 66.2138 | -38.3945 | 21.4464 |
#5eb279 color RGB value is (94,178,121).
#5eb279 hex color red value is 94, green value is 178 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #5eb279 hue: 0.39 , saturation: 0.35 and the lightness value of 5eb279 is 0.53.
The process color (four color CMYK) of #5eb279 color hex is 0.47, 0.00, 0.32, 0.30. Web safe color of #5eb279 is #669966. Color #5eb279 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10110010 | 01111001 |
Octal | 136 | 262 | 171 |
Decimal | 94 | 178 | 121 |
Hex | 5E | B2 | 79 |
Shades of #5eb279
Tints of #5eb279
RGB Percentages of Color #5eb279
CMYK Percentages of Color #5eb279
Complementary Color
#5eb279 | #b25e97 |
#5eb279 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eb279 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eb279 Color CSS Codes
.mybgcolor {background-color:#5eb279; } .myforecolor {color:#5eb279; } .mybordercolor {border:3px solid #5eb279; }
#5eb279 Text Font Color
<p style="color:#5eb279">Text here</p>
This sample text font color is #5eb279
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.
#5eb279 Background Color
<div style="background-color:#5eb279">
Div content here</div>
This div background color is #5eb279
#5eb279 Border Color
<div style="border:3px solid #5eb279">
Div here</div>
This div border color is #5eb279
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,178,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eb279; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eb279; -webkit-box-shadow: 1px 1px 3px 2px #5eb279; box-shadow: 1px 1px 3px 2px #5eb279; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,178,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eb279">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eb279; -webkit-box-shadow: 1px 1px 3px 2px #5eb279; box-shadow: 1px 1px 3px 2px #5eb279;">
Div content here</div>
This div box has shadow with color #5eb279
Comments
No comments written yet.
Please login to write comment.