Color spaces of #5fdacc
RGB | 95 | 218 | 204 |
---|---|---|---|
HSL | 0.48 | 0.62 | 0.61 |
HSV | 173° | 56° | 85° |
CMYK | 0.56 | 0.00 | 0.06 0.15 |
XYZ | 40.6898 | 56.9353 | 65.9718 |
Yxy | 56.9353 | 0.2487 | 0.3480 |
Hunter Lab | 75.4555 | -35.7900 | 0.9808 |
CIE-Lab | 80.1432 | -37.5743 | -3.4732 |
#5fdacc color RGB value is (95,218,204).
#5fdacc hex color red value is 95, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fdacc hue: 0.48 , saturation: 0.62 and the lightness value of 5fdacc is 0.61.
The process color (four color CMYK) of #5fdacc color hex is 0.56, 0.00, 0.06, 0.15. Web safe color of #5fdacc is #66cccc. Color #5fdacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11011010 | 11001100 |
Octal | 137 | 332 | 314 |
Decimal | 95 | 218 | 204 |
Hex | 5F | DA | CC |
Shades of #5fdacc
Tints of #5fdacc
RGB Percentages of Color #5fdacc
CMYK Percentages of Color #5fdacc
Complementary Color
#5fdacc | #da5f6d |
#5fdacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fdacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fdacc Color CSS Codes
.mybgcolor {background-color:#5fdacc; } .myforecolor {color:#5fdacc; } .mybordercolor {border:3px solid #5fdacc; }
#5fdacc Text Font Color
<p style="color:#5fdacc">Text here</p>
This sample text font color is #5fdacc
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.
#5fdacc Background Color
<div style="background-color:#5fdacc">
Div content here</div>
This div background color is #5fdacc
#5fdacc Border Color
<div style="border:3px solid #5fdacc">
Div here</div>
This div border color is #5fdacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,218,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fdacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fdacc; -webkit-box-shadow: 1px 1px 3px 2px #5fdacc; box-shadow: 1px 1px 3px 2px #5fdacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,218,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 #5fdacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fdacc; -webkit-box-shadow: 1px 1px 3px 2px #5fdacc; box-shadow: 1px 1px 3px 2px #5fdacc;">
Div content here</div>
This div box has shadow with color #5fdacc
Comments
No comments written yet.
Please login to write comment.