Color spaces of #27efcd
RGB | 39 | 239 | 205 |
---|---|---|---|
HSL | 0.47 | 0.86 | 0.55 |
HSV | 170° | 84° | 94° |
CMYK | 0.84 | 0.00 | 0.14 0.06 |
XYZ | 42.7226 | 66.5721 | 68.3556 |
Yxy | 66.5721 | 0.2405 | 0.3747 |
Hunter Lab | 81.5917 | -49.3204 | 7.4425 |
CIE-Lab | 85.2874 | -53.5739 | 3.3818 |
#27efcd color RGB value is (39,239,205).
#27efcd hex color red value is 39, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #27efcd hue: 0.47 , saturation: 0.86 and the lightness value of 27efcd is 0.55.
The process color (four color CMYK) of #27efcd color hex is 0.84, 0.00, 0.14, 0.06. Web safe color of #27efcd is #33ffcc. Color #27efcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 11101111 | 11001101 |
Octal | 47 | 357 | 315 |
Decimal | 39 | 239 | 205 |
Hex | 27 | EF | CD |
Shades of #27efcd
Tints of #27efcd
RGB Percentages of Color #27efcd
CMYK Percentages of Color #27efcd
Complementary Color
#27efcd | #ef2749 |
#27efcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27efcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#27efcd Color CSS Codes
.mybgcolor {background-color:#27efcd; } .myforecolor {color:#27efcd; } .mybordercolor {border:3px solid #27efcd; }
#27efcd Text Font Color
<p style="color:#27efcd">Text here</p>
This sample text font color is #27efcd
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.
#27efcd Background Color
<div style="background-color:#27efcd">
Div content here</div>
This div background color is #27efcd
#27efcd Border Color
<div style="border:3px solid #27efcd">
Div here</div>
This div border color is #27efcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,239,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27efcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27efcd; -webkit-box-shadow: 1px 1px 3px 2px #27efcd; box-shadow: 1px 1px 3px 2px #27efcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,239,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27efcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27efcd; -webkit-box-shadow: 1px 1px 3px 2px #27efcd; box-shadow: 1px 1px 3px 2px #27efcd;">
Div content here</div>
This div box has shadow with color #27efcd
Comments
No comments written yet.
Please login to write comment.