Color spaces of #4fedcb
RGB | 79 | 237 | 203 |
---|---|---|---|
HSL | 0.46 | 0.81 | 0.62 |
HSV | 167° | 67° | 93° |
CMYK | 0.67 | 0.00 | 0.14 0.07 |
XYZ | 44.2881 | 66.5424 | 67.0097 |
Yxy | 66.5424 | 0.2490 | 0.3742 |
Hunter Lab | 81.5735 | -45.8420 | 8.3969 |
CIE-Lab | 85.2723 | -48.8867 | 4.4873 |
#4fedcb color RGB value is (79,237,203).
#4fedcb hex color red value is 79, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4fedcb hue: 0.46 , saturation: 0.81 and the lightness value of 4fedcb is 0.62.
The process color (four color CMYK) of #4fedcb color hex is 0.67, 0.00, 0.14, 0.07. Web safe color of #4fedcb is #66ffcc. Color #4fedcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11101101 | 11001011 |
Octal | 117 | 355 | 313 |
Decimal | 79 | 237 | 203 |
Hex | 4F | ED | CB |
Shades of #4fedcb
Tints of #4fedcb
RGB Percentages of Color #4fedcb
CMYK Percentages of Color #4fedcb
Complementary Color
#4fedcb | #ed4f71 |
#4fedcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fedcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fedcb Color CSS Codes
.mybgcolor {background-color:#4fedcb; } .myforecolor {color:#4fedcb; } .mybordercolor {border:3px solid #4fedcb; }
#4fedcb Text Font Color
<p style="color:#4fedcb">Text here</p>
This sample text font color is #4fedcb
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.
#4fedcb Background Color
<div style="background-color:#4fedcb">
Div content here</div>
This div background color is #4fedcb
#4fedcb Border Color
<div style="border:3px solid #4fedcb">
Div here</div>
This div border color is #4fedcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,237,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fedcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fedcb; -webkit-box-shadow: 1px 1px 3px 2px #4fedcb; box-shadow: 1px 1px 3px 2px #4fedcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,237,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fedcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fedcb; -webkit-box-shadow: 1px 1px 3px 2px #4fedcb; box-shadow: 1px 1px 3px 2px #4fedcb;">
Div content here</div>
This div box has shadow with color #4fedcb
Comments
No comments written yet.
Please login to write comment.