Color spaces of #4fdeb2
RGB | 79 | 222 | 178 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.59 |
HSV | 162° | 64° | 87° |
CMYK | 0.64 | 0.00 | 0.20 0.13 |
XYZ | 37.3816 | 57.1192 | 51.1744 |
Yxy | 57.1192 | 0.2566 | 0.3921 |
Hunter Lab | 75.5772 | -43.9715 | 12.7580 |
CIE-Lab | 80.2466 | -48.5226 | 10.4434 |
#4fdeb2 color RGB value is (79,222,178).
#4fdeb2 hex color red value is 79, green value is 222 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #4fdeb2 hue: 0.45 , saturation: 0.68 and the lightness value of 4fdeb2 is 0.59.
The process color (four color CMYK) of #4fdeb2 color hex is 0.64, 0.00, 0.20, 0.13. Web safe color of #4fdeb2 is #66cc99. Color #4fdeb2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 11011110 | 10110010 |
Octal | 117 | 336 | 262 |
Decimal | 79 | 222 | 178 |
Hex | 4F | DE | B2 |
Shades of #4fdeb2
Tints of #4fdeb2
RGB Percentages of Color #4fdeb2
CMYK Percentages of Color #4fdeb2
Complementary Color
#4fdeb2 | #de4f7b |
#4fdeb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fdeb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fdeb2 Color CSS Codes
.mybgcolor {background-color:#4fdeb2; } .myforecolor {color:#4fdeb2; } .mybordercolor {border:3px solid #4fdeb2; }
#4fdeb2 Text Font Color
<p style="color:#4fdeb2">Text here</p>
This sample text font color is #4fdeb2
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.
#4fdeb2 Background Color
<div style="background-color:#4fdeb2">
Div content here</div>
This div background color is #4fdeb2
#4fdeb2 Border Color
<div style="border:3px solid #4fdeb2">
Div here</div>
This div border color is #4fdeb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,222,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fdeb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fdeb2; -webkit-box-shadow: 1px 1px 3px 2px #4fdeb2; box-shadow: 1px 1px 3px 2px #4fdeb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,222,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4fdeb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fdeb2; -webkit-box-shadow: 1px 1px 3px 2px #4fdeb2; box-shadow: 1px 1px 3px 2px #4fdeb2;">
Div content here</div>
This div box has shadow with color #4fdeb2
Comments
No comments written yet.
Please login to write comment.