Color spaces of #4fdecc
RGB | 79 | 222 | 204 |
---|---|---|---|
HSL | 0.48 | 0.68 | 0.59 |
HSV | 172° | 64° | 87° |
CMYK | 0.64 | 0.00 | 0.08 0.13 |
XYZ | 40.2448 | 58.2645 | 66.2518 |
Yxy | 58.2645 | 0.2443 | 0.3536 |
Hunter Lab | 76.3312 | -39.4674 | 1.9710 |
CIE-Lab | 80.8856 | -42.1532 | -2.4322 |
#4fdecc color RGB value is (79,222,204).
#4fdecc hex color red value is 79, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4fdecc hue: 0.48 , saturation: 0.68 and the lightness value of 4fdecc is 0.59.
The process color (four color CMYK) of #4fdecc color hex is 0.64, 0.00, 0.08, 0.13. Web safe color of #4fdecc is #66cccc. Color #4fdecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11011110 | 11001100 |
Octal | 117 | 336 | 314 |
Decimal | 79 | 222 | 204 |
Hex | 4F | DE | CC |
Shades of #4fdecc
Tints of #4fdecc
RGB Percentages of Color #4fdecc
CMYK Percentages of Color #4fdecc
Complementary Color
#4fdecc | #de4f61 |
#4fdecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fdecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fdecc Color CSS Codes
.mybgcolor {background-color:#4fdecc; } .myforecolor {color:#4fdecc; } .mybordercolor {border:3px solid #4fdecc; }
#4fdecc Text Font Color
<p style="color:#4fdecc">Text here</p>
This sample text font color is #4fdecc
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.
#4fdecc Background Color
<div style="background-color:#4fdecc">
Div content here</div>
This div background color is #4fdecc
#4fdecc Border Color
<div style="border:3px solid #4fdecc">
Div here</div>
This div border color is #4fdecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fdecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fdecc; -webkit-box-shadow: 1px 1px 3px 2px #4fdecc; box-shadow: 1px 1px 3px 2px #4fdecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fdecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fdecc; -webkit-box-shadow: 1px 1px 3px 2px #4fdecc; box-shadow: 1px 1px 3px 2px #4fdecc;">
Div content here</div>
This div box has shadow with color #4fdecc
Comments
No comments written yet.
Please login to write comment.