Color spaces of #27cfcf
RGB | 39 | 207 | 207 |
---|---|---|---|
HSL | 0.50 | 0.68 | 0.48 |
HSV | 180° | 81° | 81° |
CMYK | 0.81 | 0.00 | 0.00 0.19 |
XYZ | 34.4120 | 49.5620 | 66.7842 |
Yxy | 49.5620 | 0.2283 | 0.3288 |
Hunter Lab | 70.4003 | -35.9488 | -6.9644 |
CIE-Lab | 75.7996 | -39.3240 | -11.6539 |
#27cfcf color RGB value is (39,207,207).
#27cfcf hex color red value is 39, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #27cfcf hue: 0.50 , saturation: 0.68 and the lightness value of 27cfcf is 0.48.
The process color (four color CMYK) of #27cfcf color hex is 0.81, 0.00, 0.00, 0.19. Web safe color of #27cfcf is #33cccc. Color #27cfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 11001111 | 11001111 |
Octal | 47 | 317 | 317 |
Decimal | 39 | 207 | 207 |
Hex | 27 | CF | CF |
Shades of #27cfcf
Tints of #27cfcf
RGB Percentages of Color #27cfcf
CMYK Percentages of Color #27cfcf
Complementary Color
#27cfcf | #cf2727 |
#27cfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27cfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#27cfcf Color CSS Codes
.mybgcolor {background-color:#27cfcf; } .myforecolor {color:#27cfcf; } .mybordercolor {border:3px solid #27cfcf; }
#27cfcf Text Font Color
<p style="color:#27cfcf">Text here</p>
This sample text font color is #27cfcf
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.
#27cfcf Background Color
<div style="background-color:#27cfcf">
Div content here</div>
This div background color is #27cfcf
#27cfcf Border Color
<div style="border:3px solid #27cfcf">
Div here</div>
This div border color is #27cfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,207,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27cfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27cfcf; -webkit-box-shadow: 1px 1px 3px 2px #27cfcf; box-shadow: 1px 1px 3px 2px #27cfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,207,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27cfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27cfcf; -webkit-box-shadow: 1px 1px 3px 2px #27cfcf; box-shadow: 1px 1px 3px 2px #27cfcf;">
Div content here</div>
This div box has shadow with color #27cfcf
Comments
No comments written yet.
Please login to write comment.