Color spaces of #4fcfcf
RGB | 79 | 207 | 207 |
---|---|---|---|
HSL | 0.50 | 0.57 | 0.56 |
HSV | 180° | 62° | 81° |
CMYK | 0.62 | 0.00 | 0.00 0.19 |
XYZ | 36.7998 | 50.7929 | 66.8959 |
Yxy | 50.7929 | 0.2382 | 0.3288 |
Hunter Lab | 71.2691 | -32.5526 | -5.7634 |
CIE-Lab | 76.5534 | -34.5141 | -10.4490 |
#4fcfcf color RGB value is (79,207,207).
#4fcfcf hex color red value is 79, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4fcfcf hue: 0.50 , saturation: 0.57 and the lightness value of 4fcfcf is 0.56.
The process color (four color CMYK) of #4fcfcf color hex is 0.62, 0.00, 0.00, 0.19. Web safe color of #4fcfcf is #66cccc. Color #4fcfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11001111 | 11001111 |
Octal | 117 | 317 | 317 |
Decimal | 79 | 207 | 207 |
Hex | 4F | CF | CF |
Shades of #4fcfcf
Tints of #4fcfcf
RGB Percentages of Color #4fcfcf
CMYK Percentages of Color #4fcfcf
Complementary Color
#4fcfcf | #cf4f4f |
#4fcfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fcfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fcfcf Color CSS Codes
.mybgcolor {background-color:#4fcfcf; } .myforecolor {color:#4fcfcf; } .mybordercolor {border:3px solid #4fcfcf; }
#4fcfcf Text Font Color
<p style="color:#4fcfcf">Text here</p>
This sample text font color is #4fcfcf
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.
#4fcfcf Background Color
<div style="background-color:#4fcfcf">
Div content here</div>
This div background color is #4fcfcf
#4fcfcf Border Color
<div style="border:3px solid #4fcfcf">
Div here</div>
This div border color is #4fcfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,207,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fcfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fcfcf; -webkit-box-shadow: 1px 1px 3px 2px #4fcfcf; box-shadow: 1px 1px 3px 2px #4fcfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,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 #4fcfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fcfcf; -webkit-box-shadow: 1px 1px 3px 2px #4fcfcf; box-shadow: 1px 1px 3px 2px #4fcfcf;">
Div content here</div>
This div box has shadow with color #4fcfcf
Comments
No comments written yet.
Please login to write comment.