Color spaces of #27fe8b
RGB | 39 | 254 | 139 |
---|---|---|---|
HSL | 0.41 | 0.99 | 0.57 |
HSV | 148° | 85° | 100° |
CMYK | 0.85 | 0.00 | 0.45 0.00 |
XYZ | 40.9387 | 73.1790 | 36.3934 |
Yxy | 73.1790 | 0.2720 | 0.4862 |
Hunter Lab | 85.5447 | -64.2794 | 34.6575 |
CIE-Lab | 88.5330 | -72.9705 | 41.4310 |
#27fe8b color RGB value is (39,254,139).
#27fe8b hex color red value is 39, green value is 254 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #27fe8b hue: 0.41 , saturation: 0.99 and the lightness value of 27fe8b is 0.57.
The process color (four color CMYK) of #27fe8b color hex is 0.85, 0.00, 0.45, 0.00. Web safe color of #27fe8b is #33ff99. Color #27fe8b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 11111110 | 10001011 |
Octal | 47 | 376 | 213 |
Decimal | 39 | 254 | 139 |
Hex | 27 | FE | 8B |
Shades of #27fe8b
Tints of #27fe8b
RGB Percentages of Color #27fe8b
CMYK Percentages of Color #27fe8b
Complementary Color
#27fe8b | #fe279a |
#27fe8b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27fe8b Color Preview on White Background
Lorem ipsum dolor sit amet.
#27fe8b Color CSS Codes
.mybgcolor {background-color:#27fe8b; } .myforecolor {color:#27fe8b; } .mybordercolor {border:3px solid #27fe8b; }
#27fe8b Text Font Color
<p style="color:#27fe8b">Text here</p>
This sample text font color is #27fe8b
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.
#27fe8b Background Color
<div style="background-color:#27fe8b">
Div content here</div>
This div background color is #27fe8b
#27fe8b Border Color
<div style="border:3px solid #27fe8b">
Div here</div>
This div border color is #27fe8b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,254,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27fe8b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27fe8b; -webkit-box-shadow: 1px 1px 3px 2px #27fe8b; box-shadow: 1px 1px 3px 2px #27fe8b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,254,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27fe8b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27fe8b; -webkit-box-shadow: 1px 1px 3px 2px #27fe8b; box-shadow: 1px 1px 3px 2px #27fe8b;">
Div content here</div>
This div box has shadow with color #27fe8b
Comments
No comments written yet.
Please login to write comment.