Color spaces of #4fcddf
RGB | 79 | 205 | 223 |
---|---|---|---|
HSL | 0.52 | 0.69 | 0.59 |
HSV | 188° | 65° | 87° |
CMYK | 0.65 | 0.08 | 0.00 0.13 |
XYZ | 38.3751 | 50.6526 | 77.5664 |
Yxy | 50.6526 | 0.2304 | 0.3040 |
Hunter Lab | 71.1706 | -28.3017 | -14.7987 |
CIE-Lab | 76.4681 | -29.0189 | -19.1941 |
#4fcddf color RGB value is (79,205,223).
#4fcddf hex color red value is 79, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4fcddf hue: 0.52 , saturation: 0.69 and the lightness value of 4fcddf is 0.59.
The process color (four color CMYK) of #4fcddf color hex is 0.65, 0.08, 0.00, 0.13. Web safe color of #4fcddf is #66cccc. Color #4fcddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11001101 | 11011111 |
Octal | 117 | 315 | 337 |
Decimal | 79 | 205 | 223 |
Hex | 4F | CD | DF |
Shades of #4fcddf
Tints of #4fcddf
RGB Percentages of Color #4fcddf
CMYK Percentages of Color #4fcddf
Complementary Color
#4fcddf | #df614f |
#4fcddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fcddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fcddf Color CSS Codes
.mybgcolor {background-color:#4fcddf; } .myforecolor {color:#4fcddf; } .mybordercolor {border:3px solid #4fcddf; }
#4fcddf Text Font Color
<p style="color:#4fcddf">Text here</p>
This sample text font color is #4fcddf
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.
#4fcddf Background Color
<div style="background-color:#4fcddf">
Div content here</div>
This div background color is #4fcddf
#4fcddf Border Color
<div style="border:3px solid #4fcddf">
Div here</div>
This div border color is #4fcddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,205,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fcddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fcddf; -webkit-box-shadow: 1px 1px 3px 2px #4fcddf; box-shadow: 1px 1px 3px 2px #4fcddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,205,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fcddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fcddf; -webkit-box-shadow: 1px 1px 3px 2px #4fcddf; box-shadow: 1px 1px 3px 2px #4fcddf;">
Div content here</div>
This div box has shadow with color #4fcddf
Comments
No comments written yet.
Please login to write comment.