Color spaces of #4dfac8
RGB | 77 | 250 | 200 |
---|---|---|---|
HSL | 0.45 | 0.95 | 0.64 |
HSV | 163° | 69° | 98° |
CMYK | 0.69 | 0.00 | 0.20 0.02 |
XYZ | 47.6715 | 74.1191 | 66.4375 |
Yxy | 74.1191 | 0.2533 | 0.3938 |
Hunter Lab | 86.0925 | -51.8220 | 14.5107 |
CIE-Lab | 88.9787 | -55.2328 | 11.3632 |
#4dfac8 color RGB value is (77,250,200).
#4dfac8 hex color red value is 77, green value is 250 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #4dfac8 hue: 0.45 , saturation: 0.95 and the lightness value of 4dfac8 is 0.64.
The process color (four color CMYK) of #4dfac8 color hex is 0.69, 0.00, 0.20, 0.02. Web safe color of #4dfac8 is #66ffcc. Color #4dfac8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11111010 | 11001000 |
Octal | 115 | 372 | 310 |
Decimal | 77 | 250 | 200 |
Hex | 4D | FA | C8 |
Shades of #4dfac8
Tints of #4dfac8
RGB Percentages of Color #4dfac8
CMYK Percentages of Color #4dfac8
Complementary Color
#4dfac8 | #fa4d7f |
#4dfac8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dfac8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dfac8 Color CSS Codes
.mybgcolor {background-color:#4dfac8; } .myforecolor {color:#4dfac8; } .mybordercolor {border:3px solid #4dfac8; }
#4dfac8 Text Font Color
<p style="color:#4dfac8">Text here</p>
This sample text font color is #4dfac8
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.
#4dfac8 Background Color
<div style="background-color:#4dfac8">
Div content here</div>
This div background color is #4dfac8
#4dfac8 Border Color
<div style="border:3px solid #4dfac8">
Div here</div>
This div border color is #4dfac8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,250,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dfac8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dfac8; -webkit-box-shadow: 1px 1px 3px 2px #4dfac8; box-shadow: 1px 1px 3px 2px #4dfac8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,250,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dfac8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dfac8; -webkit-box-shadow: 1px 1px 3px 2px #4dfac8; box-shadow: 1px 1px 3px 2px #4dfac8;">
Div content here</div>
This div box has shadow with color #4dfac8
Comments
No comments written yet.
Please login to write comment.