Color spaces of #5fcdbc
RGB | 95 | 205 | 188 |
---|---|---|---|
HSL | 0.47 | 0.52 | 0.59 |
HSV | 171° | 54° | 80° |
CMYK | 0.54 | 0.00 | 0.08 0.20 |
XYZ | 35.6277 | 49.7264 | 55.2973 |
Yxy | 49.7264 | 0.2533 | 0.3535 |
Hunter Lab | 70.5169 | -33.2200 | 2.8684 |
CIE-Lab | 75.9010 | -35.6130 | -1.1175 |
#5fcdbc color RGB value is (95,205,188).
#5fcdbc hex color red value is 95, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5fcdbc hue: 0.47 , saturation: 0.52 and the lightness value of 5fcdbc is 0.59.
The process color (four color CMYK) of #5fcdbc color hex is 0.54, 0.00, 0.08, 0.20. Web safe color of #5fcdbc is #66cccc. Color #5fcdbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11001101 | 10111100 |
Octal | 137 | 315 | 274 |
Decimal | 95 | 205 | 188 |
Hex | 5F | CD | BC |
Shades of #5fcdbc
Tints of #5fcdbc
RGB Percentages of Color #5fcdbc
CMYK Percentages of Color #5fcdbc
Complementary Color
#5fcdbc | #cd5f70 |
#5fcdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fcdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fcdbc Color CSS Codes
.mybgcolor {background-color:#5fcdbc; } .myforecolor {color:#5fcdbc; } .mybordercolor {border:3px solid #5fcdbc; }
#5fcdbc Text Font Color
<p style="color:#5fcdbc">Text here</p>
This sample text font color is #5fcdbc
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.
#5fcdbc Background Color
<div style="background-color:#5fcdbc">
Div content here</div>
This div background color is #5fcdbc
#5fcdbc Border Color
<div style="border:3px solid #5fcdbc">
Div here</div>
This div border color is #5fcdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,205,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fcdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fcdbc; -webkit-box-shadow: 1px 1px 3px 2px #5fcdbc; box-shadow: 1px 1px 3px 2px #5fcdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,205,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fcdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fcdbc; -webkit-box-shadow: 1px 1px 3px 2px #5fcdbc; box-shadow: 1px 1px 3px 2px #5fcdbc;">
Div content here</div>
This div box has shadow with color #5fcdbc
Comments
No comments written yet.
Please login to write comment.