Color spaces of #27ecaa
RGB | 39 | 236 | 170 |
---|---|---|---|
HSL | 0.44 | 0.84 | 0.54 |
HSV | 160° | 83° | 93° |
CMYK | 0.83 | 0.00 | 0.28 0.07 |
XYZ | 38.0879 | 63.3245 | 48.2456 |
Yxy | 63.3245 | 0.2545 | 0.4231 |
Hunter Lab | 79.5767 | -53.8235 | 19.7575 |
CIE-Lab | 83.6128 | -60.7394 | 19.2722 |
#27ecaa color RGB value is (39,236,170).
#27ecaa hex color red value is 39, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #27ecaa hue: 0.44 , saturation: 0.84 and the lightness value of 27ecaa is 0.54.
The process color (four color CMYK) of #27ecaa color hex is 0.83, 0.00, 0.28, 0.07. Web safe color of #27ecaa is #33ff99. Color #27ecaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 11101100 | 10101010 |
Octal | 47 | 354 | 252 |
Decimal | 39 | 236 | 170 |
Hex | 27 | EC | AA |
Shades of #27ecaa
Tints of #27ecaa
RGB Percentages of Color #27ecaa
CMYK Percentages of Color #27ecaa
Complementary Color
#27ecaa | #ec2769 |
#27ecaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27ecaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#27ecaa Color CSS Codes
.mybgcolor {background-color:#27ecaa; } .myforecolor {color:#27ecaa; } .mybordercolor {border:3px solid #27ecaa; }
#27ecaa Text Font Color
<p style="color:#27ecaa">Text here</p>
This sample text font color is #27ecaa
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.
#27ecaa Background Color
<div style="background-color:#27ecaa">
Div content here</div>
This div background color is #27ecaa
#27ecaa Border Color
<div style="border:3px solid #27ecaa">
Div here</div>
This div border color is #27ecaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,236,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27ecaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27ecaa; -webkit-box-shadow: 1px 1px 3px 2px #27ecaa; box-shadow: 1px 1px 3px 2px #27ecaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,236,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 #27ecaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27ecaa; -webkit-box-shadow: 1px 1px 3px 2px #27ecaa; box-shadow: 1px 1px 3px 2px #27ecaa;">
Div content here</div>
This div box has shadow with color #27ecaa
Comments
No comments written yet.
Please login to write comment.