Color spaces of #5defbb
RGB | 93 | 239 | 187 |
---|---|---|---|
HSL | 0.44 | 0.82 | 0.65 |
HSV | 159° | 61° | 94° |
CMYK | 0.61 | 0.00 | 0.22 0.06 |
XYZ | 44.3503 | 67.6480 | 57.7336 |
Yxy | 67.6480 | 0.2613 | 0.3986 |
Hunter Lab | 82.2484 | -47.6833 | 15.9557 |
CIE-Lab | 85.8301 | -51.1097 | 13.6918 |
#5defbb color RGB value is (93,239,187).
#5defbb hex color red value is 93, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5defbb hue: 0.44 , saturation: 0.82 and the lightness value of 5defbb is 0.65.
The process color (four color CMYK) of #5defbb color hex is 0.61, 0.00, 0.22, 0.06. Web safe color of #5defbb is #66ffcc. Color #5defbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11101111 | 10111011 |
Octal | 135 | 357 | 273 |
Decimal | 93 | 239 | 187 |
Hex | 5D | EF | BB |
Shades of #5defbb
Tints of #5defbb
RGB Percentages of Color #5defbb
CMYK Percentages of Color #5defbb
Complementary Color
#5defbb | #ef5d91 |
#5defbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5defbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5defbb Color CSS Codes
.mybgcolor {background-color:#5defbb; } .myforecolor {color:#5defbb; } .mybordercolor {border:3px solid #5defbb; }
#5defbb Text Font Color
<p style="color:#5defbb">Text here</p>
This sample text font color is #5defbb
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.
#5defbb Background Color
<div style="background-color:#5defbb">
Div content here</div>
This div background color is #5defbb
#5defbb Border Color
<div style="border:3px solid #5defbb">
Div here</div>
This div border color is #5defbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,239,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5defbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5defbb; -webkit-box-shadow: 1px 1px 3px 2px #5defbb; box-shadow: 1px 1px 3px 2px #5defbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,239,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5defbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5defbb; -webkit-box-shadow: 1px 1px 3px 2px #5defbb; box-shadow: 1px 1px 3px 2px #5defbb;">
Div content here</div>
This div box has shadow with color #5defbb
Comments
No comments written yet.
Please login to write comment.