Color spaces of #27cebc
RGB | 39 | 206 | 188 |
---|---|---|---|
HSL | 0.48 | 0.68 | 0.48 |
HSV | 174° | 81° | 81° |
CMYK | 0.81 | 0.00 | 0.09 0.19 |
XYZ | 31.9851 | 48.2048 | 55.1956 |
Yxy | 48.2048 | 0.2363 | 0.3561 |
Hunter Lab | 69.4297 | -39.2699 | 1.4661 |
CIE-Lab | 74.9539 | -44.2613 | -2.6526 |
#27cebc color RGB value is (39,206,188).
#27cebc hex color red value is 39, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #27cebc hue: 0.48 , saturation: 0.68 and the lightness value of 27cebc is 0.48.
The process color (four color CMYK) of #27cebc color hex is 0.81, 0.00, 0.09, 0.19. Web safe color of #27cebc is #33cccc. Color #27cebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 11001110 | 10111100 |
Octal | 47 | 316 | 274 |
Decimal | 39 | 206 | 188 |
Hex | 27 | CE | BC |
Shades of #27cebc
Tints of #27cebc
RGB Percentages of Color #27cebc
CMYK Percentages of Color #27cebc
Complementary Color
#27cebc | #ce2739 |
#27cebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27cebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#27cebc Color CSS Codes
.mybgcolor {background-color:#27cebc; } .myforecolor {color:#27cebc; } .mybordercolor {border:3px solid #27cebc; }
#27cebc Text Font Color
<p style="color:#27cebc">Text here</p>
This sample text font color is #27cebc
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.
#27cebc Background Color
<div style="background-color:#27cebc">
Div content here</div>
This div background color is #27cebc
#27cebc Border Color
<div style="border:3px solid #27cebc">
Div here</div>
This div border color is #27cebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,206,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27cebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27cebc; -webkit-box-shadow: 1px 1px 3px 2px #27cebc; box-shadow: 1px 1px 3px 2px #27cebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,206,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27cebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27cebc; -webkit-box-shadow: 1px 1px 3px 2px #27cebc; box-shadow: 1px 1px 3px 2px #27cebc;">
Div content here</div>
This div box has shadow with color #27cebc
Comments
No comments written yet.
Please login to write comment.