Color spaces of #4cfccf
RGB | 76 | 252 | 207 |
---|---|---|---|
HSL | 0.46 | 0.97 | 0.64 |
HSV | 165° | 70° | 99° |
CMYK | 0.70 | 0.00 | 0.18 0.01 |
XYZ | 49.0534 | 75.6623 | 71.0504 |
Yxy | 75.6623 | 0.2506 | 0.3865 |
Hunter Lab | 86.9841 | -51.5597 | 12.4596 |
CIE-Lab | 89.7023 | -54.5495 | 8.7723 |
#4cfccf color RGB value is (76,252,207).
#4cfccf hex color red value is 76, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4cfccf hue: 0.46 , saturation: 0.97 and the lightness value of 4cfccf is 0.64.
The process color (four color CMYK) of #4cfccf color hex is 0.70, 0.00, 0.18, 0.01. Web safe color of #4cfccf is #33ffcc. Color #4cfccf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11111100 | 11001111 |
Octal | 114 | 374 | 317 |
Decimal | 76 | 252 | 207 |
Hex | 4C | FC | CF |
Shades of #4cfccf
Tints of #4cfccf
RGB Percentages of Color #4cfccf
CMYK Percentages of Color #4cfccf
Complementary Color
#4cfccf | #fc4c79 |
#4cfccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cfccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cfccf Color CSS Codes
.mybgcolor {background-color:#4cfccf; } .myforecolor {color:#4cfccf; } .mybordercolor {border:3px solid #4cfccf; }
#4cfccf Text Font Color
<p style="color:#4cfccf">Text here</p>
This sample text font color is #4cfccf
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.
#4cfccf Background Color
<div style="background-color:#4cfccf">
Div content here</div>
This div background color is #4cfccf
#4cfccf Border Color
<div style="border:3px solid #4cfccf">
Div here</div>
This div border color is #4cfccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,252,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cfccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cfccf; -webkit-box-shadow: 1px 1px 3px 2px #4cfccf; box-shadow: 1px 1px 3px 2px #4cfccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,252,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 #4cfccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cfccf; -webkit-box-shadow: 1px 1px 3px 2px #4cfccf; box-shadow: 1px 1px 3px 2px #4cfccf;">
Div content here</div>
This div box has shadow with color #4cfccf
Comments
No comments written yet.
Please login to write comment.